LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Sendmail System identity & define macro value (https://www.linuxquestions.org/questions/linux-software-2/sendmail-system-identity-and-define-macro-value-173301/)

sysxi 04-22-2004 08:57 AM

Sendmail System identity & define macro value
 
Hello,

When I look at the SYSTEM IDENTITY of sendmail:

# sendmail -d0.1 -bt < /dev/null
Version 8.12.8
Compiled with: DNSMAP HESIOD HES_GETMAILHOST LDAPMAP LOG MAP_REGEX
MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6
NETUNIX NEWDB NIS PIPELINING SASL SCANF STARTTLS TCPWRAPPERS
USERDB USE_LDAP_INIT

============ SYSTEM IDENTITY (after readcf) ============
(short domain name) $w = localhost
(canonical domain name) $j = myhost.mydomain.com
(subdomain name) $m = localdomain
(node name) $k = myhostname
========================================================

ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>
#

I can change the canonical domain ($j) name by adding into sendmail.cf:

define(`confDOMAIN_NAME', `myhost.mydomain.com')dnl

Is there some instructions to change the $k, the $m and $w parameters from sendmail.cf?

Thank you for your help.


All times are GMT -5. The time now is 11:59 AM.