Sendmail not rewriting the domain of the sender.

M.Hockings veeshooter at hockings.net
Fri Dec 19 04:41:50 UTC 2003


Ian P. Thomas wrote:

>I have the following lines in my sendmail.mc file:
>
>FEATURE('always_add_domain')dnl
>FEATURE('masquerade_entire_domain')dnl
>FEATURE('masquerade_envelope')dnl
>FEATURE('allmasquerade')dnl
>MASQUERADE_AS(`domain.org')dnl
>MASQUERADE_DOMAIN('domain.org')dnl
>
>This should perform the following 
>
>	me at host.domain.org  -> me at domain.org 
>
>It is, as of now, leaving the address as
>
>	me at host.domain.org
>
>I've run 
>
>	/etc/init.d/sendmail restart 
>
>after making the changes, with the same results. Is 
>there another option I'm missing here?  
>
>
>Ian P. Thomas
>
>
>--
>fedora-list mailing list
>fedora-list at redhat.com
>To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
>
>  
>
I'd use:

make -C /etc/mail
service sendmail restart

Mike





More information about the fedora-list mailing list