Mar 9, 2005 #1 Mag0007 MIS Feb 15, 2005 829 US In AIX 4.3.3 or 5.2, how do I make changes to my sendmail configuration? Do I just edit the /etc/sendmail.cf , and to apply the settings, I just refresh -s sendmail? Or is there more to it? TIA!
In AIX 4.3.3 or 5.2, how do I make changes to my sendmail configuration? Do I just edit the /etc/sendmail.cf , and to apply the settings, I just refresh -s sendmail? Or is there more to it? TIA!
Mar 12, 2005 #2 pko Technical User Oct 12, 2001 10 SK yes, refresh -s sendmail but... not edit /etc/sendmail.cf 1. [root@ ~]# cd /usr/samples/tcpip/sendmail/cf 2. [root@ /usr/samples/tcpip/sendmail/cf]# edit file aixsample.mc 3. [root@ /usr/samples/tcpip/sendmail/cf]# m4 ../m4/cf.m4 aixsample.mc > testmail.cf 4. [root@ ~]# cp -p /etc/mail/sendmail.cf /etc/mail/sendmail.cf_ORIG 5. [root@ ~]# cp -p /usr/samples/tcpip/sendmail/cf/testmail.cf /etc/mail/sendmail.cf 6. [root@ ~]# refresh -s sendmail palo Upvote 0 Downvote
yes, refresh -s sendmail but... not edit /etc/sendmail.cf 1. [root@ ~]# cd /usr/samples/tcpip/sendmail/cf 2. [root@ /usr/samples/tcpip/sendmail/cf]# edit file aixsample.mc 3. [root@ /usr/samples/tcpip/sendmail/cf]# m4 ../m4/cf.m4 aixsample.mc > testmail.cf 4. [root@ ~]# cp -p /etc/mail/sendmail.cf /etc/mail/sendmail.cf_ORIG 5. [root@ ~]# cp -p /usr/samples/tcpip/sendmail/cf/testmail.cf /etc/mail/sendmail.cf 6. [root@ ~]# refresh -s sendmail palo