This is a discussion on Re: [stunnel-users] Stunnel Testing within the Stunnel Users forums, part of the Networking and Network Related category; --===============1606838097== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yudcn1FV7Hsu/q59" Content-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--===============1606838097== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yudcn1FV7Hsu/q59" Content-Disposition: inline --yudcn1FV7Hsu/q59 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 29, 2007 at 05:23:29PM -0500, Robert Lambrecht wrote: > I am using a command line mailer (BLAT) from a batch file to notify me wh= en > errors occur. My ISP requires SSL however still allows non-SSL traffic on > Port 25 as well. >=20 > I then use Stunnel with the following config: > > [smtps] > accept =3D 25=20 > connect =3D smtp.isp.domain.net:465 > > Port 465 is the SSL port for my ISP. >=20 > I run Stunnel as a service in Vista. >=20 > I then have BLAT send an SMTP message on Port 25 to my ISP. This works. stunnel is listening on port 25 *of your machine*, not your isp's. Thus, you need to have BLAT send it to localhost, port 25. Better yet, to avoid confussion, have stunnel listen on some other port (456 would be a good choice), and have BLAT send to=20 localhost, on that port. To check you're not sending anything on the clear, install a network sniffer (wireshark is good) and have it show your network trafic to your.isp.com. If you can read the mail in the displayed traffic, you're sending in cleartext ;-) --yudcn1FV7Hsu/q59 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG/vSfAZmDGK3JvCgRAmdGAJ9QdoRSbS4SLOSAr6J1jquIcorsLQC fScI8 GwUsUoMtnpDiLMaTtLFvn4Y= =MTRM -----END PGP SIGNATURE----- --yudcn1FV7Hsu/q59-- --===============1606838097== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users --===============1606838097==-- |