On Fri, 09 Jul 2004, BALU G.S wrote:

> 
>    Hi,
> 
>    What's the proper way to
>    get sendmail to use [1]user at domain.com instead of [2]user at
>    machine.domain.com?????
> 
>    Regards,

Hi,

add:
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')dnl
FEATURE(`masquerade_envelope')dnl

to your sendmail.mc

Add in /etc/mail/genericstable
user1.domain.com        user2.machine.domain.com

Change to /etc/mail
and run

make all
make install
make restart

Oliver
-- 
... don't touch the bang bang fruit
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to