aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-27 08:17:56 -0300
committerEuAndreh <eu@euandre.org>2022-11-27 08:17:56 -0300
commit37755dd2bba506e08df9dc78b98026c0026b20c8 (patch)
tree0c3a9d34283b90cb97e9976eea3f8f8de1879ae4
parentMakefile: Also copy channels.scm in "deploy" target (diff)
downloadtoph-37755dd2bba506e08df9dc78b98026c0026b20c8.tar.gz
toph-37755dd2bba506e08df9dc78b98026c0026b20c8.tar.xz
src/infrastructure/guix/system.scm: Disable verbose mode of smtpd processes
-rw-r--r--src/infrastructure/guix/system.scm6
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