Outgoing Transport Maps user on Scrollout F1
Setelah mencoba Transport Maps untuk user di Scrollout F1 jika destinations nya @domain.com atau [email protected] akan di relay keluar ke smtp.domain-lain.com, langsung saja masuk route menu
Sometimes a pain to deal with Microsoft, despite our ip good reputation never listen on rbl blacklist, passed spf, dkim and dmarc, and still can't sending to them
therefore i tried to separate outgoing route only have destinations is @hotmail.com / @outlook.com will be relay out to smtp.webhosting.com:587 / smtp.subscribe.com
For auth with smtp.webhosting.com / smtp.subscribe.com
add /etc/postfix/sasl_passwd
smtp.webhosting.com [email protected]:userpasswd
postmap hash:/etc/postfix/sasl_passwd
activated sasl auth on /etc/postfix/mail.cf
smtp_sasl_auth_enable = yes
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
postfix reload
but don't change / apply anything from web GUI sasl auth will remove from script
Sometimes a pain to deal with Microsoft, despite our ip good reputation never listen on rbl blacklist, passed spf, dkim and dmarc, and still can't sending to them
therefore i tried to separate outgoing route only have destinations is @hotmail.com / @outlook.com will be relay out to smtp.webhosting.com:587 / smtp.subscribe.com
add /etc/postfix/sasl_passwd
smtp.webhosting.com [email protected]:userpasswd
postmap hash:/etc/postfix/sasl_passwd
activated sasl auth on /etc/postfix/mail.cf
smtp_sasl_auth_enable = yes
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
postfix reload
but don't change / apply anything from web GUI sasl auth will remove from script