mapping of outgoing addresses
Posted: Sat Jul 21, 2007 9:37 am
Hello!
I've installed Scalix 11.1.0 on an ubuntu 7.04 server and configured fetchmail to pickup mails from a pop3 account and sendmail to forward mails to a smart-host using the how-tos in the wiki.
so far so good, but the masquerading and/or mapping of addresses in sendmail doesn't work. it always uses user@local.domain and not user@mydomain.com...
first i tried it using masquerading using the following lines in sendmail.mc
after that i tried using the genericstable
but still all i get is:
Domain of sender address user@local.domain does not exist
please help!!
I've installed Scalix 11.1.0 on an ubuntu 7.04 server and configured fetchmail to pickup mails from a pop3 account and sendmail to forward mails to a smart-host using the how-tos in the wiki.
so far so good, but the masquerading and/or mapping of addresses in sendmail doesn't work. it always uses user@local.domain and not user@mydomain.com...
first i tried it using masquerading using the following lines in sendmail.mc
Code: Select all
MASQUERADE_DOMAIN(`lokal.domain')dnl
MASQUERADE_AS(`mydomain.com')dnl
after that i tried using the genericstable
Code: Select all
FEATURE(genericstable, `hash -o /etc/mail/genericstable')
GENERICS_DOMAIN_FILE(`/etc/mail/genericsdomain')
but still all i get is:
Domain of sender address user@local.domain does not exist
please help!!