| Thommy M. 2007-12-18, 7:33 am |
| On Dec 17, 11:43 pm, underh20.scubadiv...@gmail.com wrote:
> Our Solaris 9 server is running sendmail v. 8.13.8.
>
> Currently, all emails are sent from the server in the following
> format : usern...@serverA.macau.hkg.org
>
> We need to have all emails sent using the correct format of :
> usern...@macau.hkg.org
>
> Could you let me know how can I make the switch please in sendmail ?
> Thanks, Bill
>
> % ./sendmail -C sendmail.cf -d0.1 -bt </dev/null
>
> Version 8.13.8+Sun
> Compiled with: DNSMAP LDAPMAP LOG MAP_REGEX MATCHGECOS MILTER
> MIME7TO8
> MIME8TO7 NAMED_BIND NDBM NETINET NETINET6 NETUNIX
> NEWDB NIS
> NISPLUS PIPELINING SCANF USERDB USE_LDAP_INIT XDEBUG
>
> ============ SYSTEM IDENTITY (after readcf) ============
> (short domain name) $w = serverA
> (canonical domain name) $j = server.macau.hkg.org
> (subdomain name) $m = macau.hkg.org
> (node name) $k = serverA
> ========================================
================
>
> ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
> Enter <ruleset> <address>
> %
IIRC it's a line like this in sendmail.cf that you'll need
DMmacau.hkg.org
But don't take my word for it. It's almost 10 years since I touched a
sendmail.cf ;-)
|