- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sending emails from unix thru exchange
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
03-13-2007 02:41 AM
03-13-2007 02:41 AM
sending emails from unix thru exchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 02:47 AM
03-13-2007 02:47 AM
Re: sending emails from unix thru exchange
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 02:47 AM
03-13-2007 02:47 AM
Re: sending emails from unix thru exchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 02:48 AM
03-13-2007 02:48 AM
Re: sending emails from unix thru exchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 02:49 AM
03-13-2007 02:49 AM
Re: sending emails from unix thru exchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 03:15 AM
03-13-2007 03:15 AM
Re: sending emails from unix thru exchange
The sendmail daemon will then periodically (usually 2 times per hour) try to re-send the message. If this does not succeed within a time limit (default 4 hours), sendmail will send a warning email to the sender's local mailbox. It will still keep trying to send the message.
If the message is still in the queue after a second time limit (default 5 days), the message is considered failed, and the sender gets another message from the sendmail daemon, which describes what has happened.
To view the current state of the mail queue, use the "mailq" command.
The logfile that records all email-related events is /var/adm/syslog/mail.log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 05:21 PM
03-13-2007 05:21 PM
Re: sending emails from unix thru exchange
As in the above just look the /var/adm/syslog/mail.log. Normally there will be a two (or three) line entry for each mail you sent from the box. The keyword to look is stat=
/etc/syslog.conf should have the mail debug entry as below:
mail.debug /var/adm/syslog/mail.log
mailq -v is also useful to see the pending queues.
Regards,
Rasheed Tamton.