Birta Levente via Postfix-users skrev den 2024-10-28 20:32:
Hello

I have the following situation:
default_transport=smtp
-need to send to domain1 through smtpa, except if the sender is from_special then send through smtpb


smtp.....smtp
    -o smtp_bind_address=ip1
smtpa ..... smtp
    -o smtp_bind_address=ip1
    -o ......
smtpb ..... smtp
    -o smtp_bind_address=ip2
-o ....

How can I achive this?

this is what ?

sender_dependent_default_transport_maps =
    hash:/etc/postfix/sender_dependent_default_transport_maps

# cat sender_dependent_default_transport_maps

ab...@example.com smtpa:
ab...@example.net smtpb:

whas this the question ?
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to