diff options
-rw-r--r-- | src/infrastructure/guix/system.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 7f48e30..de77ab5 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -959,9 +959,9 @@ rewrite unix - - n - - trivial-rewrite scache unix - - n - 1 scache showq unix n - n - - showq - smtp inet n - n - - smtpd -v -o syslog_name=postfix/smtp + smtp inet n - n - - smtpd -o syslog_name=postfix/smtp smtp unix - - n - - smtp - submission inet n - n - - smtpd -v -o syslog_name=postfix/submission + submission inet n - n - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o content_filter=dksign:[127.0.0.1]:10027 tlsmgr unix - - n 1000? 1 tlsmgr @@ -975,7 +975,7 @@ -o syslog_name=postfix/dkimproxyout-listen -o smtp_send_xforward_command=yes -o smtp_discard_ehlo_keywords=8bitmime,starttls - 127.0.0.1:10028 inet n - n - - smtpd -v + 127.0.0.1:10028 inet n - n - - smtpd -o syslog_name=postfix/dkimproxyout-relay -o content_filter= -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks |