From owner-freebsd-isp Fri Feb 8 18:33: 0 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by hub.freebsd.org (Postfix) with ESMTP id 9BAB537B41B for ; Fri, 8 Feb 2002 18:32:50 -0800 (PST) Received: from admin0 (admin0.westbend.net [216.47.253.17]) by mail.westbend.net (8.11.6/8.11.6) with ESMTP id g192Wbt56750; Fri, 8 Feb 2002 20:32:37 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <00ba01c1b111$fc70dd20$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Sid Lambert" , References: <003701c1b10a$afaaa4f0$0400a8c0@speedy> Subject: Re: Cyrus imapd Date: Fri, 8 Feb 2002 20:29:14 -0600 Organization: West Bend Interent MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "Sid Lambert" > I am trying to setup Cyrus with imap and pop3 on a new 4.5-Stable box, I get > this error via syslogd. > > Feb 8 20:39:28 mail pop3d[18497]: KERBEROS_V4: can't access srvtab file > /etc/srvtab: No such file or directory > Feb 8 20:39:28 mail pop3d[18497]: > add_plugin(/usr/local/lib/sasl/libkerberos4.so) failed: generic failure This error occurs because you don't have a srvtab file, either ignore the error or move libkerberos4.so to a sub directory under (i.e. /usr/local/lib/sasl/disabled), and then the SASL library will not load the libkerberos4.so mech. > Feb 8 20:39:29 mail pop3d[18497]: badlogin: Host[ip] plaintext user > Incorrect password > > I can't auth users but I can login and use the cyradm with the cyrus user. > > imtest -v -m login -u cyrus localhost > C: C01 CAPABILITY > S: * OK mail.host.comCyrus IMAP4 v2.0.16 server ready > S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID > NO_ATOMIC_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREA > D=REFERENCES IDLE AUTH=DIGEST-MD5 AUTH=CRAM-MD5 > S: C01 OK Completed > Password: > C: L01 LOGIN cyrus {5} > + go ahead > C: > L01 NO Login failed: Incorrect password > Authentication failed. generic failure > Security strength factor: 0 > > I am using sasl_pwcheck_method: pwcheck in imapd.conf > > I have checked to make sure Kerberos is commented out of pam.conf > > Can anyone point me in the right direction? > Check if the pwcheck dameon is running: ps -ax | grep pwcheck If it is not running, then use '/usr/local/etc/rc.d/pwcheckd.sh start' to start it. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message