HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail error
Operating System - HP-UX
1829541
Members
3498
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-03-2006 12:20 AM
10-03-2006 12:20 AM
sendmail error
I am not getting mail from data protector,it is configured through sendmail.
what should be cause for the error which is showing below.
I have started the sendmail daemon again.
prxdb202 is unix box where sendmail is configured.
Oct 3 23:00:58 prxdb202 sendmail[25462]: HAA01468: to=acr_ims_infrastructure@in fosys.com, delay=3+14:57:12, mailer=relay, relay=prwwb208-mail.au.webprod.acreis .com, stat=Transient parse error -- message queued for future delivery
Please help us...
Thanks & regards,
Ravikant Bhagat
what should be cause for the error which is showing below.
I have started the sendmail daemon again.
prxdb202 is unix box where sendmail is configured.
Oct 3 23:00:58 prxdb202 sendmail[25462]: HAA01468: to=acr_ims_infrastructure@in fosys.com, delay=3+14:57:12, mailer=relay, relay=prwwb208-mail.au.webprod.acreis .com, stat=Transient parse error -- message queued for future delivery
Please help us...
Thanks & regards,
Ravikant Bhagat
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 12:27 AM
10-03-2006 12:27 AM
Re: sendmail error
Based on the error, it looks like there is some problem getting the mail off of your box to the mail server. I would first check to insure that there are no problems with your network and/or firewall configuration. Assuming your network/firewall configuration is OK, contact the administrator for the mail relay server to see if that server is able to send/receive mail.
KJ
KJ
No matter where you go...there you are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 12:36 AM
10-03-2006 12:36 AM
Re: sendmail error
Hey;
Unfortunately, that' a rough one to troubleshoot. Either the email format is munged which would mean there's a problem with the dataprotector configuration or the relayer you're using is having issues. The trick is to find out which one.
Look in /var/spool/mqueue assuming you haven't moved the mail queue directory. In there you should find at least two and probably more files in the format
[dq]f[A-z,1-0]*
The files that start with the qf are the message headers while the corresponding df files are the message itself. Anything after the [dq]f is the message ID.
ID the message files for this particular email by grep'ing the message ID out of all the files:
grep -l HAA01468 *
That should give you two files. ID the message ID then process this one message by running:
sendmail -v -qI${message_id}
This will display all the processing that sendmail does while it's talking to the relayer. Hopefully, something in the output will lead you further.
If you're still having problems, post the output of the sendmail command and we'll see what we can come up with.
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
Unfortunately, that' a rough one to troubleshoot. Either the email format is munged which would mean there's a problem with the dataprotector configuration or the relayer you're using is having issues. The trick is to find out which one.
Look in /var/spool/mqueue assuming you haven't moved the mail queue directory. In there you should find at least two and probably more files in the format
[dq]f[A-z,1-0]*
The files that start with the qf are the message headers while the corresponding df files are the message itself. Anything after the [dq]f is the message ID.
ID the message files for this particular email by grep'ing the message ID out of all the files:
grep -l HAA01468 *
That should give you two files. ID the message ID then process this one message by running:
sendmail -v -qI${message_id}
This will display all the processing that sendmail does while it's talking to the relayer. Hopefully, something in the output will lead you further.
If you're still having problems, post the output of the sendmail command and we'll see what we can come up with.
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 06:36 AM
10-03-2006 06:36 AM
Re: sendmail error
do you experience this issue only with dp generated messages? check the log for other records with the same relay whether they are sent correctly, if yes, then your dp setup needs troubleshooting, if not then you'll have to inspect the relay/network
also try to open tcp connection to port 25 on the relay host:
$ telnet prwwb208-mail.au.webprod.acreis.com 25
good luck
also try to open tcp connection to port 25 on the relay host:
$ telnet prwwb208-mail.au.webprod.acreis.com 25
good luck
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP