Parcival21
Technical User
Hi,
I'm configuring sendmail to masquerading my local addresses.
My genericstable shows like:
user1@domain2.de usernew1@domainnew.de
user2@mail.domain.de usernew2@domainnew.de
And I changed the configuration in the sendmail.mc to:
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')
GENERICS_DOMAIN(`mail.domain.de')
GENERICS_DOMAIN(`domain2.de')
FEATURE(`generics_entire_domain')
I rebuild the sendmail.cf and make the table with the command makemap hash genericstable < genericstable.
After this I restarted sendmail and test with sendmail -bt,
but sendmail doesn't chang my adresses.
What is wrong?
I'm configuring sendmail to masquerading my local addresses.
My genericstable shows like:
user1@domain2.de usernew1@domainnew.de
user2@mail.domain.de usernew2@domainnew.de
And I changed the configuration in the sendmail.mc to:
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')
GENERICS_DOMAIN(`mail.domain.de')
GENERICS_DOMAIN(`domain2.de')
FEATURE(`generics_entire_domain')
I rebuild the sendmail.cf and make the table with the command makemap hash genericstable < genericstable.
After this I restarted sendmail and test with sendmail -bt,
but sendmail doesn't chang my adresses.
What is wrong?