Created
December 12, 2013 13:38
-
-
Save flyx/7928046 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
passdb passwd-file { | |
args = /home/vmail/%d/passwd | |
} | |
passdb pam { | |
args = session=yes dovecot | |
} | |
userdb static { | |
args = uid=vmail gid=dovecot home=/home/vmail/%d/%u | |
} | |
userdb passwd { | |
args = blocking=yes | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment