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

[email protected] smtpa:
[email protected] smtpb:

whas this the question ?
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to