Re: NO Login failed: generic failure

2014-03-26 Thread Mogens Melander
Marc, On Wed, March 26, 2014 22:04, Marc Fournier wrote: > > On Mar 26, 2014, at 12:54 , Marc Fournier wrote: > >> Mar 26 19:47:17 xxx imap[1448]: Could not open db >> Mar 26 19:47:17 xxx imap[1448]: sql plugin Parse the username >> sa...@xxx.info >> Mar 26 19:47:17 xxx imap[1448]: sql plugin doi

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
. >>> Did you compare the structure and data of the sqllite databases? >>> >>> Regards Helmut >>> >>> Von: Marc Fournier [mailto:scra...@hub.org] >>> Gesendet: Mittwoch, 26. März 2014 18:20 >>> An: Helmut Weigel >>> Cc: in

Re: NO Login failed: generic failure

2014-03-26 Thread Mogens Melander
files. >> Did you compare the structure and data of the sqllite databases? >> >> Regards Helmut >> >> Von: Marc Fournier [mailto:scra...@hub.org] >> Gesendet: Mittwoch, 26. März 2014 18:20 >> An: Helmut Weigel >> Cc: info-cyrus@lists.andrew.cmu.edu >>

Re: NO Login failed: generic failure

2014-03-26 Thread Mogens Melander
You got your answer in: sql plugin: no such column: cmusaslsecretPLAIN I've been there.. Edit your SQL to match your DB layout. On Wed, March 26, 2014 17:27, Marc Fournier wrote: > > I have two servers, both with identical configurations, right down to > their imapd.conf files … both use sqlite

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
On Mar 26, 2014, at 16:15 , Mogens Melander wrote: > Guys, please .. > > Can someone please filter out those HTML messages, and only pass the > plain text. Most HTML get sniped on arrival, the rest just annoy me. > > I do understand, this guy went a long way to present hi problem, but > inline

Re: NO Login failed: generic failure

2014-03-26 Thread Mogens Melander
ar/log # telnet localhost imap > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > * OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE STARTTLS AUTH=SCRAM-SHA-1 > AUTH=DIGEST-MD5 AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN SASL-IR] xxx.xxx Cyrus > IMAP v2.4.17

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
On Mar 26, 2014, at 14:40 , Dan White wrote: > If your cyrus sasl was compiled as shared libraries, you can delete the > library from your disk to prevent it from loading (pluginviewer -a should > confirm). Hrmmm … this is all ‘pluginviewer -a’ shows … shouldn’t sql be listed? Installed and pr

Re: NO Login failed: generic failure

2014-03-26 Thread Dan White
On 03/26/14 11:45 -0700, Marc Fournier wrote: > >On Mar 26, 2014, at 11:25 , Dan White wrote: >> What does your imapd.conf config look like? In particular the sasl_*, >> virtdomain, defaultdomain, allowplaintext, and loginrealms options. > >configdirectory: /var/spool/imap >partition-default: /var

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
On Mar 26, 2014, at 12:54 , Marc Fournier wrote: > > > Mar 26 19:47:17 xxx imap[1448]: Could not open db > Mar 26 19:47:17 xxx imap[1448]: sql plugin Parse the username sa...@xxx.info > Mar 26 19:47:17 xxx imap[1448]: sql plugin try and connect to a host > Mar 26 19:47:17 xxx imap[1448]: sql

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
On Mar 26, 2014, at 12:54 , Marc Fournier wrote: > But, if it can’t open the db (or is that for a different db?), then how does > it know that the first query works fine, but the second one is missing a > column? It has to open the db to do that … unless, again, the ‘Could not > open’ is try

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
On Mar 26, 2014, at 11:25 , Dan White wrote: >> > > Add 'sasl_log_level: 7' to imapd.conf, and verify your syslog daemon is > logging 'auth.*’. With sasl_log_level set to 7, master restarted: Mar 26 19:47:17 xxx imap[1448]: Could not open db Mar 26 19:47:17 xxx imap[1448]: sql plugin Parse

Re: NO Login failed: generic failure

2014-03-26 Thread Dan White
On 03/26/14 11:45 -0700, Marc Fournier wrote: > >On Mar 26, 2014, at 11:25 , Dan White wrote: > >> >> What does your imapd.conf config look like? In particular the sasl_*, >> virtdomain, defaultdomain, allowplaintext, and loginrealms options. > > >configdirectory: /var/spool/imap >partition-defaul

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
sY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M= Please enter your password: C: dXNlcm5hbWU9InNhbGVzQG9mYWMuaW5mbyIscmVhbG09InJkZnVuZC5jb20iLG5vbmNlPSI3WmdDS2tQMUE0T2JrZVB6dit1Wi9KUmtxWEVLc0xYbWhYMCtYK25idkZRPSIsY25vbmNlPSI1WFVrUXZZbFZybXp3dndYREY3MHM4SkROcUcyOEM5Z1FuMUNCVy9xM29JPSIsbmM9MDAwMDAwMDEscW9wPWF1dGgtY29uZixjaXBoZXI9cmM0LG1heGJ1Zj0xMDI0LGRpZ2VzdC11cmk9ImltYXAvbG9jYWxob3N0IixyZXNwb25zZT05ODlhNzk3NTU5ZDY1OTY1NGRhODZiMGQ1OTc0ODU1ZQ

Re: NO Login failed: generic failure

2014-03-26 Thread Dan White
SHA-1 >AUTH=DIGEST-MD5 AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN SASL-IR] xxx.xxx Cyrus >IMAP v2.4.17 server ready >. login x...@xxx.xxx xxx >. NO Login failed: generic failure >. logout >* BYE LOGOUT received >. OK Completed >Connection closed by foreign host. > >/var/log/de

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
; An: Helmut Weigel > Cc: info-cyrus@lists.andrew.cmu.edu > Betreff: Re: NO Login failed: generic failure > > > Never has been, nor is there on the working system … I don’t even know where > that query is coming from, as my imapd.conf has: > > pwcheck_method: auxpr

Re: NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
t; [mailto:info-cyrus-bounces+weigel=dfbnet@lists.andrew.cmu.edu] Im Auftrag > von Marc Fournier > Gesendet: Mittwoch, 26. März 2014 17:28 > An: info-cyrus@lists.andrew.cmu.edu > Betreff: NO Login failed: generic failure > > > I have two servers, both with identical con

NO Login failed: generic failure

2014-03-26 Thread Marc Fournier
ITERAL+ ID ENABLE STARTTLS AUTH=SCRAM-SHA-1 AUTH=DIGEST-MD5 AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN SASL-IR] xxx.xxx Cyrus IMAP v2.4.17 server ready . login x...@xxx.xxx xxx . NO Login failed: generic failure . logout * BYE LOGOUT received . OK Completed Connection closed by foreign host. /var/log/debug

RE: IMAPD "Authentication failed. generic failure"

2008-03-17 Thread J.J. Day
> From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; info-cyrus@lists.andrew.cmu.edu > Subject: RE: IMAPD "Authentication failed. generic failure" > Date: Tue, 18 M

RE: IMAPD "Authentication failed. generic failure"

2008-03-17 Thread J.J. Day
> CC: info-cyrus@lists.andrew.cmu.edu > From: [EMAIL PROTECTED] > Subject: Re: IMAPD "Authentication failed. generic failure" > Date: Mon, 17 Mar 2008 18:00:28 -0400 > To: [EMAIL PROTECTED] > > First failure: > > On

Re: IMAPD "Authentication failed. generic failure"

2008-03-17 Thread Jorey Bump
J.J. Day wrote, at 03/17/2008 11:25 AM: >>> auth.log >>> == >>> Mar 16 23:38:40 dc-mail imap[3700]: could not find auxprop plugin, was >>> searching for [all] >> It's been a while since I compiled my own Cyrus SASL, but when I did, I >> used to need a symlink: >> >> ln -s /usr/local/lib/sasl

Re: IMAPD "Authentication failed. generic failure"

2008-03-17 Thread Wesley Craig
First failure: On 17 Mar 2008, at 17:18, J.J. Day wrote: > C: A01 AUTHENTICATE PLAIN > S: A01 NO no mechanism available > Mar 17 14:34:11 dc-mail imaps[5423]: badlogin: dc-mail.training.int > [192.168.251.3] PLAIN [SASL(-4): no mechanism available: Couldn't > find mech PLAIN] PLAIN authN was

RE: IMAPD "Authentication failed. generic failure"

2008-03-17 Thread J.J. Day
> CC: info-cyrus@lists.andrew.cmu.edu > From: [EMAIL PROTECTED] > Subject: Re: IMAPD "Authentication failed. generic failure" > Date: Mon, 17 Mar 2008 15:31:40 -0400 > To: [EMAIL PROTECTED] > > On 17 Mar 2008, at 11:25, J.J

Re: IMAPD "Authentication failed. generic failure"

2008-03-17 Thread Wesley Craig
On 17 Mar 2008, at 11:25, J.J. Day wrote: > #allowplaintext: yes This is likely to be your problem. :wes Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

RE: IMAPD "Authentication failed. generic failure"

2008-03-17 Thread J.J. Day
>> auth.log >> == >> Mar 16 23:38:40 dc-mail imap[3700]: could not find auxprop plugin, was >> searching for [all] > > It's been a while since I compiled my own Cyrus SASL, but when I did, I > used to need a symlink: > > ln -s /usr/local/lib/sasl2 /usr/lib/sasl2 > > Give it a try, and if

Re: IMAPD "Authentication failed. generic failure"

2008-03-17 Thread Jorey Bump
J.J. Day wrote, at 03/17/2008 01:53 AM: > auth.log > == > Mar 16 23:38:40 dc-mail imap[3700]: could not find auxprop plugin, was > searching for [all] It's been a while since I compiled my own Cyrus SASL, but when I did, I used to need a symlink: ln -s /usr/local/lib/sasl2 /usr/lib/sasl2

RE: IMAPD "Authentication failed. generic failure"

2008-03-16 Thread J.J. Day
SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE IDLE URLAUTH S: C01 OK Completed Please enter your password: C: L01 LOGIN cyrus {5} S: + go ahead C: S: L01 NO Login failed: authentication failure Authentication failed. generic failure Security strength f

Re: IMAPD "Authentication failed. generic failure"

2008-03-16 Thread Jorey Bump
J.J. Day wrote, at 03/17/2008 12:12 AM: > [EMAIL PROTECTED] etc]# imtest -u cyrus -m login localhost Try this instead: imtest -u cyrus -a cyrus -t "" localhost Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://a

IMAPD "Authentication failed. generic failure"

2008-03-16 Thread J.J. Day
ES ANNOTATEMORE CATENATE CONDSTORE IDLE URLAUTH S: C01 OK Completed Please enter your password: C: L01 LOGIN root {5} S: L01 NO Login only available under a layer Authentication failed. generic failure Security strength factor: 0 . logout * BYE LOGOUT received . OK Completed Connection closed. [EMAIL

Re: [partly solved] Authenticate via saslauthd: 'generic failure: checkpass failed'

2004-08-12 Thread Joakim Ryden
On Thu, August 12, 2004 7:21 am, Jacob Friis Larsen said: [...] > The problem is that now I can not use squirrelmail. > And I don't see pam using the log as it should in MySQL. Also it only > works when I have sasl_sql_ settings so I guess the problem is with > pam/saslauthd > Any ideas? Set this

Re: [partly solved] Authenticate via saslauthd: "generic failure: checkpass failed"

2004-08-12 Thread Jacob Friis Larsen
ot use squirrelmail. And I don't see pam using the log as it should in MySQL. Also it only works when I have sasl_sql_ settings so I guess the problem is with pam/saslauthd Any ideas? /Jacob Jacob Friis Larsen wrote: I am trying to make cyrus authenticate via saslauthd. The problem is that wh

Re: Authenticate via saslauthd: "generic failure: checkpass failed"

2004-08-12 Thread Jacob Friis Larsen
I am trying to make cyrus authenticate via saslauthd. The problem is that when using "sasl_pwcheck_method: saslauthd" I get "generic failure: checkpass failed". If I use "sasl_pwcheck_method: auxprop" it's working. Since I only see SQL queries in /var/log/my

Re: Authenticate via saslauthd: "generic failure: checkpass failed"

2004-08-12 Thread Daniel Stellwagen
Hi Jacob, sorry that I sent the first mail only to you. Jacob Friis Larsen wrote: I am trying to make cyrus authenticate via saslauthd. The problem is that when using "sasl_pwcheck_method: saslauthd" I get "generic failure: checkpass failed". If I use "sasl_pwcheck_meth

Authenticate via saslauthd: "generic failure: checkpass failed"

2004-08-12 Thread Jacob Friis Larsen
I am trying to make cyrus authenticate via saslauthd. The problem is that when using "sasl_pwcheck_method: saslauthd" I get "generic failure: checkpass failed". If I use "sasl_pwcheck_method: auxprop" it's working. Since I only see SQL queries in /var/log/my

Re: Sivtest authentication failed generic failure

2004-05-11 Thread Igor Brezac
On Tue, 11 May 2004, Nicolas Schmitz wrote: > Hello, > > > > >This tests saslauthd only. You need to use sample client and server > >($cyrus-sasl-src/sample) to test sasl lib. > > > > > > > here is the output : > SERVER : > pc-schmitz-vm:/appli/distrib/cyrus-sasl-2.1.18/sample# ./server -s ldap

Re: Sivtest authentication failed generic failure

2004-05-11 Thread Nicolas Schmitz
Hello, This tests saslauthd only. You need to use sample client and server ($cyrus-sasl-src/sample) to test sasl lib. here is the output : SERVER : pc-schmitz-vm:/appli/distrib/cyrus-sasl-2.1.18/sample# ./server -s ldap trying 10, 1, 6 socket: Address family not supported by protocol trying 2,

Re: Sivtest authentication failed generic failure

2004-05-10 Thread Igor Brezac
On Mon, 10 May 2004, Nicolas Schmitz wrote: > Thank you for your quick answer. > I've tried to add --with-plugindir=/appli/cyrus-sasl/lib/sasl2 to my .configure, > but the problem is the same... I have also tried to recompile cyrus-imap, with > no result. > > I think sasl works ok because I can d

Re: Sivtest authentication failed generic failure

2004-05-10 Thread Nicolas Schmitz
Thank you for your quick answer. I've tried to add --with-plugindir=/appli/cyrus-sasl/lib/sasl2 to my .configure, but the problem is the same... I have also tried to recompile cyrus-imap, with no result. I think sasl works ok because I can do : pc-schmitz-vm:~# /usr/local/bin/testsaslauthd -u sc

Re: Sivtest authentication failed generic failure

2004-05-10 Thread Igor Brezac
s notify > subaddress relational regex" > S: "STARTTLS" > S: OK > Authentication failed. generic failure > Security strength factor: 0 > timsieved is not advertising any auth mechs. It looks like sasl is not installed properly. > Whereas imtest works great :

Sivtest authentication failed generic failure

2004-05-10 Thread Nicolas Schmitz
:~# /appli/cyrus-imapd/bin/sivtest -a schmitz localhost S: "IMPLEMENTATION" "Cyrus timsieved v2.2.3" S: "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational regex" S: "STARTTLS" S: OK Authentication failed. generic failur

AW: generic failure at /usr/lib/perl5/Cyrus/IMAP/Admin.pm line 118

2003-12-07 Thread Rolf Suennen
: [EMAIL PROTECTED] > Betreff: generic failure at /usr/lib/perl5/Cyrus/IMAP/Admin.pm line 118 > > > > hi everybody, > i try to install cyrus (Cyrus IMAP4 v2.1.13-IPv6-Debian-2.1.13-2) > from a debian package and still have a problem to connect to > cyradm using "cyradm --use

generic failure at /usr/lib/perl5/Cyrus/IMAP/Admin.pm line 118

2003-12-05 Thread Rolf Suennen
hi everybody, i try to install cyrus (Cyrus IMAP4 v2.1.13-IPv6-Debian-2.1.13-2) from a debian package and still have a problem to connect to cyradm using "cyradm --user cyrus --auth login --server localhost". i receive this error: Login failed: generic failure at /usr/lib/perl5/

generic failure

2003-10-08 Thread damian
Hi, I tried to change the password of sasldb but was prompted with generic failure. Any advice? Thanks and rgds, Damian -- damian <[EMAIL PROTECTED]>

Re: Authentication failed. generic failure

2003-09-10 Thread Mike Allen
I assured that libraries were all in-sync by running 'portupgrade' under FreeBSD. (Thanks Oliver for the idea.) I cannot yet create a mailbox. Here is what I get when I try: [mail2] ~> whoami cyrus [mail2] ~> cyradm -u cyrus localhost Password: localhost.familyradio.org> lm localhost

Re: Authentication failed. generic failure

2003-09-09 Thread Ken Murchison
t;-- S: A01 NO user not found Authentication failed. generic failure Security strength factor: 256 . logout<< manually typed-in because it stalled here. * BYE LOGOUT received . OK Completed Connection closed. saslpasswd appears to have the correct user/passwd combo. I don't know wha

Re: Authentication failed. generic failure

2003-09-09 Thread Ken Murchison
Mike Allen wrote: Gentlemen: When I run 'imtest' on my system, I get the following failure: -->: snip <-- S: A01 NO user not found Authentication failed. generic failure Security strength factor: 256 . logout<< manually typed-in because it stalled here. * BYE LOGOUT r

Re: Authentication failed. generic failure

2003-09-09 Thread Jeff Warnica
;real' cyrus account. On Tue, 2003-09-09 at 22:00, Mike Allen wrote: > Gentlemen: > > When I run 'imtest' on my system, I get the following failure: > -->: snip <-- > S: A01 NO user not found > Authentication failed. generic failure > Security strength fa

Authentication failed. generic failure

2003-09-09 Thread Mike Allen
Gentlemen: When I run 'imtest' on my system, I get the following failure: -->: snip <-- S: A01 NO user not found Authentication failed. generic failure Security strength factor: 256 . logout<< manually typed-in because it stalled here. * BYE LOGOUT received . OK Compl

sieve generic failure

2003-06-24 Thread rahul
."Cyrus timsieved v1.0.0" "SASL={PLAIN, LOGIN}" = it  does not show  sieve related information .. & when i give the command  "installsieve -m PLAIN -u rahulna123  -l localhost" it gives following output ..  =======

SOLVED was: Re: cyradm: Login failed: generic failure at ... Cyrus/IMAP/Admin.pm

2003-02-01 Thread Dennis Leist
THX for your help! I think I made it! Mike O'Rourke schrieb: Hi, still having troubles with cyrus! MAJOR PROBLEM : I cannot set up mailboxes. Getting access to cyrus gives me: #> cyradm --user cyrus --auth login localhost IMAP Password: Login failed: generic failure

Re: cyradm: Login failed: generic failure at ...Cyrus/IMAP/Admin.pm

2003-01-31 Thread OBATA Akio
On Fri, 31 Jan 2003 14:14:53 +0100 Dennis Leist <[EMAIL PROTECTED]> wrote: > #> cyradm --user cyrus --auth login localhost > IMAP Password: > Login failed: generic failure at > /usr/lib/perl/5.6.1/Cyrus/IMAP/Admin.pm line 114 > cyradm: cannot authenticate

cyradm: Login failed: generic failure at ... Cyrus/IMAP/Admin.pm

2003-01-31 Thread Mike O'Rourke
Hi, still having troubles with cyrus! MAJOR PROBLEM : I cannot set up mailboxes. Getting access to cyrus gives me: #> cyradm --user cyrus --auth login localhost IMAP Password: Login failed: generic failure at /usr/lib/perl/5.6.1/Cyrus/IMAP/Admin.pm line 114 cyradm: can

cyradm: Login failed: generic failure at ... Cyrus/IMAP/Admin.pm

2003-01-31 Thread Dennis Leist
Hi, still having troubles with cyrus! MAJOR PROBLEM : I cannot set up mailboxes. Getting access to cyrus gives me: #> cyradm --user cyrus --auth login localhost IMAP Password: Login failed: generic failure at /usr/lib/perl/5.6.1/Cyrus/IMAP/Admin.pm line 114 cyradm: can

Re: Login failed: generic failure at /usr/lib/perl5... line 114

2002-10-27 Thread Simon Matter
e cyrus server and cyrus sasl2 running right > now. However, each time I try to login, I am given an error from the > Admin.pm script, as follows: Try 'cyradm --user=cyrus --auth=login localhost' HTH Simon > > [root@biggie rpms]# cyradm -user cyrus localhost > IMAP Password:

Login failed: generic failure at /usr/lib/perl5... line 114

2002-10-25 Thread Jake Carlson
, each time I try to login, I am given an error from the Admin.pm script, as follows:   [root@biggie rpms]# cyradm -user cyrus localhostIMAP Password:  Login failed: generic failure at /usr/lib/perl5/site_perl/5.6.1/i386-linux/Cyrus/IMAP/Admin.pm line 114cyradm: cannot authenticate

Re: generic failure (-1), closing connection

2002-03-29 Thread Mark Derbyshire
rver I'm trying to build. > > I can authenticate. But any interactive command (cm, lm, etc) fails. The > message in syslog is: > > Mar 28 21:21:07 elric imapd[668]: login: > shiner.mabaleb.org[63.225.255.129] mailadmin DIGEST-MD5 User logged in > Mar 28 21:21:34 elric imapd[668

generic failure (-1), closing connection

2002-03-28 Thread Michael Bartosh
essage in syslog is: Mar 28 21:21:07 elric imapd[668]: login: shiner.mabaleb.org[63.225.255.129] mailadmin DIGEST-MD5 User logged in Mar 28 21:21:34 elric imapd[668]: Decoding error: generic failure (-1), closing connection I'm thinking maybe there are db problems?? I thought I was

Authentication failed. generic failure with sasl and cyrus imap/pop server

2001-04-14 Thread nomad4
=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUTH=ANONYMOUS AUTH=DIGEST-MD5 AUTH=CRAM-MD5 S: C01 OK Completed Password: C: L01 LOGIN cyrus {7} + go ahead C: L01 NO Login failed: no mechanism available Authentication failed. generic failure Security strength factor: 0 Now it tells me there is a generic failure

Re: generic failure

2000-11-14 Thread Shabnam Niroomand
Hi; As far as I know, "sasl_pwcheck_method" should be used not "sasl_passwd"check". -- Sbnm I am unable to auth to imap server, I cont to get generic failure bash-2.03$ /usr/local/imtest -m login localhost bash: /usr/local/imtest: No such file

generic failure

2000-11-13 Thread Brian Estes
I am unable to auth to imap server, I cont to get generic failure bash-2.03$ /usr/local/imtest -m login localhost bash: /usr/local/imtest: No such file or directory bash-2.03$ /usr/local/bin/imtest -m login localhost C: C01 CAPABILITY S: * OK patty Cyrus IMAP4 v2.0.7 server ready S: * CAPABILITY