HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail / mailx difference
Operating System - HP-UX
1837523
Members
3706
Online
110117
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
07-18-2004 06:06 PM
07-18-2004 06:06 PM
sendmail / mailx difference
I am trying to send mails to our faxmail server. The mails goes through if i use mailx but if i use sendmail it doesn't. The faxmail server accept mails only in some particular format.
The only difference i could see that the mails being sent via mailx had the following in the body in addition to what we input as body.
"Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii"
We are running sendmail 8.9.3.1 (PHNE_25184). OS is 11.11
Could someone tell me how i can make the format for sendmail mails the same as mailx.
Thanks,
steven
The only difference i could see that the mails being sent via mailx had the following in the body in addition to what we input as body.
"Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii"
We are running sendmail 8.9.3.1 (PHNE_25184). OS is 11.11
Could someone tell me how i can make the format for sendmail mails the same as mailx.
Thanks,
steven
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:49 PM
07-18-2004 06:49 PM
Re: sendmail / mailx difference
Hi,
mailx is an interactive message processing system and sendmail sends mail over the internet.
sendmail determines the networks to use based on the syntax and contents of the addresses,according to information in the sendmail configuration file. This file wil, be located at /etc/mail/sendmail.cf.
Check this configuration file for the line under # "Smart" relay host (may be null)
Indira A
mailx is an interactive message processing system and sendmail sends mail over the internet.
sendmail determines the networks to use based on the syntax and contents of the addresses,according to information in the sendmail configuration file. This file wil, be located at /etc/mail/sendmail.cf.
Check this configuration file for the line under # "Smart" relay host (may be null)
Indira A
Never give up, Keep Trying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 10:58 PM
07-18-2004 10:58 PM
Re: sendmail / mailx difference
The mail which i sent using sendmail is reaching the faxmail server and it is being rejected there because of the format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 01:06 AM
07-19-2004 01:06 AM
Re: sendmail / mailx difference
From man sendmail:
EightBitMode=mode
Set the handling of 8-bit input to 7-bit
destinations. Mode can be set to the following
values:
m Convert to 7-bit MIME format.
p Pass it as eight bits.
s Bounce the mail.
You can add that to the command line:
-o EightBitMode=7
give that a try...
In sendmail.cf it defaults to:
O EightBitMode=pass8
But I would use it on the command line only.
Rgds...Geoff
Rgds...Geoff
EightBitMode=mode
Set the handling of 8-bit input to 7-bit
destinations. Mode can be set to the following
values:
m Convert to 7-bit MIME format.
p Pass it as eight bits.
s Bounce the mail.
You can add that to the command line:
-o EightBitMode=7
give that a try...
In sendmail.cf it defaults to:
O EightBitMode=pass8
But I would use it on the command line only.
Rgds...Geoff
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
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