- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disabling the use of TELNET:25 command for local u...
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
11-22-2002 12:32 AM
11-22-2002 12:32 AM
Disabling the use of TELNET:25 command for local users
I want to prevent local users to connect my smtp server on port 25 (via telnet for ex.) to avoid "anonymous mails" except for identified users (root, ...).
What is the better and simpliest way to do that ?
Thanx,
Sebastien.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 12:43 AM
11-22-2002 12:43 AM
Re: Disabling the use of TELNET:25 command for local users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 01:55 AM
11-22-2002 01:55 AM
Re: Disabling the use of TELNET:25 command for local users
I have a suggesation.
you can use postfix, its very similar to the sendmail and
you can achive very good security.
visit
www.postfix.org
Regards
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:33 AM
11-22-2002 02:33 AM
Re: Disabling the use of TELNET:25 command for local users
What I want to do is prevent specific users (but not all users) on server A to access port TCP/25 on server B without modifying server B.
Any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2002 08:07 PM
11-24-2002 08:07 PM
Re: Disabling the use of TELNET:25 command for local users
You can achive this by writing a WRAPPER to your telnet ....
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 08:40 AM
12-02-2002 08:40 AM
Re: Disabling the use of TELNET:25 command for local users
What do you mean by "write a wrapper" ? Do you have an exemple ?
I tried tcp_wrapper, but it seems to work only on incoming connections :-(