How to config scrollout to outgoing transport maps?
The example if destinations user@samedomain.com / @samedomain.com will to relay to other smtp.other.com:587 and default still direct outgoing
like main.cf on postfix
transport_maps = hash:/etc/postfix/transportfile
Thank a Lot
Last edit: Fals 2016-10-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I mean is custom / add in postfix transport_maps = hash:/etc/postfix/transport
example i want to sending mail if destinations is user@gmail.com / @gmail.com will relay to smtp.gmail.com:587
Thank
Last edit: Fals 2016-10-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 @hotmail.com / @outlook.com will be relayed out to smtp.webhosting.com:587 / smtp.subscribe.com
For auth with smtp.webhosting.com / smtp.subscribe.com
add smtp.webhosting.com user@webhosting.com:userpasswd to /etc/postfix/sasl_passwd
than postmap hash:/etc/postfix/sasl_passwd
actived sasl auth on mail.cf
smtp_sasl_auth_enable = yes
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
postfix reload
and successful
but don't change / apply anything from web GUI sasl auth will remove from script
Maybe in future Marius can add this (custom sasl auth) / on next update
Hi Marius And All
How to config scrollout to outgoing transport maps?
The example if destinations user@samedomain.com / @samedomain.com will to relay to other smtp.other.com:587 and default still direct outgoing
like main.cf on postfix
transport_maps = hash:/etc/postfix/transportfile
Thank a Lot
Last edit: Fals 2016-10-17
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I'm not sure I understand:
If you use Scrollout to relay outgoing emails, use Route > Outbound > Forward mail from @scrolloutf1.com ⇒ to smart host
If you use Scrollout for inbound only, specify multiple servers in Route:
scrolloutf1.com => [host1]:25,[host2]:587
Hi
I mean is custom / add in postfix transport_maps = hash:/etc/postfix/transport
example i want to sending mail if destinations is user@gmail.com / @gmail.com will relay to smtp.gmail.com:587
Thank
Last edit: Fals 2016-10-17
SOLVE
i can add user map for outgoing via other smtp in route menu see attachment
this result postfix transport_maps in /etc/postfix/transport
user@domain.com to_user@domain.com:[smtp.other.com]:587
Last edit: Fals 2016-10-17
That's new for me :)
Hi Marius
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 @hotmail.com / @outlook.com will be relayed out to smtp.webhosting.com:587 / smtp.subscribe.com
For auth with smtp.webhosting.com / smtp.subscribe.com
add smtp.webhosting.com user@webhosting.com:userpasswd to /etc/postfix/sasl_passwd
than postmap hash:/etc/postfix/sasl_passwd
actived sasl auth on mail.cf
smtp_sasl_auth_enable = yes
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
postfix reload
and successful
but don't change / apply anything from web GUI sasl auth will remove from script
Maybe in future Marius can add this (custom sasl auth) / on next update
Regard
Fadil
Last edit: Fals 2016-10-18