Skip to content

Instantly share code, notes, and snippets.

@hardware
Last active March 29, 2017 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hardware/0fd157d8e83e09b50cb9 to your computer and use it in GitHub Desktop.
Save hardware/0fd157d8e83e09b50cb9 to your computer and use it in GitHub Desktop.
/etc/dovecot/conf.d/10-mail.conf
mail_location = maildir:/var/mail/vhosts/%d/%n/mail
maildir_stat_dirs=yes
namespace inbox {
inbox = yes
}
mail_uid = 5000
mail_gid = 5000
first_valid_uid = 5000
last_valid_uid = 5000
mail_privileged_group = vmail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment