|
| | Subject: | transport_maps how to match mx's | | Group: | Postfix-users | | From: | Ruben Gonzalez Arnau | | Date: | 21 Jan 2008 |
Hello,
I have a problem sending mail on gmail accounts since I am marked as
spammer (junk folder), in this case, using transport_maps file with my
ISP fixes my problem
transport:
gmail.com smtp:[isp_ip]
But for example, lots of domains uses 'google apps' and I still have the
same problem.
example:
dig -t mx domainusinggoogleapps.com
aspmx1.googlemail.com
aspmx2.googlemail.com
aspmx3.googlemail.com
etc
It uses the same 'spam filters' as gmail does, so my emails goes to junk
too.
So, it is possible to use transport_maps using something like this
(regular expression) to catch mx?
(catching mx instead)
/.*googlemail\.com/ smtp:[isp_ip]
Thank you
|