| |||||||||||||||||||||||||||||||
|
Hello, I'm trying to implement a custom queue for lycos. For some off the wall reason they have our IP randomly listed as being in spamhaus. That is, lycos does. spamhaus had it listed when we received the range 60 days ago, but that was fixed 60 days ago... Because we have a lot of random mail being believered to a couple lycos users, I figured I'd implement a seperate queue for them (as well as AOL while I was at it). Following the troubleshooting methods from http://www.postfix.org/QSHAPE_README.html <http://www.postfix.org/QSHAPE_README.html> , I did the following Added to master.cf lycoscom unix - - n - 10 smtpd aolcom unix - - n - 10 smtpd Added to main.cf transport_maps = hash:/etc/postfix/transport_queues lycoscom_destination_concurrency_failed_cohort_limit = 100 lysoccom_destination_concurrency_limit = 20 aolcom_destination_concurrency_failed_cohort_limit = 100 aolcom_destination_concurrency_limit = 20 Added to transport_queues (and postmap'd it as well) aol.com aolcom: lycos.com lycoscom: But I still seem to be getting all of the mail in the deferred queue anyway. T 5 10 20 40 80 160 320 640 1280 1280+ TOTAL 46 0 6 0 0 2 0 0 1 2 35 lycos.com 36 0 0 0 0 0 0 0 0 1 35 aol.com 6 0 2 0 0 2 0 0 1 1 0 Is this the expected result or should I see the mail fall into their own queues. The queue was implemented two days ago, so all of the email for AOL should have been in the new queues. Any suggestions?
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com