From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 06:57:57 2005 Return-Path: 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 3F1E216A4CE for ; Fri, 14 Jan 2005 06:57:57 +0000 (GMT) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB8743D53 for ; Fri, 14 Jan 2005 06:57:51 +0000 (GMT) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from localhost (mailhost.frm2.tum.de [129.187.179.12]) by mailhost.frm2.tum.de (8.13.1/8.13.1) with ESMTP id j0E6voWE079134; Fri, 14 Jan 2005 07:57:50 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) by mailhost.frm2.tum.de (8.13.1/8.13.1) with ESMTP id j0E6vjbO079130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 14 Jan 2005 07:57:45 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (localhost [127.0.0.1]) by hades.admin.frm2 (8.13.1/8.13.1) with ESMTP id j0E6vj7d088613; Fri, 14 Jan 2005 07:57:45 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: (from jpulz@localhost) by hades.admin.frm2 (8.13.1/8.13.1/Submit) id j0E6viPo088612; Fri, 14 Jan 2005 07:57:44 +0100 (CET) (envelope-from jpulz) Date: Fri, 14 Jan 2005 07:57:41 +0100 (CET) From: Joerg Pulz To: Eric F Crist In-Reply-To: <3ECB5145-65CA-11D9-B246-000D9333E43C@secure-computing.net> Message-ID: <20050114074608.M66492@hades.admin.frm2> References: <3ECB5145-65CA-11D9-B246-000D9333E43C@secure-computing.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: at mailhost.frm2.tum.de cc: FreeBSD Questions Subject: Re: CyrusIMAPd, SquirrelMail, and sendmail troubles... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 06:57:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 13 Jan 2005, Eric F Crist wrote: > Hello list. > > I've got a whole slew of issues I'm hoping you can help me resolve. I > followed the instructions at http://www.soe.ucsc.edu/~venkat/tutorial1.html > to install cyrusimapd. Everything seemed just fine. I tried to install > SquirrelMail, which installed fine, but I cannot log in. > > Here's what I want to do: > > 1) I want to use the regular user accounts and passwords for email. > 2) I would like to be able to access each account through either pop3s, imap, > or squirrelmail Hi, after a quick look on the website you mentioned, i saw no point where 'saslauthd' gets installed. my first dumb question: did you install it? if you have installed security/cyrus-sasl2-saslauthd, you should have '/usr/local/sbin/testsaslauthd'. please use this tool to check for the correct operation of 'saslauthd'. the website also mentioned that you have to set 'sasl_saslauthd_flags="-a sasldb"' in /etc/rc.conf, but if you want to authenticate against system accounts, this setting is completely wrong. you should either set 'sasl_saslauthd_flags="-a pam"' (this is the default) or 'sasl_saslauthd_flags="-a getpwent"' to authenticate against system accounts. i never tried the pam and getpwent variants as i use ldap to authenticate. hope this helps a litlle bit. regards Joerg - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB521oSPOsGF+KA+MRAvywAJwLG5fSY5FcDtdKELG73fvCoVUUqgCgudb9 bUHoM1SxIC84Pdyn7Pdcqtg= =JlCj -----END PGP SIGNATURE-----