diff options
| author | Sam Varshavchik | 2015-06-09 20:05:55 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2015-06-09 20:05:55 -0400 |
| commit | 05852184876b6ff356dafe40f6a2ea1963dc5043 (patch) | |
| tree | b59bfe6fd9991e3f13a417d6b2f8c56a6433d815 /imap/pop3d.dist.in.git | |
| parent | 88e64590c753a109f263186706b6458e486a7c14 (diff) | |
| download | courier-libs-05852184876b6ff356dafe40f6a2ea1963dc5043.tar.bz2 | |
imap, pop3: Added AUTH_MKHOMEDIR_SKEL setting.
Diffstat (limited to 'imap/pop3d.dist.in.git')
| -rw-r--r-- | imap/pop3d.dist.in.git | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/imap/pop3d.dist.in.git b/imap/pop3d.dist.in.git index b3ab118..95308a7 100644 --- a/imap/pop3d.dist.in.git +++ b/imap/pop3d.dist.in.git @@ -155,6 +155,15 @@ POP3DSTART=NO # # POP3_LOG_DELETIONS=1 +##NAME: AUTH_MKHOMEDIR_SKEL:0 +# +# Uncomment this setting to automatically create a home directory on first +# login. if the AUTH_MKHOMEDIR_SKEL environment variable is set, and the +# home directory does not exist, the home directory gets created, with its +# initial contents copied from AUTH_MKHOMEDIR_SKEL which must be a directory, +# typically /etc/skel. +# +# AUTH_MKHOMEDIR_SKEL=/etc/skel ##NAME: MAILDIRPATH:0 # |
