Send Mail Configuration
i Have added the exchange IP(lotus notes) in /etc/mail/sendmail.cf under smart relay and restarted the smtp service.
# cat /etc/mail/sendmail.cf |grep DS
DS 172.16.1.15
# Return-Receipt-To: header implies DSN request
# DHParameters (only required if DSA/DH is used)
You have new mail in /var/mail/root
when i am trying to send a mail, the command is not returning to # prompt or no error messages recieved.
# mailx -s "mailx Test1" chaitanya.srinivasa@gmail.com
Where as i am able to send mails by connecting through telnet using 25 port.
Please help.