Skip to content

Instantly share code, notes, and snippets.

@valguss
Created November 19, 2010 12:40
Show Gist options
  • Save valguss/706466 to your computer and use it in GitHub Desktop.
Save valguss/706466 to your computer and use it in GitHub Desktop.
auth default {
mechanisms = plain login
passdb pam {
}
userdb passwd {
}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment