Hello,
I just noticed this and wanted to make sure this is the way it is
supposed to show.
When I do postconf -M, the output shows:
submission inet n - n - - smtpd
-o syslog_name=postfix-587 -o smtpd_tls_security_level=encrypt
-o smtpd_tls_auth_only=yes
-o smtpd_client_restrictions=$submission_client_restrictions
-o smtpd_data_restrictions= -o smtpd_end_of_data_restrictions=
-o smtpd_helo_restrictions= -o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=
-o smtpd_relay_restrictions=permit_sasl_authenticated,reject
Notice the -o smtpd_data_restrictions= and -o smtpd_helo_restrictions
lines both have a second -o setting on the same line.
Why is this? Shouldn't they all be on their own, separate line?
Thx