1

Topic: error concerning virtual domain

When I send an email to someone in a myvirtual domain, I get an error ;

Feb 24 21:42:39 mail postfix/trivial-rewrite[1896]: warning: do not list domain test.com in BOTH mydestination and virtual_mailbox_domains

How can I correct this ?

Thanks

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: error concerning virtual domain

As it says, "do not list domain test.com in BOTH mydestination and virtual_mailbox_domains".

This is postfix setting in /etc/postfix/main.cf. I guess you have 'myhostname = test.com' in main.cf, you should change it.

It's recommended to change your server hostname to something like 'mail.test.com' which is not used as a mail domain, and set postfix 'myhostname = mail.test.com' in main.cf.