From owner-freebsd-questions@FreeBSD.ORG Sat Sep 1 20:36:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45C9F16A417 for ; Sat, 1 Sep 2007 20:36:07 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id D60E413C465 for ; Sat, 1 Sep 2007 20:36:06 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1162374fka for ; Sat, 01 Sep 2007 13:36:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kR+3XfW0ZbtB+tkNpakqtnuOScRL/QTweJOQ5FPtgGF68CHe2P7XN2/Vb6FgVcLvnlRJAX3nqjd8NrIq6JxElHYJPvMu10Fr4UMyYSinUfqMVbiv9Q3E+Voi+C4hVI51jxv8JeLRG+GZhwB+5TcE32ruS80gd/Uvy+9gxnxO7rs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=m5xzE+YX34g1TQkuni67JQh8s/lvjeCYI06mxLKBxf8jbRJh6iG9H6UQNK69/6JWYQGTMIZzoy4GR74XI0DIXQEo4OBg7qL/7RqE4/AHdwlrFzWuJYt7AEQSyS9rbdYLIRzyyNpP821iKMIsq18SIzUJlEF/h7s6NZhSCrV+x5M= Received: by 10.82.189.6 with SMTP id m6mr6930114buf.1188678964983; Sat, 01 Sep 2007 13:36:04 -0700 (PDT) Received: by 10.82.191.14 with HTTP; Sat, 1 Sep 2007 13:36:04 -0700 (PDT) Message-ID: <80f4f2b20709011336h4af41582raee142537f7495b5@mail.gmail.com> Date: Sat, 1 Sep 2007 16:36:04 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: questions on setting up a mail server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2007 20:36:07 -0000 I figured I'd try cyrus, I remember hearing that one is a good mail server. But I'm new to the mail server thing, and I'm not even sure where to look for some of this stuff if anyone can help. Also, I plan on just doing POP3, and only allowing secure connections - if anyone can reccomend a good, simple server for that, that they think is better than Cyrus, I won't object. My main question is on authentication. I was looking at authentication types in kmail to get an idea of what I can use, and I found: Clear text LOGIN PLAIN CRAM-MD5 Digest-MD5 NTLM GSSAPI APOP I know clear text is not what I want - if I remember, that's unencrypted. Does TLS/SSL make this a non-issue? What about the other methdods? Aside from keeping it in a quiet comfortable jail (done) and not on a server with anything else important, any suggestions? Thanks, -Jim Stapleton