Enable smtp services on p595 servers in AIX

Enable smtp services on p595 servers.

Edit the following lines in /etc/sendmail.cf file.

##################
#   local info   #
##################
# Hostname Definition
#
# By default, sendmail uses the value returned from a hostname lookup of
# the result of the "hostname" command to define the w, d and D macros
# and classes.  In addition, it also adds to the w class any aliases
# defined for the local hostname.  Therefore it is unnecessary to define
# these values here unless you wish to supplement the default values.
#
#DwYourHostName
Dwdmspar02
#DmYourDomainName
Dmbmogc.net
#Cw localhost $w $?m$w.$m$. YourHostAliases
#Cm $m YourOtherDomainNames
Cwlocalhost
# file containing names of hosts for which we receive email
#Fw-o/etc/mail/local-host-names


# "Smart" relay host (may be null)
# Relay host to forward outgoing mail not in the local domain to.
# To forward ALL mail to this relay host, uncomment the appropriate
# rule in ruleset 0, as indicated by the ruleset's comments.
#DSmailer:relayhostname
DSsccsmtp1.net.intra


Post a Comment

Previous Post Next Post