Hi, i've installed the whole thing new from scratch, but i still get these errors:
evildad saslauthd[14425]: DEBUG: auth_pam: pam_acct_mgmt failed: User account has expired evildad saslauthd[14425]: do_auth : auth failure: [user=cyrus] [service=imap] [realm=] [mech=pam] [reason=PAM acct error] evildad imap[3040]: badlogin: localhost [127.0.0.1] plaintext cyrus SASL(-13): authentication failure: checkpass failed I dropped the database, created all users new, but my Systems thinks the User account has expired. But where does it save that info. I even deleted all folders. Thnanks, Evil --- [EMAIL PROTECTED] schrieb: > Hi, > > I suppose you have some sql plugin installed by > default. > Try to uninstall it. > > Regards, > Leon Kolchinsky > > -----Original Message----- > From: evildad [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 27, 2005 1:11 PM > To: ×××× ×§××צ'×× ×¡×§× > Cc: info-cyrus@lists.andrew.cmu.edu > Subject: Ant: RE: RE: RE: Cyrus Imap Authentication > Problems > > HI, > i've created this folder and the smtpd.conf but i > still get these errors. > For testing purposes i created a new User and > tested it. > > This is what syslog tells me > > Sep 27 12:03:54 evildad imap[21012]: sql plugin > Parse the username evildad Sep 27 12:03:54 evildad > imap[21012]: sql plugin try and connect to a host > Sep 27 12:03:54 evildad imap[21012]: sql plugin > trying to open db 'mail' on host 'localhost' > Sep 27 12:03:54 evildad imap[21012]: sql plugin > Parse the username evildad Sep 27 12:03:54 evildad > imap[21012]: sql plugin try and connect to a host > Sep 27 12:03:54 evildad imap[21012]: sql plugin > trying to open db 'mail' on host 'localhost' > Sep 27 12:03:54 evildad saslauthd[20837]: DEBUG: > auth_pam: pam_acct_mgmt failed: User account has > expired > Sep 27 12:03:54 evildad saslauthd[20837]: do_auth > > : auth failure: [user=evildad] [service=imap] > [realm=] [mech=pam] [reason=PAM acct error] Sep 27 > 12:03:54 evildad imap[21012]: badlogin: > localhost [127.0.0.1] plaintext evildad SASL(-13): > authentication failure: checkpass failed Sep 27 > 12:04:57 evildad master[20915]: process 21012 > exited, status 0 > > > The strange thing is the "evildad saslauthd[20837]: > DEBUG: auth_pam: pam_acct_mgmt failed: User account > has expired" line. I created this account so why > should it be expired... > So many questions, Sorry. > > Greetings, > Evil > --- [EMAIL PROTECTED] schrieb: > > > Hi, > > > > Try to create /etc/postfix/sasl directory. > > Create there file smtpd.conf with these lines: > > pwcheck_method: saslauthd > > mech_list: plain login > > > > Make shure /usr/lib/sasl2/smtpd.conf looks the > same (this is the SuSE > > location). > > > > Restart saslauthd and cyrus and try again. > > > > Regards, > > Leon Kolchinsky > > > > -----Original Message----- > > From: evildad [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 27, 2005 12:17 PM > > To: ÃÅÃÂÃâ¢ÃŸ çÃâ¢ÃÅæ'Ãâ¢Ã > áçÃ⢠> > Cc: info-cyrus@lists.andrew.cmu.edu > > Subject: Ant: RE: RE: Cyrus Imap Authentication > Problems > > > > HI, > > yes it is the real Password for the User mail. > > > > --- [EMAIL PROTECTED] schrieb: > > > > > Hi, > > > > > > Stupid question but "passwd=secret" in your file > > is really > > > password=real_pass__for_user_mail on MySQL DB? > > > > > > Regards, > > > Leon Kolchinsky > > > > > > -----Original Message----- > > > From: evildad [mailto:[EMAIL PROTECTED] > > > Sent: Monday, September 26, 2005 10:31 PM > > > To: Ãâà âÃâÃÂÃâââ¬Â¢Ãâà ¸ > ÃâçÃâââ¬Â¢Ãâà âÃâæ'Ãâââ¢Ãâ > > ÃâáÃâçÃââ⢠> > > Cc: info-cyrus@lists.andrew.cmu.edu > > > Subject: Ant: RE: Cyrus Imap Authentication > > Problems > > > > > > Hi, > > > i had created the file /etc/pam.d/imap with the > > following entries: > > > > > > auth sufficient pam_mysql.so user=mail > > passwd=secret host=localhost > > > db=mail table=accountuser usercolumn=username > > passwdcolumn=password > > > crypt=1 logtable=log logmsgcolumn=msg > > logusercolumn=user > > > loghostcolumn=host logpidcolumn=pid > > logtimecolumn=time > > > > > > account required pam_mysql.so user=mail > > passwd=secret host=localhost > > > db=mail table=accountuser usercolumn=username > > passwdcolumn=password > > > crypt=1 logtable=log logmsgcolumn=msg > > logusercolumn=user > > > loghostcolumn=host logpidcolumn=pid > > logtimecolumn=time > > > > > > And i have also posted this Problem in the > > web-cyradm list with the > > > hope to get the answers i need. > > > > > > Thanks, > > > Evil > > > --- [EMAIL PROTECTED] schrieb: > > > > > > > Hi, > > > > > > > > First of all try to post this question to > > > web-cyradm list, I'm too on > > > > their list and if you have further questions > > we'll > > > try to help you. > > > > > > > > It may be related to creation of the file > > > /etc/pam.d/imap with the > > > > following entries: > > > > ---------------------------------------------- > > > > #%PAM-1.0 > > > > auth sufficient pam_mysql.so user=mail > > > passwd=secret host=localhost > > > > db=mail table=accountuser usercolumn=username > > > passwdcolumn=password > > > > crypt=1 logtable=log logmsgcolumn=msg > > > logusercolumn=user > > > > loghostcolumn=host logpidcolumn=pid > > > logtimecolumn=time sqllog=yes > > > > > > > > # auth sufficient pam_unix_auth.so > > > > > > > > account required pam_mysql.so user=mail > > > passwd=secret host=localhost > > > > db=mail table=accountuser usercolumn=username > > > passwdcolumn=password > > > > crypt=1 logtable=log logmsgcolumn=msg > > > logusercolumn=user > > > > loghostcolumn=host logpidcolumn=pid > > > logtimecolumn=time > > > > > > > > # account sufficient pam_unix_acct.so > > > > --------------------------------------------- > > > > > > > > Regards, > > > > Leon Kolchinsky > > > > > > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > > [mailto:[EMAIL PROTECTED] > > > On Behalf Of evildad > > > > Sent: Sunday, September 25, 2005 10:31 PM > > > > To: info-cyrus@lists.andrew.cmu.edu > > > > Subject: Cyrus Imap Authentication Problems > > > > > > > > HI there, > > > > i'd like to set-up an working IMAP Server on > my > > > Gentoo System. I used > > > > the Postfix-Cyrus-Web-cyradm-HOWTO from > > > > > > > > > > http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/index.html > > > > > > > > Because I use Gentoo, I compiled all the > > packages > > > with the > > > > > ÃÆââââ¬Å¡Ã¬Ãâ¦Ã¾emergeÃÆââââ¬Å¡Ã¬Ãâ¦Ã¢â¬Å === message truncated === ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de ---- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html