- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing Outgoing Mail Port
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-06-2007 08:21 AM
03-06-2007 08:21 AM
Fred Abell
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 08:27 AM
03-06-2007 08:27 AM
Solutionsendmail can be modified in sendmail.cf to send outbound mail on another port.
This will do absolutely no good as no good.
servers will be listening for mail on any port other than port 25.
The solution is an smtp gateway needs to be used.
in sendmail.cf
DSgatewayserver
or
DS
[192.168.0.10]
where the numeric ip address is the address of the relay server.
Microsoft exchange servers can be configured to relay mail but you will have to convince the administrator to do this for you.
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
03-06-2007 01:11 PM
03-06-2007 01:11 PM
Re: Changing Outgoing Mail Port
According to me modification of sendmail.cf will solve your problem.
The /etc/mail/sendmail.cf file that is installed with the sendmail.The default configuration file is located in /usr/newconfig/etc/mail/sendmail.cf and is installed in /etc/mail/sendmail.cf.
Then stop & start the sendmail daemon.
Please Read following document for more information:
http://docs.hp.com/en/B2355-90685/ch04s06.html#ccieachj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 02:20 PM
03-06-2007 02:20 PM
Re: Changing Outgoing Mail Port
SMTP servers listen on port 25 by default. I have never known this to be different. What I do not understand is why you cannot send yourself and e-mail. The router may be blocking out going mail from any machine other than your company e-mail server. This is usually done to keep spam, etc. from being send from compromised computers. You might ask your e-mail admin which server is the smtp server. Then you could set it up in your sendmail file as a smarthost.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 01:41 AM
03-07-2007 01:41 AM
Re: Changing Outgoing Mail Port
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 01:56 AM
03-07-2007 01:56 AM
Re: Changing Outgoing Mail Port
If it is important for you to receive these alerts you need to get with the network admin and even your boss and express this need. Hopefully they will be willing to make changes on the filter to allow traffic on port 25 from that particular machine.