I have a problem setting up a mailinglist on postfix. I have a working virtual alias table (/etc/postfix/virtual). I added the following line:
progen@domain.xy user1@example.com, user2@example.net, user3@domain.xy
After that I started postmap on /etc/postfix/vritual and reloaded postfix, but sent mails to progen@domain.xy don't receive on any user. Here is the mail.log:
Oct 13 18:01:39 h1248008 postfix/qmgr[23578]: C630A57454E: from=<foo@googlemail.com>, size=2447, nrcpt=3 (queue active)
Oct 13 18:01:40 h1248008 postfix/smtp[24048]: C630A57454E: to=<user1@example.com>, orig_to=<progen@domain.xy>, relay=mx.arcor.de[151.189.21.118]:25, delay=0.49, delays=0.07/0.01/0.32/0.09, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 37C788A2B)
Oct 13 18:01:41 h1248008 postfix/smtp[24049]: C630A57454E: to=<user2@example.net>, orig_to=<progen@domain.xy>, relay=gmail-smtp-in.l.google.com[74.125.39.27]:25, delay=1.5, delays=0.07/0.02/0.1/1.4, dsn=2.0.0, status=sent (250 2.0.0 OK 1286985701 be6si6036480wbb.46)
Oct 13 18:01:41 h1248008 postfix/smtp[24050]: C630A57454E: to=<user3@domain.xy>, orig_to=<progen@domain.xy>, relay=aspmx.l.google.com[74.125.43.27]:25, delay=1.9, delays=0.07/0.03/0.29/1.5, dsn=2.0.0, status=sent (250 2.0.0 OK 1286985701 r3si9350341wbc.13)
Oct 13 18:01:41 h1248008 postfix/qmgr[23578]: C630A57454E: removed
Which means that the mails (should) were sent to the users.
Where is my mistake?
Update: The problem was that the addresses user1@example.com, user2@example.net and user3@domain.xy were forwarded to foo@googlemail.com, so the mail was filtered. Thus it wasn't an error.