diff options
| author | Sam Varshavchik | 2015-06-09 21:23:27 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2015-06-09 21:23:27 -0400 | 
| commit | 6d99e5e7a7e4101786f32e4f6e2dabbe741f5342 (patch) | |
| tree | 7ac8639939a93bc04a8c98c012f8dbaf28fdbf9f /sqwebmail/sqwebmaild.dist.in.git | |
| parent | ac0f2369f1fcdabca201a562781de6d5c10c7dff (diff) | |
| download | courier-libs-6d99e5e7a7e4101786f32e4f6e2dabbe741f5342.tar.bz2 | |
added AUTH_MKHOMEDIR_SKEL setting.
Diffstat (limited to 'sqwebmail/sqwebmaild.dist.in.git')
| -rw-r--r-- | sqwebmail/sqwebmaild.dist.in.git | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/sqwebmail/sqwebmaild.dist.in.git b/sqwebmail/sqwebmaild.dist.in.git index 3b810a0..900f314 100644 --- a/sqwebmail/sqwebmaild.dist.in.git +++ b/sqwebmail/sqwebmaild.dist.in.git @@ -41,6 +41,16 @@ MAILDIRPATH=Maildir  # SQWEBMAIL_PREFORK=5 +##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: LOGGEROPTS:0  #  # courierlogger(1) options, e.g. to set syslog facility | 
