| |||||||||||||||||||||||||||||||
|
> Ruben Gonzalez Arnau: > > Checking application/pgp-signature: FAILURE > -- Start of PGP signed section. > [ Charset ISO-8859-1 unsupported, converting... ] >> 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] > > No, because transport map lookups happen BEFORE mail is given to > delivery agents, and because MX lookups happen in the SMTP delivery > agent. > > Substitution of MX hosts names or IP addresses would have to be > implemented by the SMTP client itself. Such code currently does > not exist, but would be relatively easy to add. > > Why not use the ISP's host? You can spend the rest of your life > discovering which mail servers don't like direct mail from end-user > IP addresses. > > Wietse Ok, so at moment it is not possibe. The problem is ... that my ISP host is blacklisted by others :) Thank you Wietse.
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com