Thursday 8 September 2016

How to Configure & Verify Email Configurationsin AIX 6.1, 7.1

How to Configure & Verify Email Configurationsin AIX 6.1 7.1

Step 1

#vi /etc/mail/sendmail.cf
DSservername.yourdomain.com

Step 2

#vi /etc/hosts
192.168.1.3 servername.yourdomain.com





Step 3

# refresh -s sendmail

Step 4

# echo "Enter Your Subject Here"|mail -v -s "Enter your Body Message" Enter your email address


Example For Testing email configuration

"example : echo "Test Email"|mail -v -s "My Message" zubairmughalstr@gmail.com"

No comments:

Post a Comment