Scappatura Rocco: > These are the top lines of my master.cf: > > # ========================================================================== > # service type private unpriv chroot wakeup maxproc command + args > # (yes) (yes) (yes) (never) (100) > # ========================================================================== > #submission inet n - - - - smtpd > # -o smtpd_tls_security_level=encrypt > # -o smtpd_sasl_auth_enable=yes > # -o smtpd_client_restrictions=permit_sasl_authenticated,reject > # -o milter_macro_daemon_name=ORIGINATING > smtp inet n - y - 400 smtpd > # -o smtpd_sasl_auth_enable=yes > # -o smtpd_client_restrictions=permit_sasl_authenticated,reject > # -o milter_macro_daemon_name=ORIGINATING > #628 inet n - - - - qmqpd > smtps inet n - y - - smtpd > -o smtpd_tls_wrappermode=yes > > Submission is not enabled.. what happens if I enable it? What are the changes > that I have to do?
‘submission’ is the submission service listening on port 587. It’s where you submit (send) messages. You likely do want to enable it.
