- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail - "MAIL From:<" resolution
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
03-20-2003 04:43 AM
03-20-2003 04:43 AM
Sendmail - "MAIL From:<" resolution
I've traced the problem to a syntax error in the sending address. A sendmail -v shows the problem is related to:
MAIL From:
For some reason it's adding .# to the end of the domain name.
Question is, where does sendmail resolve this MAIL From address?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 04:59 AM
03-20-2003 04:59 AM
Re: Sendmail - "MAIL From:<" resolution
Just a quick thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 05:01 AM
03-20-2003 05:01 AM
Re: Sendmail - "MAIL From:<" resolution
dog
dog.cup.hp.com
Does the # appear here?
B) echo test | mailx -s "TEST SUBJECT LINE" you@yourdomain.co.uk
An entry in your /var/adm/syslog/mail.log should appear
C) Any changes the stop and restart sendmail:
killsm
sendmail -bd -q30m
D) Check your /etc/resolv.conf file for the correct domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 05:12 AM
03-20-2003 05:12 AM
Re: Sendmail - "MAIL From:<" resolution
Everything else suggested seems fine.
However if I try the echo statement | mailx, it doesn't deliver, doesn't send anything to syslog.log, but it does report the non-delivery to root's mail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 05:32 AM
03-20-2003 05:32 AM
Re: Sendmail - "MAIL From:<" resolution
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 06:44 AM
03-20-2003 06:44 AM
Re: Sendmail - "MAIL From:<" resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 07:56 AM
03-20-2003 07:56 AM
Re: Sendmail - "MAIL From:<" resolution
Thanks everyone for trying to help!