- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mail with RCPT TO:<> delivers to root
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-19-2007 07:39 AM
тАО11-19-2007 07:39 AM
Mail with RCPT TO:<> delivers to root
An application running under HP-UX generates mail and had been delivering to an external mail relay. Recently this was changed to use localhost as the relay. Some messages are being sent with an empty To: field and the SMTP dialog amounts to:
MAIL FROM:
RCPT TO:<>
RCPT TO:
So these messages are delivered to the root mailbox as well as the validrecipient@domain.com.
We are looking into preventing the application from sending the empty recipient, but meanwhile...
Is there any sendmail.cf parameter I can change to prevent the delivery of such messages to the root mailbox, while continuing to deliver to the other recipients?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2007 07:17 PM
тАО11-19-2007 07:17 PM
Re: Mail with RCPT TO:<> delivers to root
Never had to do it myself, but that would make sense to me.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2007 09:45 PM
тАО11-19-2007 09:45 PM
Re: Mail with RCPT TO:<> delivers to root
I have done the previous posts solution and if my pea brain molecules still work, this solution is tested and will suceed.
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
тАО11-20-2007 02:01 AM
тАО11-20-2007 02:01 AM
Re: Mail with RCPT TO:<> delivers to root
postmaster : /dev/null
and
#postmaster : /dev/null
and mail still showed up in the root mailbox. Yes, I ran /usr/sbin/newaliases after each change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2007 02:10 AM
тАО11-20-2007 02:10 AM
Re: Mail with RCPT TO:<> delivers to root
rcpt to:<>
501 5.5.4 Invalid Address
rcpt to:<>
553 5.0.0 <>... User address required
rcpt to:<>
501 <>: missing or malformed local part
The last one above was a sendmail server, so I gather this must be possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2007 02:32 AM
тАО11-20-2007 02:32 AM
Re: Mail with RCPT TO:<> delivers to root
If anyone knows an alternative not requiring sendmail upgrade, please advise.