1837990 Members
3407 Online
110124 Solutions
New Discussion

elm not sending

 

elm not sending

After re-installing hpux 11i my elm is now sending. I check my config's in /etc/mail and also put my mailgate. Is there an install guide for elm to help troubleshoot.
hilo
5 REPLIES 5
Jeff_Traigle
Honored Contributor

Re: elm not sending

ELM is just a Mail User Agent (MUA). Sendmail is the Mail Transport Agent (MTA). That's where your problem is, most likely. Are the messages you tried to send queued on your system. (Check with mailq.)
--
Jeff Traigle
Chrisl_2
Frequent Advisor

Re: elm not sending

Try this:

/usr/lib/sendmail -v email@whatever

test (finish with a period on a line by itself)

.


sendmail should provide clues from there...

Re: elm not sending

This is what I got.

# /usr/lib/sendmail -v clarence.rebolledo@qwest.com
WARNING: local host name (S0112230) is not qualified; fix $j in config file
clarence.rebolledo@qwest.com... qwest.com: Name server timeout
clarence.rebolledo@qwest.com... Transient parse error -- message queued for futu
re delivery
.
clarence.rebolledo@qwest.com... queued
#

I guess my $j entry is wrong.
hilo
A. Clay Stephenson
Acclaimed Contributor

Re: elm not sending

Look in /etc/mail/sendmail.cf for the Dj macro. There are comments in the file that will tell you what you need to do.
If it ain't broke, I can fix that.

Re: elm not sending

My focus was wrong, I kept looking at my sendmail configuration. I finally looked at my resolv.conf file and corrected the server addresses and now things work fine.

Thanks to all who answered.
hilo