- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail 8.9.3 relay configuration
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
12-15-2000 06:47 AM
12-15-2000 06:47 AM
sendmail 8.9.3 relay configuration
1. create an access file in /etc/mail with the contents
205.239.126 RELAY
2. makemap dbm access
3. in sendmail.cf, put in the line
Kaccess dbm -o access
No error messages, no warnings, but still cannot relay for machines liek 205.239.126.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 07:03 AM
12-15-2000 07:03 AM
Re: sendmail 8.9.3 relay configuration
IP.ADD.RES.SS RELAY
where IP.ADD.RES.SS is the IP address of the host you want to relay for.
you could also insert the line:
mydomain.com RELAY
to relay from any host within mydomain.com.
I hope this helps. BTW you can find more information about the new features of sendmail at: http://www.sendmail.org/~ca/email/doc8.9/README.cf.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 07:06 AM
12-15-2000 07:06 AM
Re: sendmail 8.9.3 relay configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 07:28 AM
12-15-2000 07:28 AM
Re: sendmail 8.9.3 relay configuration
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 08:12 AM
12-15-2000 08:12 AM
Re: sendmail 8.9.3 relay configuration
First
# Access list database (for spam stomping)
Kaccess dbm -o /etc/mail/access
Kresolve host -a
# SPAM SITES
url.com.tw REJECT
url.com REJECT
ucs.com.tw REJECT
aws.es REJECT
# OKAY SITES
mydomain.com OK
myhost.mydomain.com OK
myotherdomain.com OK
This tab separated text file is made into dbm like you already did.
>makedbm access access
# Hosts that will permit relaying ($=R)
FR-o /etc/mail/relay-domains
I.E.
100.100.100
100.101.100.99
mydomain.com
mailhost.myotherdomain.com
The file relay-domains is also made into a dbm
> makedbm relay-domains relay-domains
Hope it helps.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 11:25 AM
07-02-2001 11:25 AM