Ville Walveranta a écrit :
> On Tue, Nov 18, 2008 at 11:43 AM, Darren Pilgrim <[EMAIL PROTECTED]> wrote:
> /^(info|sales|test1)@fourthdomain\.com$/ [EMAIL PROTECTED]
> 
> 
> I'm not having luck with that.
> 
> I put...
> 
> [EMAIL PROTECTED]       [EMAIL PROTECTED]
> [EMAIL PROTECTED]       [EMAIL PROTECTED]
> /^(user1|user2)@fourthdomain\.com$/ [EMAIL PROTECTED]
> 
> .. in virtual_alias_maps and refreshed with postmap, yet I get..

you are mixing different formats.

virtual_alias_maps =
        hash:/etc/postfix/virtual_alias.hash
        pcre:/etc/postfix/virtual_alias.pcre

then put the two first lines in the .hash file and the last one (the
/.../ ... line) in the .pcre file. and by the way, only postmap the
.hash file.

> RCPT TO:<[EMAIL PROTECTED]>
> 450 4.1.1 <[EMAIL PROTECTED]>: Recipient address rejected:
> undeliverable address: User unknown in virtual alias table
> 
> ---
> current main.cf:
> 

in the future, send output of 'postconf -n' instead of main.cf.

> [snip]

Reply via email to