- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Disable SMTP leaving POP on sendmail TRU64 5.1
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-06-2007 05:58 AM
12-06-2007 05:58 AM
I have sendmail running under CAA service
(script "scr" is simply : /sbin/init.d/sendmail start )
I would like to leave POP running but disable SMTP service (to let users getting their mails and refuse sending new message).
Is there an option in the command line of sendmail or in sendmail.cf ? Or, should I block port 25 on server (I dont' know how...).
Thank you very much
Excuse my English, google helped me a little bit ...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 06:10 AM
12-06-2007 06:10 AM
SolutionIf you want to stop sendmail from receiving mail, you should modify your sendmail.cf configuration file and make it listen only to the loopback address, configure it like this:
O DaemonPortOptions=Addr=127.0.0.1,Port=smtp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 06:44 AM
12-06-2007 06:44 AM
Re: Disable SMTP leaving POP on sendmail TRU64 5.1
You wrote : Sendmail does not provides POP services
However, when I stop the CAA service (process sendmail), clients can't getting their mails)...
With your solution (O DaemonPortOptions=Addr=127.0.0.1,Port=smtp), is new mails with Outlook Express will be rejected by serveur ? (user will know that mail is not send, let in "outgoing box" with a warning ?).
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 07:21 AM
12-06-2007 07:21 AM
Re: Disable SMTP leaving POP on sendmail TRU64 5.1
Probably, the CAA service control scripts also control the start and stop of the POP service. You can check what CAA is doing by looking at the control script located in /var/cluster/caa/script.
>>> With your solution (O DaemonPortOptions=Addr=127.0.0.1,Port=smtp), is new mails with Outlook Express will be rejected by serveur ? (user will know that mail is not send, let in "outgoing box" with a warning ?).
Yes, mails will be rejected, and yes, the user will receive an error and the mail will stay in the "outgoing box".
Bienvenido al foro, por favor asegurate de ver el siguiente enlace para informacion acerca de como asignar puntos:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
Have a nice day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 08:03 AM
12-06-2007 08:03 AM
Re: Disable SMTP leaving POP on sendmail TRU64 5.1
I've tested your solution and it's OK !
Good evening
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 08:05 AM
12-06-2007 08:05 AM