- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail mailertable
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
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
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
тАО09-09-2008 10:57 AM
тАО09-09-2008 10:57 AM
sendmail mailertable
I am not having much luck with it.
any sugestions ?
I'm running hpux 11.11 V1 sendmail 8.9.3 PHNE_29774
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2008 11:17 AM
тАО09-09-2008 11:17 AM
Re: sendmail mailertable
http://www.sendmail.org/m4/mailertables.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2008 11:53 AM
тАО09-09-2008 11:53 AM
Re: sendmail mailertable
I have done all the configuration stuff according to another thead on this forum.
I also ran the makemap to create the db.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2008 11:59 AM
тАО09-09-2008 11:59 AM
Re: sendmail mailertable
Lets see the sendmail macro compile script an example of the mailer table entries and any errors.
Also, consider upgrading sendmail to a secure version.
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
тАО09-09-2008 12:00 PM
тАО09-09-2008 12:00 PM
Re: sendmail mailertable
Restart sendmail
Any errors in /var/adm/syslog/mail.log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2008 12:31 PM
тАО09-09-2008 12:31 PM
Re: sendmail mailertable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2008 04:05 PM
тАО09-09-2008 04:05 PM
Re: sendmail mailertable
1. .bankofamerica.coms
(note the brackets around the relay host]
2. There are some rules that you need to uncomment in sendmail.cf. Search for mailertable and you will find two text blocks. One has 5 lines that start with the comment
# not local -- try mailer table lookup
and another one for rule S90 taht has 6 lines. Uncomment those 11 lines that start with "R...".
Rebuild the mailertable map and restart sendmail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2008 04:02 AM
тАО09-10-2008 04:02 AM
Re: sendmail mailertable
Any other ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2008 04:49 AM
тАО09-10-2008 04:49 AM
Re: sendmail mailertable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2008 05:02 AM
тАО09-10-2008 05:02 AM
Re: sendmail mailertable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2008 05:06 AM
тАО09-10-2008 05:06 AM
Re: sendmail mailertable
There is no error messages in the mail.log.
When I sendmail via sendmail -v test@domain.com it seems like it ignores the mailertable.
the command I use to make the mailertable dbm is
makemap dbm /etc/mail/mailertable < /etc/mail/mailertable.list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2009 11:17 PM
тАО09-03-2009 11:17 PM
Re: sendmail mailertable
The missing step in the mentioned guides is the rebuild of the sendmail.cf files after enabling the feature in sendmail.mc.
BE WARNED: rebuilding the sendmail.cf will ruin your day if you have manually edited the sendmail.cf file! Even webmail steps into this pitfall.
Hence, either update the sendmail.mc to include the updates you need in the sendmail.cf or save the current sendmail.cf file, rebuild a new one and then redo the changes to the sendmail.cf file.
The book sendmail from O'Reilly (first edition 1993) was my friend here. I bet you cannot maintain a current msExchange with documentation from that time..