Hello,
I finish to write the plugin so Qpsmtpd is compatible with Domain
aliasing patch for QMail. This plugin read the same config
file /var/qmail/control/aliasdomains. Here is a link to the patch :
http://www.qmail-ldap.org/wiki/index.php/Domain_aliasing
Thanks for your help !
Julien
My plug
On Wed, 28 Jan 2009 16:23:01 +0100, Julien wrote:
> The config file (/var/qmail/control/aliasdomains) contain one
> remplacment per line, each remplacment consist of 'olddomain' and
> 'newdomain' seperate by a ':' like :
>
> test.domain.com:domain.com
>
> So address jul...@test.domain.com sould b
Hi,
beware that you need to restart qpsmtpd everytime you update the
aliasdomains file. If thats not what you want you need to parse the
aliasdomains file everytime you reach the rcpt_hook.
Cheers,
Norman
2009/1/29 Matt Sergeant :
> On Wed, 28 Jan 2009 16:23:01 +0100, Julien wrote:
>> The config