Date: Tue, 7 Jan 2003 11:55:19 +0100 From: Francesco Casadei <fcasadei@inwind.it> To: Kory Hamzeh <kory@avatar.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: POP Server with Secure Password Authentication Message-ID: <20030107105519.GA16245@goku.kasby> In-Reply-To: <002a01c2b615$5747ffe0$14ce21c7@avatar.com> References: <20030107051419.GA20684@localhost> <002a01c2b615$5747ffe0$14ce21c7@avatar.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 06, 2003 at 10:23:49PM -0800, Kory Hamzeh wrote: >=20 [snip] >=20 > Andrew, >=20 > I didn't know that. I found out it also supports POP3 and SMTP with SSL. = Is > there a POP3 server that supports SSL? >=20 > I couldn't figure out how to configure Outlook for IMAP. Is that also > available with Outlook Express? >=20 > Thanks, > Kory >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message The simplest solution is to keep using your POP3 server and install stunnel= to create an SSL tunnel between the mail client and the POP server. On the server side: - Install stunnel from ports (security/stunnel) - Create the certificate (check the docs!) - Create the start up script stunnel.sh (from stunnel.sh.sample): =2E.. start) ${STUNNEL} -d ${LISTEN_HOST}:spop3 -r ${REMOTE_HOST}:pop3 -p /usr/loc= al/etc/spop3.st unnel.pem ;; =2E.. where ${LISTEN_HOST} is the IP address where SPOP3 service is accepting connection and ${REMOTE_HOST} is the IP address of your POP3 server. On the client side: - Make sure that the checkbox "Use SSL/TLS blah blah..." (I don't remember = the exact label!) is checked in the mail account options. That's all! For a quick start see: http://www.freebsddiary.org/stunnel.php http://www.freebsddiary.org/stunnel2.php http://www.freebsddiary.org/stunnel-v3-to-v4.php Francesco Casadei --=20 You can download my public key from http://digilander.libero.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+GrIXfsM3XxZOsXsRAg2QAJ4zhpP+AiOvhxf9ipHp9U/xRU28BACfd1Of +R1Rk2Xxl04eLr614QwELBI= =s9M7 -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030107105519.GA16245>