- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mail requirements
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
02-17-2003 07:05 PM
02-17-2003 07:05 PM
I have a SHELL script that automatically sends (mailx) email messages to centain email addresses.
These messages were not delivered succesfully. What are the things I need to consider?
Thanks...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 07:29 PM
02-17-2003 07:29 PM
Re: mail requirements
First look at /var/adm/syslog/mail.log file. It contains the errors.
Also look at your the mailbox of the account that is used to send mails. It may have returned mails that can give you some clues. To view the local mailbox use "elm".
$elm
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 07:29 PM
02-17-2003 07:29 PM
Re: mail requirements
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
02-17-2003 07:42 PM
02-17-2003 07:42 PM
Re: mail requirements
To be more specific. My email recepients resides in MS-Exchange Server.
Do I need to make my Unix server recognize this server? how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 07:50 PM
02-17-2003 07:50 PM
Solution------------------
# "Smart" relay host (may be null)
DSmydomain.foo.com
-----------------------------
Where, mydomain.foo.com is the name for your Exchange SMTP server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 08:09 PM
02-17-2003 08:09 PM
Re: mail requirements
Im trying to debug my system's sendmail.cf file. and it's quite complicated for me.
I encountered a line that says... "check_relay -- check hostname/address on SMTP startup". Any idea where can I locate this startup file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 08:20 PM
02-17-2003 08:20 PM
Re: mail requirements
There should be no need to do any further changes to your /etc/mail/sendmail.cf file other than the changes I mentioned before.
Make the changes and then restart the sendmail process.
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 10:15 PM
02-17-2003 10:15 PM
Re: mail requirements
It worked! thanks...
Also, I tried to enter more than 1 "Smart host". First is for Exchange Server and the second is for Unix Server. The second does not work. why?