Created
December 6, 2011 16:39
-
-
Save mbj/1438874 to your computer and use it in GitHub Desktop.
export dovecot auth socket
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
service auth { | |
unix_listener auth-userdb { | |
mode = 0660 | |
group = vmail | |
} | |
unix_listener /var/spool/postfix/private/auth { | |
mode = 0666 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment