SIEVE authentication failed

2004-09-01 Thread Gerald Griessner
Hi,
I migrated from Cyrus Imap 2.1.16 to 2.2.8 a couple of days ago.
Since then I can not login to Sieve any more.
Can anyone help me?
below I included my imapd.conf, sivtest output and imtest output
Cheers
 Gerald
bash-2.05# sivtest -u ggriessn localhost
S: IMPLEMENTATION Cyrus timsieved v2.2.8
S: SIEVE fileinto reject envelope vacation imapflags notify subaddress 
relational regex
S: STARTTLS
S: OK
Authentication failed. generic failure
Security strength factor: 0
C: LOGOUT
OK Logout Complete
Connection closed.

bash-2.05# imtest -u ggriessn localhost
S: * OK mail.salzburgresearch.at Cyrus IMAP4 v2.2.8 server ready
C: C01 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS 
NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY 
SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE STARTTLS
S: C01 OK Completed
Please enter your password:
C: L01 LOGIN root {8}
S: + go ahead
C: omitted
S: L01 NO Login failed: authentication failure
Authentication failed. generic failure
Security strength factor: 0
C: Q01 LOGOUT
* BYE LOGOUT received
Q01 OK Completed
Connection closed.

And here is my imapd.conf:
allowanonymouslogin:no
allowapop:  no
allowplaintext: yes
allowplaintextwithouttls:   yes
allowusermoves: 1
annotation_db: skiplist
autocreatequota:400
configdirectory:/var/imap/config
deleteright:c
duplicate_db: berkeley-nosync
duplicatesuppression: 1
imapidlepoll:   60
mboxlist_db: berkeley
partition-default:  /var/imap/data
postmaster: [EMAIL PROTECTED]
quota_db:   berkeley
quotawarn:  90
sasl_option:yes
sasl_auto_transition:   no
sasl_maximum_layer: 256
sasl_mech_list: PLAIN
sasl_minimum_layer: 0
sasl_pwcheck_method:pam saslauthd
sasl_reauth_timeout:0
sasl_saslauthd_path:/var/state/saslauthd/mux
seenstate_db:   berkeley
sendmail:   /usr/exim/bin/exim
servername: mail.salzburgresearch.at
sieve_maxscripts:   16
sieve_maxscriptsize:128
sievedir:   /var/imap/sieve
sievenotifier:  SIEVE
sieveusehomedir:false
singleinstancestore:yes
subscription_db:berkeley
tlscache_db: berkeley-nosync
---
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


Re: SIEVE authentication failed

2004-09-01 Thread Ken Murchison
Gerald Griessner wrote:
Hi,
I migrated from Cyrus Imap 2.1.16 to 2.2.8 a couple of days ago.
Since then I can not login to Sieve any more.
Can anyone help me?
below I included my imapd.conf, sivtest output and imtest output
Cheers
 Gerald
bash-2.05# sivtest -u ggriessn localhost
S: IMPLEMENTATION Cyrus timsieved v2.2.8
S: SIEVE fileinto reject envelope vacation imapflags notify 
subaddress relational regex
S: STARTTLS
S: OK

Cyrus isn't finding your SASL plugins, because no SASL mechs are listed 
in the capability list.  Make sure you have SASL installed correctly.


Authentication failed. generic failure
Security strength factor: 0
C: LOGOUT
OK Logout Complete
Connection closed.
bash-2.05# imtest -u ggriessn localhost
S: * OK mail.salzburgresearch.at Cyrus IMAP4 v2.2.8 server ready
C: C01 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS 
NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND 
BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE 
STARTTLS
S: C01 OK Completed
Please enter your password:
C: L01 LOGIN root {8}
S: + go ahead
C: omitted
S: L01 NO Login failed: authentication failure
Authentication failed. generic failure
Security strength factor: 0
C: Q01 LOGOUT
* BYE LOGOUT received
Q01 OK Completed
Connection closed.

And here is my imapd.conf:
allowanonymouslogin:no
allowapop:  no
allowplaintext: yes
allowplaintextwithouttls:   yes
allowusermoves: 1
annotation_db: skiplist
autocreatequota:400
configdirectory:/var/imap/config
deleteright:c
duplicate_db: berkeley-nosync
duplicatesuppression: 1
imapidlepoll:   60
mboxlist_db: berkeley
partition-default:  /var/imap/data
postmaster: [EMAIL PROTECTED]
quota_db:   berkeley
quotawarn:  90
sasl_option:yes
sasl_auto_transition:   no
sasl_maximum_layer: 256
sasl_mech_list: PLAIN
sasl_minimum_layer: 0
sasl_pwcheck_method:pam saslauthd
sasl_reauth_timeout:0
sasl_saslauthd_path:/var/state/saslauthd/mux
seenstate_db:   berkeley
sendmail:   /usr/exim/bin/exim
servername: mail.salzburgresearch.at
sieve_maxscripts:   16
sieve_maxscriptsize:128
sievedir:   /var/imap/sieve
sievenotifier:  SIEVE
sieveusehomedir:false
singleinstancestore:yes
subscription_db:berkeley
tlscache_db: berkeley-nosync
---
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

--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp
---
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


Re: SIEVE authentication failed

2004-09-01 Thread Gerald Griessner

--On Wednesday, September 01, 2004 08:49:25 -0400 Ken Murchison 
[EMAIL PROTECTED] wrote:

Gerald Griessner wrote:
Hi,
I migrated from Cyrus Imap 2.1.16 to 2.2.8 a couple of days ago.
Since then I can not login to Sieve any more.
Can anyone help me?
below I included my imapd.conf, sivtest output and imtest output
Cheers
 Gerald
bash-2.05# sivtest -u ggriessn localhost
S: IMPLEMENTATION Cyrus timsieved v2.2.8
S: SIEVE fileinto reject envelope vacation imapflags notify
subaddress relational regex
S: STARTTLS
S: OK

Cyrus isn't finding your SASL plugins, because no SASL mechs are listed
in the capability list.  Make sure you have SASL installed correctly.

SNIP
Hi Ken,
actually IMAP is authenticating against SASL.
I compiled sasl 2.1.9 like:
./configure --prefix=/usr/cyrus-sasl --sysconfdir=/etc --enable-login 
--disable-checkapop --disable-krb4 --disable-gssapi 
--with-openssl=/usr/local/ssl --with-saslauthd=/var/state/saslauthd 
--with-ldap
And in sasldb/Makefile line 245
   changed LOCAL_SASL_DB_BACKEND_STATIC :=
 toLOCAL_SASL_DB_BACKEND_STATIC =

  since it was not making
I'm starting the daemeon like:
/usr/cyrus-sasl/sbin/saslauthd -a pam -O /etc/saslauthd
/etc/saslauthd:
MECHANISMS=pam
--enable-login --disable-checkapop --disable-krb4 --disable-gssapi 
--with-openssl=/usr/local/ssl --with-saslauthd=/var/state/saslauthd

I did exactly the same as with version 2.1.17 (old Server)
Can you give me any hint?
Cheers
  Gerald
---
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


Re: SIEVE authentication failed

2004-09-01 Thread Ken Murchison
Gerald Griessner wrote:

--On Wednesday, September 01, 2004 08:49:25 -0400 Ken Murchison 
[EMAIL PROTECTED] wrote:

Gerald Griessner wrote:
Hi,
I migrated from Cyrus Imap 2.1.16 to 2.2.8 a couple of days ago.
Since then I can not login to Sieve any more.
Can anyone help me?
below I included my imapd.conf, sivtest output and imtest output
Cheers
 Gerald
bash-2.05# sivtest -u ggriessn localhost
S: IMPLEMENTATION Cyrus timsieved v2.2.8
S: SIEVE fileinto reject envelope vacation imapflags notify
subaddress relational regex
S: STARTTLS
S: OK

Cyrus isn't finding your SASL plugins, because no SASL mechs are listed
in the capability list.  Make sure you have SASL installed correctly.

SNIP

Hi Ken,
actually IMAP is authenticating against SASL.
I compiled sasl 2.1.9 like:
./configure --prefix=/usr/cyrus-sasl --sysconfdir=/etc --enable-login 
--disable-checkapop --disable-krb4 --disable-gssapi 
--with-openssl=/usr/local/ssl --with-saslauthd=/var/state/saslauthd 
--with-ldap
And in sasldb/Makefile line 245
   changed LOCAL_SASL_DB_BACKEND_STATIC :=
 toLOCAL_SASL_DB_BACKEND_STATIC =

  since it was not making
I'm starting the daemeon like:
/usr/cyrus-sasl/sbin/saslauthd -a pam -O /etc/saslauthd
/etc/saslauthd:
MECHANISMS=pam
--enable-login --disable-checkapop --disable-krb4 --disable-gssapi 
--with-openssl=/usr/local/ssl --with-saslauthd=/var/state/saslauthd

I did exactly the same as with version 2.1.17 (old Server)
Can you give me any hint?
Try making a link fro /usr/lib/sasl2 to the directory which contains the 
mschanism plugins (libplain.so, libcrammd5.so, etc).

--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp
---
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


Re: SIEVE authentication failed

2004-09-01 Thread Gerald Griessner

--On Wednesday, September 01, 2004 11:40:40 -0400 Ken Murchison 
[EMAIL PROTECTED] wrote:


Cyrus isn't finding your SASL plugins, because no SASL mechs are listed
in the capability list.  Make sure you have SASL installed correctly.

SNIP

Hi Ken,
actually IMAP is authenticating against SASL.
I compiled sasl 2.1.9 like:
./configure --prefix=/usr/cyrus-sasl --sysconfdir=/etc --enable-login
--disable-checkapop --disable-krb4 --disable-gssapi
--with-openssl=/usr/local/ssl --with-saslauthd=/var/state/saslauthd
--with-ldap
And in sasldb/Makefile line 245
   changed LOCAL_SASL_DB_BACKEND_STATIC :=
 toLOCAL_SASL_DB_BACKEND_STATIC =
  since it was not making
I'm starting the daemeon like:
/usr/cyrus-sasl/sbin/saslauthd -a pam -O /etc/saslauthd
/etc/saslauthd:
MECHANISMS=pam
--enable-login --disable-checkapop --disable-krb4 --disable-gssapi
--with-openssl=/usr/local/ssl --with-saslauthd=/var/state/saslauthd
I did exactly the same as with version 2.1.17 (old Server)
Can you give me any hint?
Try making a link fro /usr/lib/sasl2 to the directory which contains the
mschanism plugins (libplain.so, libcrammd5.so, etc).
Many thanks, that works.
Although, I'm not sure why, because my linker (crle) shows 
/usr/cyrus-sasl/lib it in the search path.

Anyway
Cheers
 Gerald
---
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