On Fri, Oct 03, 2008 at 08:59:55PM +0100, Brendan Kehoe wrote:
> Have any of you tried to configure the courier imapd to actually run two
> instances, one listening to port 127.0.0.1 not requiring STARTTLS, and
> another listening for external connections (ADDRESS=0) which does?
Another approach might be to use an iptables rule to forward
connections to port 143 on your external IP address to port
993:
iptables -t nat -A PREROUTING -d your.ext.ip.addr \
-p tcp --dport 143 -j DNAT --to-destination 127.0.0.1:993
That might work...
Later,
Kenn
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!