John Rudd wrote: > 2) Has anyone set up a means of caching results? I don't want to hit my > back-line servers constantly with these requests.
I'm caching this in the SQL database in out filter at <http://whatever.frukt.org/>. (Our filter was allready using a local SQL database for other stuff.) I do a check against the servers to validate senders (if from our locally served domains) as well as recipients, and caching helps lower the load when some idiotic piece of software tries to send to or from the same invalid address 40 times in 20 seconds... Regards /Jonas -- Jonas Eckerman, FSDB & Fruktträdet http://whatever.frukt.org/ http://www.fsdb.org/ http://www.frukt.org/ _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

