Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i have some mail clients (Outlook as MUA in winXP) within a VPN (PPTP VPN Server running on a RedHat Server). clients are logging in to VPN from remote locations using dial-up. the VPN server is directly connected to internet through a firewall. also a squid caching proxy server is configured on the same RedHat server to serve internet to the VPN. firewall is restricting internel VPN clients from directly accessing outside services. email clients cannot be configured using any outside SMTP or POP3 servers directly.
there is no DNS server running inside the VPN. mail users are actually using the POP3 enabled e-mail service provided by the ISP. there are more than 100 mail clients having their e-mail account with the ISP.
1) is it possible to configure a Sendmail server on redhat Server and relay all outgoing mails directly to ISPs SMTP Server? is this require a working DNS server within the VPN?
2) if so what should be the exact configuration details in Outlook e-mail client? can i set the outgoing SMTP server as my RedHat box?
3) also i cannot configure e-mail clients using an outside POP3 server. is it possible to solve the problem by setting up a local POP3 server on the RedHat box? if no, please give me an alternate solution.
1) yes, that's be a smart host / relay host. you wouldn't need dns as you're only looking to relay everything to one single remote server? note that this is not standard, and conventionally you would look to send all email directly to the mx server for the destination domain?
2) yes they can use the server if they want, by ip if need be.
3) depends how all this is working... if you don't host the email, then a pop3 connection to you is pretty pointless no? maybe you'd want to look at holding live mail on the server and syncronizing it regularly with the ISP's servers?
sounds like you're pretty new to sendmail, and people who are new to sendmail often get scared off quite easily. you might prefer a more modern friendlier smtp server like postfix.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.