Hi!
Getting a few of these lines in my Postfix log every day:
Code:
Sep 13 06:53:32 lixxx-yyy postfix/trivial-rewrite[18654]: warning: do not list domain example.com in BOTH mydestination and virtual_mailbox_domains
In my postfix config (main.cf) I have:
Code:
mydestination = localhost
And in the mysql table for my virtual domains:
Code:
example.com
lixxx-yyy.members.linode.com
lixxx-yyy
localhost.lixxx-yyy.members.linode.com
I.e. I do not have "localhost" listed here as the error message says? It is due to that postfix resolves "localhost" to "example.com"? Can I remove the
mydestination-line from the postfix config?
Please advise,