On Wed, 2002-09-04 at 21:10, Jason R. Mastaler wrote:
> "Jason R. Mastaler" <[EMAIL PROTECTED]> writes:
> 
> > I'd just use /etc/tofmipd+CRAM-MD5, or setup some SSH port-forwarding
> > between the MUA and tmda-ofmipd.
> 
> I've been playing with ssh port forwarding a bit, using a setup like
> the following:
> 
> $ tmda-ofmipd -p localhost:8525 -R apop://acl.lanl.gov
> $ ssh -N -n -f -g -x -L 8025:localhost:8525 localhost

I'm personnaly using stunnel with the following command line:

/usr/sbin/stunnel \
    -p /etc/stunnel/smtpd.pem \ # pem certificate
    -d guerizec.net:10026     \ # external access to tofmipd
    -r localhost:8025         \ # tofmipd listens to port 8025
    -o /var/log/tmda-stunnel.log \
    -P /var/run/tmda-stunnel.pid

of course, all this is wrapped into an init.d script, send mail if
interested.

Hope that helps,

David

_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to