stunnel with SMTPD -> open relay!
Posted: Fri Feb 24, 2006 1:24 am
It would be very nice to be able to support encrypted SMTP. However, if I try to use stunnel to
get an SSL connection to SMTPD on the listening interface, it results in an open relay due to
the fact that the connection appears to come from localhost which is allowed to relay in
smtpd.cfg.
stunnel.conf looks like:
[smtps]
accept=465
connect = [address of interface]:25
Is there any neat way around this?
P
(I saw the HOWTO entry, but was wondering if this could be done with a single address)
get an SSL connection to SMTPD on the listening interface, it results in an open relay due to
the fact that the connection appears to come from localhost which is allowed to relay in
smtpd.cfg.
stunnel.conf looks like:
[smtps]
accept=465
connect = [address of interface]:25
Is there any neat way around this?
P
(I saw the HOWTO entry, but was wondering if this could be done with a single address)