Hi all,
I tried to use mutt to sendmail using my company e-mailid. I have configured mutt to receive mails. But, send mail is not working. I googled and found that a MTA has to be configured. I configured sendmail. But, I get the following error on using sendmail:
[root@ localhost jaya]# sendmail -v
geetkumar@company.co.in
company.co.in: Name server timeout
geetkumar@company.co.in... Transient parse error -- message queued for future delivery
Hi
.
geetkumar@company.co.in... queued
I have configured sendmail to send mail using the following:
vi /etc/hosts
10.20.20.220 smtp.company.co.in
vi /etc/mail/genericstable
jaya
jaya@company.co.in
vi /etc/sendmail.mc
define(`SMART_HOST',`smtp.company.co.in'')
FEATURE(masquerade_envelope)dnl
FEATURE(`genericstable')dnl
GENERICS_DOMAIN(`localhost.localdomain')dnl
make -C /etc/mail
vi /etc/mail/access
connect:10.x.x.x(SMTP server IP) RELAY
cd /etc/mail
/usr/sbin/makemap hash access < access
service sendmail restart
Please point out the configuration error or let me know if there is any other way to configure mutt to be able to send e-mail from the specified email address
Regards
Jaya