#SMTP AUTH CONFIGURATION smtpd_sasl_auth_enable = yes #smtpd_client_message_rate_limit = 5 #smtp_sasl_auth_enable = yes #smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous #smtp_sasl_security_options = broken_sasl_auth_clients = yes smtpd_sasl_local_domain = $myhostname smtpd_reject_unlisted_recipient = no smtpd_reject_unlisted_sender = no #####
Example:
eg. rerouting all emails of destination domain mydomain.com via a relay server (relay.myserver.com)
(Email ==> Email Accounts / Email Routing)
Select ‘Add new Transport’
Fill in the fields:Server: (Select the server)
Domain: mydomain.com
Type: (select smtp)
No MX lookup: (leave unchecked)
Destination: relay.myserver.com
Sort by: 1
Active: (Checked)
(Email ==> Global Filters / Relay Recipients)
Select: ‘Add new relay reciepient’
Fill in the fields:Server: (Chose the server)
Relay recipient: @mydomain.com
Active: (Checked)