I want to send all e-mails over another ISP Provider with sendmail. The problem is that the ISP need the same email adress in the Envelope-From that I logged into the ISP.
I change in sendmail.mc to
Code: Select all
define(`SMART_HOST',`mail.gmx.net')
MASQUERADE_AS(`gmx.net')dnl
FEATURE(masquerade_envelope)dnl
and in access
Code: Select all
AuthInfo:mail.gmx.net "U:xyz@gmx.net" "I:xyz@gmx.net" "P:*******" "M:LOGIN PLAIN"
But I send over scalix with another email address foobar@anotherdomain.net
So I create genericstable file (found in the sendmail doc)
Code: Select all
foobar@anotherdomain.net xyz@gmx.net
But this will not work. Sendmail still sends emails with foobar@anotherdomain.net.
So how can sendmail set the Envelope-From to xyz@gmx.net?
(I know it not a special scalix problem but I hope anybody can help me)
Best Regards,
Olie