- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- mail send and retrieval
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-02-2005 01:19 AM
03-02-2005 01:19 AM
I currently have a linux server (SuSe9.2) set up as a web proxy for a number of PC clients. The server has a static interface connected to the internet with a second interface on the local lan with a local address. I want the clients mail agents to be able to pick up their email from an ISP's mail server out on the internet. So essentially they are going to have to pass through the linux server to do this.
I am forwarding traffic from the internal card externally so was hoping that the client mta would route through to the server and out onto the internet to check for, receive and send mail. This doesn't appear to be the case.
My thinking is that if I enable xinetd to listen to pop3 or pop3s for incoming mail on the server it will allow the incoming connection. What about smtp for outgoing mail ?
Any point in the right direction would be of great help
Thanks in advance
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 03:45 AM
03-02-2005 03:45 AM
Solutionthis should all work in case Your doing ip masquerading on the server and also did set the clients' default gateway to the server's ip.
using xinetd will only make sense in case You want to keep all mail related tasks on the server itself. (download them with fetchmail to the users mboxes and let them access their email on the server, etc.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 08:08 PM
03-02-2005 08:08 PM
Re: mail send and retrieval
Sorry, I don't think I understood your reply.
You are saying that it should work, but if I am masquerading it won't ?
The clients are using windows outlook. They also have the default gateway set to the servers ip address
Thanks again
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 10:57 PM
03-02-2005 10:57 PM
Re: mail send and retrieval
I also agree with florian, if you have configured masquerading ( or, if you have static IP, you should use 'many to one' NATing), the clients will definitely communicate with ISP as if they were directly connected to internet. first check if you are able to browse internet from your PCs through linux gateway. and secondly, as florian said, if you want to make a setup for downloading mails on linux box itself and distrbuting it to clients, you do not have to NAT, but have to setup mail system for this purpose ( fetchmail+sendmail+ipop3d or any other combination)
thanks & regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 12:33 AM
03-03-2005 12:33 AM
Re: mail send and retrieval
Then, if anyone wants to switch back to use the gateway mail, all they have to do is set their mail server in Outlook to point to the gateway box.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 05:59 PM
03-03-2005 05:59 PM
Re: mail send and retrieval
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 11:23 PM
03-07-2005 11:23 PM
Re: mail send and retrieval
Steve