Peter Maag wrote:

Hey All,
Recently for some reason our customers have been complaining that mail forwarded or sent to their Yahoo accounts is being automatically deposited into their Bulk Mail folders. Contacting Yahoo! has been an uphill battle, and after numerous phone calls and e-mails to try and get to talk to someone with a clue we are giving up on them. Each of our SMTP servers has reverse DNS enabled and functioning correctly. We are on clean IPs, and none of the IPs are listed in any RBL or Blacklist.


Have they implemented SPF?
http://spf.pobox.com/faq.html#forwarding

I would like to leave our current SMTP servers intact and simply have them forward any mail they receive from our clients to yet another SMTP server that we operate on an entirely separate network. This would only be temporary until we get Yahoo to actually tell us what is going on.

How would you accomplish this with qmail?

put:

:ipoftempsmtpserver

in /var/qmail/control/smtproutes and hup qmail-send (replacing ipoftempsmtpserver with the actual IP). And make sure that the new smtp server has your current smtp server setup as RELAYCLIENT.

Regards,

Bill

Reply via email to