- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ELM error messages.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 09:08 PM
10-18-2004 09:08 PM
ELM error messages.
I sending mails to Outlook in a HTML format using the include method on the command line. All was working fine, but now it doesn't work.( nothings been changed ! )
It still says message sent, but it nevers arrives. Other server still working, so I can't blame exchange.
Any ideas where to start looking? mailx and interactive elm still working!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 11:35 PM
10-18-2004 11:35 PM
Re: ELM error messages.
You have /var/adm/mail.log file.
See also messages in error on /var/spool/mqueue. You have one file that contain the message and one that contain config and error cause.
If elm works interactively error can be in syntax of your command. What command do you use ?
Rgds
JMB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 12:34 AM
10-19-2004 12:34 AM
Re: ELM error messages.
sendmail -v -s test name@somewhere.com < /etc/issue
You'll see the handshake and any errors. mail.log will also have the reason for non-delivery.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 12:37 AM
10-19-2004 12:37 AM
Re: ELM error messages.
Just tested it again on a similar machine, indentical config, and it works.
Cheers
Russ
COMMAND USED,
/usr/bin/elm -s "NODE02 Halifax Check Mail" abc@renishaw.com < /ren/iman/mailer/tmp/elm_input.3675
#######################################
cat /ren/iman/mailer/tmp/elm_input.3675
[include /ren/iman/mailer/lib/TestMail.html text/html base64]
######################################
cat /ren/iman/mailer/lib/TestMail.html
TEST MESSAGE
#######################################
MESSAGE in /var/adm/syslog/mail.log
#######################################
Oct 19 13:27:25 node02 sendmail[3714]: NAA03714: from=root, size=874, class=0, pri=30874, nrcpts=1, msgid=<200410191227.NAA03714@node02.renishaw.com>, relay=root@localhost
Oct 19 13:27:26 node02 sendmail[3716]: NAA03714: to=abc@renishaw.com, ctladdr=root (0/3), delay=00:00:01, xdelay=00:00:00, mailer=relay, relay=halifax [172.16.5.96], stat=Sent (OK)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 12:46 AM
10-19-2004 12:46 AM
Re: ELM error messages.
/var/adm/syslog/mail.log
mailq
Is the mail getting off the machine?
sendmail -v -q
verbose process the outbound mail queue
Its possible that the exchange server is not allowing relay from your server. That needs to be set up explicitly, via ip address.
sendmail -v -d8.99 -d38.99 someone@your.net
type text
.
maximum diagnostics.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 12:57 AM
10-19-2004 12:57 AM
Re: ELM error messages.
I get , and it gets through, so can I assume this is an MS-Exchange Problem then?
I also ran the -V in ELM and got the same message even though it never got through ?!
Cheers
Russ
(node02) / > sendmail -v -s test abc@renishaw.com < /etc/issue
test... User unknown
abc@renishaw.com... Connecting to SERVER via relay...
220 SERVER.renishaw.com ESMTP Server (Microsoft Exchange Internet Mail Service 5.5.2657.72) ready
>>> EHLO node02.renishaw.com
250-SERVER.renishaw.com Hello [node02.renishaw.com]
250-XEXCH50
250-HELP
250-ETRN
250-DSN
250-SIZE 0
250-AUTH LOGIN
250 AUTH=LOGIN
>>> MAIL From:
250 OK - mail from
>>> RCPT To:
250 OK - Recipient
>>> DATA
354 Send data. End with CRLF.CRLF
>>> .
250 OK
abc@renishaw.com... Sent (OK)
/dead.letter... Saved message in /dead.letter
Closing connection to SERVER
>>> QUIT
221 closing connection
(node02) / >
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 01:27 AM
10-19-2004 01:27 AM
Re: ELM error messages.
Bill Hassell, sysadmin