On Sat, 2011-03-19 at 20:57 +0100, Reindl Harald wrote: > Am 19.03.2011 19:32, schrieb Ralf Hildebrandt: > > * David Touzeau <da...@touzeau.eu>: > > > >> Thanks for this procedure but this is not a bug/error request but an > >> howto request. > > > > What I'm doing is this (just a few examples): > > > > alo.com error:5.1.2 You probably meant aol.com, > > not alo.com > > aoll.com error:5.1.2 You probably meant aol.com, > > not aoll.com > > aaol.com error:5.1.2 You probably meant aol.com, > > not aaol.com > > aiol.com error:5.1.2 You probably meant aol.com, > > not aiol.com > > aol.com.de error:5.1.2 You probably meant aol.com, > > not aol.com.de > > this is a cool solution i will implement tonight in our dbmail/postfix-backend > with a seperate sql-table and an extended view for the transport-query > > there are not much mistype-domains and a direct reject for some is much better > than any delay and side-effects for working domains > > thank you for the idea! > >
Hi guys. This seems like a great idea. I would like to implement the same thing and store the domain typos in a mysql table. If the table has two columns, eg. MISSTYPEDDOMAIN and RESPONSE, how would I go about to configure $smtpd_recipient_restrictions with the appropriate SQL query? Thanks. -RV