Operating System - Tru64 Unix
1748151 Members
3836 Online
108758 Solutions
New Discussion юеВ

Sendmial configuration

 
roger_101
Occasional Contributor

Sendmial configuration

We have a Tru64 cluster. We would like to configure sendmail to masquerade such that messages sent out appear to be sent from
username@mydomain.com.

Currently, messages sent are addressed from:

John Doe [jdoe@servera.mydomain.com] where servera is the cluster name.

Thanks

2 REPLIES 2
Michael Schulte zur Sur
Honored Contributor

Re: Sendmial configuration

Hi,

have a look at the sendmail configuration doc:http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_ACRO_SUP/SENDMAIL.PDF

$f and $g may be what yo are looking for.

greetings,

Michael
SJO EGGER
Regular Advisor

Re: Sendmial configuration

hi roger

edit the /var/adm/senmail/sendmail.cf file

# name exported on external internet mail
DWhostname.doman.com --> delete the hostname
example: DWdomain.com

# usernames which will be @host qualified on outbound localdom mail
CNroot postmaster --> delete the username
example: CNpostmaster

restart sendmail:
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
SMTP Mail Service started.

roland