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/imapd.dist.in.git | |
| parent | 88e64590c753a109f263186706b6458e486a7c14 (diff) | |
| download | courier-libs-05852184876b6ff356dafe40f6a2ea1963dc5043.tar.bz2 | |
imap, pop3: Added AUTH_MKHOMEDIR_SKEL setting.
Diffstat (limited to 'imap/imapd.dist.in.git')
| -rw-r--r-- | imap/imapd.dist.in.git | 12 | 
1 files changed, 11 insertions, 1 deletions
| diff --git a/imap/imapd.dist.in.git b/imap/imapd.dist.in.git index 08ecd69..c9b7704 100644 --- a/imap/imapd.dist.in.git +++ b/imap/imapd.dist.in.git @@ -5,7 +5,7 @@  # Do not alter lines that begin with ##, they are used when upgrading  # this configuration.  # -#  Copyright 1998 - 2008 Double Precision, Inc.  See COPYING for +#  Copyright 1998 - 2015 Double Precision, Inc.  See COPYING for  #  distribution information.  #  #  This configuration file sets various options for the Courier-IMAP server @@ -353,6 +353,16 @@ IMAP_MOVE_EXPUNGE_TO_TRASH=0  #  # IMAP_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: IMAPDEBUGFILE:0  #  # IMAPDEBUGFILE="imaplog.dat" | 
