diff options
| -rw-r--r-- | imap/imapd.dist.in.git | 11 | ||||
| -rw-r--r-- | imap/pop3d.dist.in.git | 11 | ||||
| -rw-r--r-- | sqwebmail/sqwebmaild.dist.in.git | 10 |
3 files changed, 32 insertions, 0 deletions
diff --git a/imap/imapd.dist.in.git b/imap/imapd.dist.in.git index c9b7704..a370fad 100644 --- a/imap/imapd.dist.in.git +++ b/imap/imapd.dist.in.git @@ -361,6 +361,17 @@ IMAP_MOVE_EXPUNGE_TO_TRASH=0 # 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: IMAPDEBUGFILE:0 diff --git a/imap/pop3d.dist.in.git b/imap/pop3d.dist.in.git index 95308a7..17f1e38 100644 --- a/imap/pop3d.dist.in.git +++ b/imap/pop3d.dist.in.git @@ -163,6 +163,17 @@ POP3DSTART=NO # 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: MAILDIRPATH:0 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 |
