- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail Help
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
06-19-2003 11:22 AM
06-19-2003 11:22 AM
What I need is to setup sendmail on ovnoc52 to relay the mail to snooper. Any suggestions. I can not touch the resolv.conf file because OVO uses this for discovery. How can I send mail out from ovnoc52 via snooper.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 11:37 AM
06-19-2003 11:37 AM
SolutionNow, here is where you will run into complications.
First, if your spoofing DNS improperly, then you will need to re-establish a system that works. I.E. You have a box doing internal DNS that the ovn... box points at which does not understand internet DNS, and another DNS server that the snoop.. box points at for real lookups.
Routing mail from one system to another is very simple.
Am I correct in guessing that your problem is really DNS?
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 11:45 AM
06-19-2003 11:45 AM
Re: Sendmail Help
What do I need to edit in sendmail to relay the message to snooper and what do I have to configure in snooper to accept the relay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 11:48 AM
06-19-2003 11:48 AM
Re: Sendmail Help
All they need to do is have the sendmail daemon running which is also a default.
I suggest as a side note that you keep up with sendmail patches, there are significant security problems with that program.
The machine that wants to relay mail needs this directive in its sendmail.cf
DS
[IP_address_of_relay_machine]
save the file
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Diagnostic test:
sendmail -v -d8.99 -d38.99 someone@some.net
Type some text
.
This will insure you that mail is routing correctly.
You might not want to leave an HP-UX box configured to relay mail unprotected on the Internet unless you want 100% CPU dedicated to relaying somone elses spam. A firewall of some sort is in order.
Regards and Luck,
SEP
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
06-19-2003 12:00 PM
06-19-2003 12:00 PM
Re: Sendmail Help
# "Smart" relay host (may be null)
DS10.13.110.241
When I run sendmail it does not relay the message to 10.13.110.241. I run the sendmail test command and it querys the DNS server on the LAN0 side and not LAN1.
sendmail -v -d8.99 -d38.99 username@somewhere.net
Querying server (# 1) address = 10.8.0.9
Snooper is behind a firewall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 12:14 PM
06-19-2003 12:14 PM
Re: Sendmail Help
daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 12:18 PM
06-19-2003 12:18 PM
Re: Sendmail Help
First, you must be a fully qualified internet DNS name to send mail to most of the real world.
Second, make sure your class does re-writing rules so that user@host.domain.com does not go out, but rather user@domain.com.
Then, HP has a great feature. Edit the /etc/rc.config.d/mailsvrs file. Self explanatory from there. After setting the mail server, you need to completely restart sendmail. Use
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Lastly, sendmail if left insecure and under monitored is a time bomb. Get firewall protection first. Then get the Sendmail bible from O'Reilly and Associates. It can be a lifesaver (or company saver if your using sendmail on the internet).
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:31 PM
06-19-2003 01:31 PM
Re: Sendmail Help
DS
stop and start sendmail, this should be all that's needed.