Page 1 of 1
Greylisting - how to?
Posted: 10 Apr 2008, 18:41
by nabuhonodozor
Can somebody share his implementation/ opinions about greylisting. It seems like good way of lowering server load.
Best regards,
Piotr
Posted: 15 Apr 2008, 14:15
by Sarah
We don't actually recommend using greylisting, here's why:
Even when set up "correctly", you will most likely lose legitimate email. You will not receive any email from sources that send out email using port 25 instead of the local MTA, e.g. many webmail scripting products and PHP forms, etc. For example, when mail is sent directly from a script (php or cgi) there is no queuing mechanism for it and so if it is rejected initially it will probably never be delivered.
We also don't like the concept of giving a false error, and especially don't like the idea of an MTA having to do twice the work, therefore twice the resources, in trying to deliver an email to a server which is using greylisting.
Regards,
Sarah
Posted: 20 Apr 2008, 18:01
by nabuhonodozor
Thanks for Your reply, Sarah.
Best,
Piotr