On Mon, 02 Mar 2009 16:17:38 +0100
Julien <jul...@recisio.com> wrote:
> I'm looking for the support of extended mail addresses  in qpsmtpd. I
> have compiled qmail-ldap with the following functionality enable : 
> 
> "-DDASH_EXT to enable the dash_ext patch for extended mail addresses"
> 
> It allow wildcard in e-mail (julie...@nura.eu) for example. You only
> have to define julien-catch...@nura.eu as a valid address and then
> qmail-ldap accept julie...@nura.eu addresses (with a limited deep search
> of 4 levels)
> 
> I search for a plugin but I found no one. Is there plug-in that do this
> job ?
You can try to modify the rcpt_ldap plugin [1], which does something
similar like that (user+m...@example.com => u...@example.com), or use
the rctp_regexp plugin with lines like
/^user(-.+)?...@example\.com$/  OK

        Hanno

[1] http://svn.perl.org/qpsmtpd/contrib/vetinari/rcpt_ldap 

Reply via email to