diff options
| author | Sam Varshavchik | 2015-06-10 06:34:09 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2015-06-10 06:34:09 -0400 | 
| commit | 106596a150c4585c41d65f60a17e173402125332 (patch) | |
| tree | 24b595d4b3eea6bb7a809d2b5a658d498190620d /sqwebmail/sqwebmaild.dist.in.git | |
| parent | 6d99e5e7a7e4101786f32e4f6e2dabbe741f5342 (diff) | |
| download | courier-libs-106596a150c4585c41d65f60a17e173402125332.tar.bz2 | |
Update comments
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 900f314..7a1d502 100644 --- a/sqwebmail/sqwebmaild.dist.in.git +++ b/sqwebmail/sqwebmaild.dist.in.git @@ -49,6 +49,16 @@ MAILDIRPATH=Maildir  # initial contents copied from AUTH_MKHOMEDIR_SKEL which must be a directory,  # typically /etc/skel.  # +# Note that this must be a complete home directory structure, including +# the maildir. Typically: +# +# mkdir /etc/skel +# chmod 700 /etc/skel +# maildirmak /etc/skel/Maildir +# +# This directory gets copied as is, preserving each file/subdirectory's +# permissions, with only userid/groupid changed to match the account's. +#  # AUTH_MKHOMEDIR_SKEL=/etc/skel  ##NAME: LOGGEROPTS:0 | 
