I would like to separate our bulk email and transactional email on different ip addresses. All of the transactional email will be sent to a remote email gateway for delivery. This gateway is authenticated by ip address.
It seems that I need to add an entry to my transport.regexp so all email for our domain uses a specific transport: '@raystedman\.org$/ raystedman: Then create an smtp process in master.cf to bind a specific ip address: raystedman unix - - n - - smtp -o smtp_bind_address=xxx.xxx.xxx.234 -o smtp_helo_name=mail0.raystedman.org -o syslog_name=raystedman Now I need this smtp process to deliver to the email gateway which is: smtp-relay.gmail.com. How can I associate this gateway address with the raystedman: transport? Thanks, Greg www.RayStedman.org