diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-20 14:59:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-20 14:59:21 +0000 |
commit | 49e46d92e5a5c7adeb5aebdf923aa78639b4ca61 (patch) | |
tree | 5dddf9c77b42728dff25dff5b17574deaca04581 /fetchmail.man | |
parent | b2ad72a23f867bcdc9a18802dc7989a8a9ae7ad1 (diff) | |
download | fetchmail-49e46d92e5a5c7adeb5aebdf923aa78639b4ca61.tar.gz fetchmail-49e46d92e5a5c7adeb5aebdf923aa78639b4ca61.tar.bz2 fetchmail-49e46d92e5a5c7adeb5aebdf923aa78639b4ca61.zip |
Be robust in the presence of Sun NIS and other nonstandard password schemes.
svn path=/trunk/; revision=101
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 04a748d1..1e112838 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -567,6 +567,12 @@ default location of file associating hosts with last message IDs seen .TP 5 ${TMPDIR}/poplock-${HOST}-${USER} lock file to help prevent concurrent runs. +.SH ENVIRONMENT +For correct initialization, +.I popclient +requires either that both the USER and HOME environment variables are +correctly set, or that \fBgetpwuid\fR(3) be able to retrieve a password +entry from your user ID. .SH BUGS Running more than one concurrent instance of .I popclient |