Hi
In the "Email with Postfix, Dovecot and MYSQL" guide
This step which tests aliases:
postmap -q
alias@example.com mysql:/etc/postfix/mysql-virtual-alias-maps.cf
This should return the email address to which the alias forwards, which is
email1@example.com in this example.
When I run this test command I get "1" as the result.
When I try to email the alias address I get the following bounce:
Action: failed
Status: 5.1.1
Remote-MTA: dns; mail.domain.com
X-Supplementary-Info: <mail.domain.com #5.1.1 smtp; 550 5.1.1
<1@domain.com> User doesn't exist:
1@domain.com>
All IMAP and SMTP normal mail function fine for this domain, it's just the alias addresses I'm having issue with.
Any help would be greatly appreciated.