Re: [Exim] TLS and Auth

Top Page
Delete this message
Reply to this message
Author: Nicolas Doye
Date:  
To: James P. Roberts
CC: Scott Dexter, Hr. Daniel Mikkelsen, Exim-Users
Subject: Re: [Exim] TLS and Auth
--
Another option for running exim on two ports is to configure iptables
(or equivalent, if available on your platform) to port forward.

The attached /etc/sysconfig/iptables worked on Red Hat Linux 7.1 at a
previous employer where I used Evolution 1.0 and everyone else used
Outlook.

nic
--
Nic Doye                       | https://support.eduserv.org.uk
Senior Unix Systems Programmer | support@???
Eduserv Internet               | Tel: +44 (0)1225 474321
Queen Anne House               | Fax: +44 (0)1225 474301
11 Charlotte Street            |
Bath  BA1 2NE                  | EduServ: Athens, CHEST, NISS, Foundation
--
# Generated by iptables-save v1.2.1a on Wed Jan 16 17:59:17 2002
*nat
:PREROUTING ACCEPT [6:452]
:POSTROUTING ACCEPT [16:1242]
:OUTPUT ACCEPT [16:1242]
[0:0] -A PREROUTING -i eth0 -p tcp -m tcp --dport 465 -j REDIRECT --to-ports 25
COMMIT
# Completed on Wed Jan 16 17:59:17 2002
# Generated by iptables-save v1.2.1a on Wed Jan 16 17:59:17 2002
*filter
:INPUT ACCEPT [366030:102712035]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [299518:115146758]
COMMIT
# Completed on Wed Jan 16 17:59:17 2002
--