Forwarding Postfix email to multiple users not working

0

My /etc/postfix/virtual currently contains (emails obscured for privacy)

teals@example.com example+teals@gmail.com, other_example@gmail.com, third_example@gmail.com
example@example.com example@gmail.com
other@example.com other_example@gmail.com
shared@example.com example+shared@gmail.com, other_example+shared@gmail.com
@example.com example@gmail.com, other_example+shared@gmail.com

Forwarding for teals@example.com, example@example.com, and other@example.com work correctly, but for some reason any emails to shared@example.com disappear into the void.

I ran

sudo postfix reload
sudo postmap /etc/postfix/virtual
sudo service postfix restart

after editing /etc/postfix/virtual so virtual.db should be up to date (no errors).

Since the other emails (teals@example.com) deliver fine, I don't think it's an issue with firewalls or anything.

I RTFM'd the virtual(5) documentation, but it's particularly light on details about forwarding to multiple addresses.

Any help will be greatly appreciated!

Erty Seidohl

Posted 2015-01-13T17:05:59.763

Reputation: 597

Did you ever fix this? – NicoJuicy – 2015-04-08T21:10:22.523

Yes, although I didn't really change anything. I must have had a typo, or forgotten to add my domain in main.cf under virtual_alias_domains. Sorry I can't be more help! – Erty Seidohl – 2015-04-09T14:44:26.730

Okay. To bad for me but thanks anyway! – NicoJuicy – 2015-04-09T20:54:12.623

No answers