|<@os
10-31-2004, 03:01 AM
Currently I have two domains pointing to my server. For example maindomain.com and otherdomain.com
I've setup virtual domain with postfix and email to somalias@maindomain.com is working but no on otherdomain.com
My config - (the only lines I changed/added from default debian sarge config)
In main.cf
virtual_alias_domains = maindomain.com, otherdomain.com
virtual_alias_maps = hash:/etc/postfix/virtual
In /etc/postfix/virtual
somealias@maindomain.com userA
alias2@otherdomain.com userB
but otherdomain.com is not recieveing outside email (eg. gmail.com), however it's recieving internal email fine. Eg. when I am logged as root and send an email via mutt to alias2@otherdomain.com and it arrives to userB's inbox properly. Same test from gmail will fail, no error message...
Is this something wrong with my postfix config? or something else (DNS, server config...etc)
Thank you.
I've setup virtual domain with postfix and email to somalias@maindomain.com is working but no on otherdomain.com
My config - (the only lines I changed/added from default debian sarge config)
In main.cf
virtual_alias_domains = maindomain.com, otherdomain.com
virtual_alias_maps = hash:/etc/postfix/virtual
In /etc/postfix/virtual
somealias@maindomain.com userA
alias2@otherdomain.com userB
but otherdomain.com is not recieveing outside email (eg. gmail.com), however it's recieving internal email fine. Eg. when I am logged as root and send an email via mutt to alias2@otherdomain.com and it arrives to userB's inbox properly. Same test from gmail will fail, no error message...
Is this something wrong with my postfix config? or something else (DNS, server config...etc)
Thank you.
