Wim Aarts wrote:
find your sendmail.cf file in /etc or /etc/mail find the lines below, and add the last one where domain is your domain...etc # my official domain name # ... define this only if sendmail cannot automatically determine your domain #Dj$w.Foo.COM Djdomain.com
Be careful with this, as all users sending from the raq might start showing up as user@xxxxxxxxxx overriding user@xxxxxxxxxxxxxxxxxx
restart sendmail. /etc/rc.d/init.d/sendmail stop /etc/rc.d/init.d/sendmail start That does the trick. Keep a copy of the original sendmail.cf file just in case... Good practice before upgrading with cobalt packages is to restore the original file before you do an upgrade. Cheers Wim.When sending mail, how do i make it to only display my domain addressinteadof host.domain.com, i.e joe@xxxxxxxxxxxxxxx I really want it to look like joe@xxxxxxxxxx