Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Access POP and SMTP through an HTTP proxy' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Access POP and SMTP through an HTTP proxy
Authored by: sierratarn on Jul 28, '03 10:17:41AM

Three things.....

There is a missing slash in the line:

smtp_work stream tcp nowait root /usr/local/bin/sconnect
/usr/localbin/sconnect -H proxy.yourcompany.com:80
smtpserver.provider.com 25

which should read:

smtp_work stream tcp nowait root /usr/local/bin/sconnect
/usr/local/bin/sconnect -H proxy.yourcompany.com:80
smtpserver.provider.com 25

Also this may not be an ideal solution for laptops as e-mail programs won't see this pop server as the same pop server that they use outside the network. I'd been toying with a model that uses SSH tunnels. The solution would be to set the e-mail "server" as localhost that can then connect through a ssh machine in the middle (outside the firewall) or directly to the e-mail server depending upon the settings of the ssh port forwarding which will be transparent to the local e-mail program.

Finally, there are several *nix systems that don't come with developer tools installed. I am happy to download a more current version of dev tools than the OS that came with my machine.



[ Reply to This | # ]