On Mon, 02 Mar 2009 16:17:38 +0100
Julien <[email protected]> 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 ([email protected]) for example. You only
> have to define [email protected] as a valid address and then
> qmail-ldap accept [email protected] 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 ([email protected] => [email protected]), 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