- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I configure sendmail to allow relaying ?
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-2003 06:10 AM
12-15-2003 06:10 AM
How do I configure sendmail to allow relaying ?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 06:14 AM
12-15-2003 06:14 AM
Re: How do I configure sendmail to allow relaying ?
ip_address RELAY
Tab delimited.
If the machine is exposed to the Internet, you chould explicitly authorize each relay.
sendmail by default denies relay to stop spammers.
Then /sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
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
12-15-2003 06:14 AM
12-15-2003 06:14 AM
Re: How do I configure sendmail to allow relaying ?
mydomain.com relay
makemap hash /etc/mail/access
You might want to also set the DM macro in sendmail.cf
DMmydomain.com
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 06:15 AM
12-15-2003 06:15 AM
Re: How do I configure sendmail to allow relaying ?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14711
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 07:03 AM
12-15-2003 07:03 AM
Re: How do I configure sendmail to allow relaying ?
I followed Geoff's advice since I do not know the desktop IP, but the user is still getting "Relaying denied".
Here is some more specific info:
HPUX server is zeus.mydomain.com (not exposed to the internet)
Exchange relay host is: exch.mydomain.com
Desktops are DHCP and have following names:
user.pcnet.mydomain.com
In sendmail.cf I have:
DMmydomain.com
DSexch.mydomain.com
In /etc/mail/access
mydomain.com
pcnet.mydomain.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 08:12 AM
12-15-2003 08:12 AM
Re: How do I configure sendmail to allow relaying ?
You will have to create a new sendmail.cf
Easiest way is to download the sendmail source from sendmail.org
Add:
FEATURE(`access_db')dnl
to the sendmail.mc file. (it should be in cf/cf dir of source tree - just copy one of the ones there)
Then you bulid it:
./Build sendmail.cf
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 08:06 AM
12-22-2003 08:06 AM
Re: How do I configure sendmail to allow relaying ?
I had some issues trying to get sendmail to work after downloading a copy from sendmail.org. Turns out the HP version does allow you to "turn on" the access file.
Found a doc:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062903020
which details how to configure HPs sendmail to relay.
thanks again