great knowledge. thanks Wietse.

master.cf:
      submission ... ... ... ... ... ... smtpd
         -o { smtpd_client_restrictions =
                 check_sasl_access inline:{{ user@example = OK }}
                 static:{ REJECT this user is not allowed to send mail }
         }
         ...other -o options...
      submissions ... ... ... ... ... ... smtpd
         -o { smtpd_client_restrictions =
                 check_sasl_access inline:{{ user@example = OK }}
                 static:{ REJECT this user is not allowed to send mail }
         }
         ...other -o options...

Instead of 'submissions', some configurations use 'smtps' for the same thing.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to