Dovecot: Difference between revisions
added postfix |
|||
| Line 152: | Line 152: | ||
smtpd_sasl_auth_enable = "yes"; | smtpd_sasl_auth_enable = "yes"; | ||
smtpd_recipient_restrictions = "permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination"; | smtpd_recipient_restrictions = "permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination"; | ||
}; | |||
# create path for dovecot socket | |||
users.users."postfix" = { | |||
createHome = true; | |||
home = "/var/spool/postfix"; | |||
}; | }; | ||