Birta Levente via Postfix-users: > >> How can I achive this? > > /etc/postfix/main.cf: > > # Limitation: this setting is overruled with FILTER and transport_maps. > > sender_dependent_default_transport_maps = inline:{ > > { u...@example.com = smtpb } } > > Indeed, my problem is this limitation. > > I forgot to mention that I have transport map: > > /domain1/??? smtpa: > > > My problem is that I have to slow down the sending rate to domain1, but > in the same time I need to segregate (send out on different IP address) > based on sender address. > > So, as I understand this is possible only with multi-instance?
main.cf: # Limitation: this setting is overruled with FILTER om access map # or header/body_checks. smtpd_sender_restrictions = inline:{ { u...@example.com = FILTER smtpb: } } A less hackey solution would require a transport policy service, kind of like check_policy_service for the scheduler. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org