Mailx configuration

Using Centos

# yum install mailx

Go to

# vi /etc/mail.rc

Add the 2 lines below

  • set smtp=your.mail.server.com
  • set from=your@email.sender.com

Using Ubuntu

# apt-get install mailx

Go to

# vi /etc/mail.rc

Add the 2 lines below

  • set smtp=your.mail.server.com
  • set from=your@email.sender.com