Aligned params in a pre for master.cf.

This commit is contained in:
Alexander Andreev 2022-10-26 01:50:10 +04:00
parent 8049d76864
commit 49df9a7081
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ block article
pre
| smtp inet n - n - - smtpd
| -o content_filter=spamassassin
| submission inet n - n - - smtpd
| submission inet n - n - - smtpd
| -o syslog_name=postfix/submission
| -o smtpd_tls_security_level=encrypt
| -o smtpd_sasl_auth_enable=yes
@ -232,7 +232,7 @@ block article
| -o smtpd_tls_wrappermode=yes
| -o smtpd_sasl_auth_enable=yes
|
| spamassassin unix - n n - - pipe
| spamassassin unix - n n - - pipe
| user=spamd argv=/bin/vendor_perl/spamc
| -e /sbin/sendmail -oi -f ${sender} ${recipient}
p #[code smtp] is listening on port 25, and #[code smtps] on port 465. #[code submission] is listening on port 587 and is used by mail client to send mail.