ML wrote:

Le 3 nov. 08 à 12:02, Nicolas Letellier a écrit :

Hello.

I would like to have this possibility in postfix :

I have [EMAIL PROTECTED] It's a mailbox (pop or imap), and it's TOO an alias (to [EMAIL PROTECTED])

When a mail is sent for [EMAIL PROTECTED], the mail must arrive in user mailbox, AND be redirected to [EMAIL PROTECTED]

I have a postfix server (with virtual domains in mysql), and this possibility does not work. When I set a mailbox AND an alias, only the alias works.


you need both redirect (to other alias and to mailbox) in virtual_alias_maps, reading your postconf i would suggest the following lines :

[EMAIL PROTECTED]    [EMAIL PROTECTED]
[EMAIL PROTECTED]    [EMAIL PROTECTED]


note that this doesn't work with hash and the like (key must be unique). it works for OP since he uses mysql.

you could also achieve the with with a single line in virtual_alias_maps :

[EMAIL PROTECTED]    [EMAIL PROTECTED],[EMAIL PROTECTED]

Reply via email to