Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- disable_plaintext_auth = no
- mail_privileged_group = mail
- mail_location = mbox:~/mail:INBOX=/var/mail/%u
- userdb {
- driver = passwd
- }
- passdb {
- args = %s
- driver = pam
- }
- protocols = " imap"
- protocol imap {
- mail_plugins = " autocreate"
- }
- plugin {
- autocreate = Trash
- autocreate2 = Sent
- autosubscribe = Trash
- autosubscribe2 = Sent
- }
- service auth {
- unix_listener /var/spool/postfix/private/auth {
- group = postfix
- mode = 0660
- user = postfix
- }
- }
- ssl=required
- ssl_cert =</etc/ssl/certs/mailcert.pem
- ssl_key =</etc/ssl/private/mail.key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement