diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-07-23 17:11:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-07-23 17:11:52 +0000 |
commit | 16f2180c9720ef2473f42538fde9df340c72c92a (patch) | |
tree | c7206233a007c899d5b91ef9014eee41745d1476 /fetchmail.man | |
parent | 2cdc2c4a4aff35ee1fe01cd42499906c04cadc4c (diff) | |
download | fetchmail-16f2180c9720ef2473f42538fde9df340c72c92a.tar.gz fetchmail-16f2180c9720ef2473f42538fde9df340c72c92a.tar.bz2 fetchmail-16f2180c9720ef2473f42538fde9df340c72c92a.zip |
FETCHMAILUSER implemented.
svn path=/trunk/; revision=2933
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/fetchmail.man b/fetchmail.man index c800276b..5937a9b8 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1946,12 +1946,14 @@ lock file to help prevent concurrent runs (root mode, Linux systems). lock file to help prevent concurrent runs (root mode, systems without /var/run). .SH ENVIRONMENT -If either the LOGNAME or USER variable is correctly set -(e.g. the corresponding UID matches the session user ID) then that -name is used as the default local name. Otherwise \fBgetpwuid\fR(3) -must be able to retrieve a password entry for the session ID (this -elaborate logic is designed to handle the case of multiple names per -userid gracefully). +If the FETCHMAILUSER variable is set, it is used as the name of the +calling user (default local name) for purposes such as mailing error +notifications. Otherwise, if either the LOGNAME or USER variable is +correctly set (e.g. the corresponding UID matches the session user ID) +then that name is used as the default local name. Otherwise +\fBgetpwuid\fR(3) must be able to retrieve a password entry for the +session ID (this elaborate logic is designed to handle the case of +multiple names per userid gracefully). If the environment variable FETCHMAILHOME is set to a valid and existing directory name, the .fetchmailrc and .fetchids and |