LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   sendmail masquerading not working with mail/mutt (https://www.linuxquestions.org/questions/linux-software-2/sendmail-masquerading-not-working-with-mail-mutt-253187/)

Hcman 11-10-2004 07:57 AM

sendmail masquerading not working with mail/mutt
 
I have set up sendmail on my OpenBSD 3.6 box to use masquerading. I've tested it and it works.

Mail from <user@host.example.com> gets rewritten as <user@domain.com> which is what I want.

Now, when I invoke
Code:

sendmail -v testaddress@somedomain.com
the rewriting happens and sender and envelope sender are set correctly as <user@domain.com>. However when I send mail using either mail or mutt sender and envelope sender show up as user@host.domain.com.

Mutt and mail both invoke sendmail so why this difference?

Arjan


All times are GMT -5. The time now is 12:08 PM.