From owner-freebsd-questions Tue Jan 7 2:55:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B413137B401 for ; Tue, 7 Jan 2003 02:55:39 -0800 (PST) Received: from mail.tiscali.it (mail-6.tiscali.it [195.130.225.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE71543EE1 for ; Tue, 7 Jan 2003 02:55:37 -0800 (PST) (envelope-from fcasadei@inwind.it) Received: from goku.kasby (217.133.210.14) by mail.tiscali.it (6.5.032) id 3E1575F20013318A for freebsd-questions@FreeBSD.ORG; Tue, 7 Jan 2003 11:55:35 +0100 Received: (qmail 16328 invoked by uid 1000); 7 Jan 2003 10:55:19 -0000 Date: Tue, 7 Jan 2003 11:55:19 +0100 From: Francesco Casadei To: Kory Hamzeh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: POP Server with Secure Password Authentication Message-ID: <20030107105519.GA16245@goku.kasby> Mail-Followup-To: Kory Hamzeh , freebsd-questions@FreeBSD.ORG References: <20030107051419.GA20684@localhost> <002a01c2b615$5747ffe0$14ce21c7@avatar.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <002a01c2b615$5747ffe0$14ce21c7@avatar.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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