Skip to content

Instantly share code, notes, and snippets.

@mbj
Created December 6, 2011 16:39
Show Gist options
  • Save mbj/1438874 to your computer and use it in GitHub Desktop.
Save mbj/1438874 to your computer and use it in GitHub Desktop.
export dovecot auth socket
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