Add email service #526

Merged
raucao merged 30 commits from feature/email into master 2024-01-10 12:09:22 +00:00
Showing only changes of commit 738e96f7e4 - Show all commits

View File

@ -78,6 +78,7 @@ node.normal['postfix']['master'] = {
"-o syslog_name=postfix/10465",
"-o smtpd_tls_wrappermode=yes",
"-o smtpd_sasl_auth_enable=yes",
"-o smtpd_relay_restrictions=permit_sasl_authenticated,reject",
"-o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject",
"-o smtpd_sasl_type=dovecot",
"-o smtpd_sasl_path=private/auth",