- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mailx - sendmail differences
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
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
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
тАО05-11-2005 02:52 AM
тАО05-11-2005 02:52 AM
mailx - sendmail differences
This is not an HPUX question. One of our customers needed some help with mailing in general. He is running Data General UNIX. when he is trying to send mails through mail and sendmail commands to our company address it just hangs and it is not working. When he sends emails using mailx it works fine. When he sends emails to say yahoo address all mail commands works fine. Does Anybody know what are the major differences between mailx and mail or sendmail? What could be wrong?
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 02:58 AM
тАО05-11-2005 02:58 AM
Re: mailx - sendmail differences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 03:08 AM
тАО05-11-2005 03:08 AM
Re: mailx - sendmail differences
$ mail xxx@yahoo.com
This is a test. (after entering "This is a test." I press Ctrl D and shell prompt immedately returns.)
$
$ mail xxx.yyy@alcoa.com
This is a test. (after entering "This is a test." I press Ctrl D and shell prompt does not appear for several minutes.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 03:16 AM
тАО05-11-2005 03:16 AM
Re: mailx - sendmail differences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 03:52 AM
тАО05-11-2005 03:52 AM
Re: mailx - sendmail differences
the difference is mailx has a somewhat easier to use command line interface.
Sounds like a DG Unix command line issue. sendmail isn't really designed for command line use (my opinion), but it can be done.
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
тАО05-11-2005 05:21 PM
тАО05-11-2005 05:21 PM
Re: mailx - sendmail differences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2005 09:11 PM
тАО05-16-2005 09:11 PM
Re: mailx - sendmail differences
sendmail -v -d0.1 xxx.yyy@alcos.com
This will show u the actual communication taking place between ur machine and the mail server of alcos.com if ur server is able to resolve the domain and connect to the mail server of alcos.com .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2005 10:08 PM
тАО05-16-2005 10:08 PM
Re: mailx - sendmail differences
may be something related to network and name resolution process.
when sendmail is invoked directly it tries to validate destination hostname. depending on nameserver availability and network issues, sendmail might take sometime to complete the testing and return back to user which he might think as hang.
check network settings and sendmail configuration settings related to network.
Regards,
Gopi