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
07-07-2004 02:13 AM
07-07-2004 02:13 AM
I would like to send a mail without sender information:
echo "hej" | mail test@test.com
Is there anyway to put nothing in sender information?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 02:26 AM
07-07-2004 02:26 AM
SolutionWhen I send mail from my dns enabled HP-UX and linux servers it comes with the user name of user_name@hostname by default.
Most incoming mail systems that are exposed to the Internet require this information anyway, many now such as my own will not accept mail from a email address that can't be verified by reverse dns lookup.
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
07-07-2004 02:28 AM
07-07-2004 02:28 AM
Re: sendmail
mailx test@test.com -r me@test.com
and me@test.com will be seen as sender. But sender cannot be empty (or space). So maybe you could use a generic sender name...
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 02:34 AM
07-07-2004 02:34 AM
Re: sendmail
Can not be done easily - would require writing your own rules in sendmail.cf - and as Steven points out - a lot of servers won't accept the email at all - part of anti SPAM.
Question I have - why would you want to send an email without sender information?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 02:41 AM
07-07-2004 02:41 AM
Re: sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 05:31 AM
07-07-2004 05:31 AM
Re: sendmail
i have heard of some rulesets in sendmail like ruleset one which defines the sender of the mail message and can be altered or programmed to see that its coming from some other user.
Another way to do would use of aliasing using the /etc/mail/aliases database.
good luck tweaking sendmail.cf
With best wishes
Naveej