Hi guys Im looking in my postfix mail server to configure a relayhost filtering by domain. Actually has different subdomains sub1.domain.com sub2.domain.comand a unique relayhost putted appointing to the Antispam IP server. I need to configure a subdomain test.mydomain.com appointing to other relayhost. It's possible to made this?
my main.cf is: myhostname = mailserver alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = mydomain.com, test.mydomain.com, localhost mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 10.0.0.0/24 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all relayhost = 10.0.0.20 How I can especify different relayhost filtering by domain? Thanks And Best Regards