Problem with sieve login since update to 2.3.13
Martin Schweizer
schweizer.martin at gmail.com
Sat Feb 14 11:30:59 EST 2009
Hello
I have the following setup:
- FreeBSD acsvfbsd02.acutronic.ch 7.0-RELEASE FreeBSD 7.0-RELEASE #2:
Fri Aug 22 15:37:32 CEST 2008
martin at acsvfbsd02.acutronic.ch:/usr/obj/usr/src/sys/GENERIC i386
- Cyrus IMAP v2.3.13
- Squirrelmail
- Websieve
Since the update to .13 I can no longer login to sieve as a regular
user (also not by sieveshell). Only root can login by sieveshell. If I
want to login as a regular user by sieveshell the password prompt
cames up and I can type in the password, that is all. No login,
nothing. I only see this message in /var/log/console.log:
Feb 14 16:50:54 acsvfbsd02 kernel: Feb 14 16:50:54 acsvfbsd02
pop3[75351]: realm changed: authentication aborted
Feb 14 16:51:14 acsvfbsd02 kernel: Feb 14 16:51:14 acsvfbsd02
sieve[75353]: no user in db
Feb 14 16:51:31 acsvfbsd02 kernel: Feb 14 16:51:31 acsvfbsd02 su:
martin to root on /dev/ttyp1
Feb 14 16:52:20 acsvfbsd02 kernel: Feb 14 16:52:20 acsvfbsd02
sieve[75378]: no user in db
Feb 14 16:53:07 acsvfbsd02 kernel: Feb 14 16:53:07 acsvfbsd02
sieve[75388]: no user in db
Feb 14 16:53:07 acsvfbsd02 kernel: Feb 14 16:53:07 acsvfbsd02
sieve[75388]: client response doesn't match what we generated
Feb 14 16:53:21 acsvfbsd02 kernel: Feb 14 16:53:21 acsvfbsd02
sieve[75401]: no user in db
Feb 14 16:53:21 acsvfbsd02 kernel: Feb 14 16:53:21 acsvfbsd02
sieve[75401]: user martin is not allowed to proxy
Feb 14 16:53:29 acsvfbsd02 kernel: Feb 14 16:53:29 acsvfbsd02
sieve[75411]: no user in db
Feb 14 16:53:29 acsvfbsd02 kernel: Feb 14 16:53:29 acsvfbsd02
sieve[75411]: user martin is not allowed to proxy
Feb 14 16:53:43 acsvfbsd02 kernel: Feb 14 16:53:43 acsvfbsd02
sieve[75421]: no user in db
Feb 14 16:53:43 acsvfbsd02 kernel: Feb 14 16:53:43 acsvfbsd02
sieve[75421]: client response doesn't match what we generated
Feb 14 16:53:48 acsvfbsd02 kernel: Feb 14 16:53:48 acsvfbsd02
sieve[75421]: Password verification failed
Feb 14 16:59:01 acsvfbsd02 kernel: Feb 14 16:59:01 acsvfbsd02
pop3[75464]: realm changed: authentication aborted
Any ideas?
Kind regards,
Attached my config files:
/usr/local/etc/cyrus.conf
==================
# standard standalone server implementation
START {
# do not delete this entry!
recover cmd="ctl_cyrusdb -r"
syncclient cmd="/usr/local/cyrus/bin/sync_client -r"
# this is only necessary if using idled for IMAP IDLE
# idled cmd="idled"
}
# UNIX sockets start with a slash and are put into /var/imap/socket
SERVICES {
# add or remove based on preferences
imap cmd="imapd" listen="imap" prefork=0 provide_uuid=1
# imaps cmd="imapd -s" listen="imaps" prefork=0
pop3 cmd="pop3d" listen="pop3" prefork=0
# pop3s cmd="pop3d -s" listen="pop3s" prefork=0
sieve cmd="timsieved" listen="sieve" prefork=0
# syncserver cmd="/usr/local/cyrus/bin/sync_server" listen="csync"
# syncclient cmd="/usr/local/cyrus/bin/sync_client -r"
# these are only necessary if receiving/exporting usenet via NNTP
# nntp cmd="nntpd" listen="nntp" prefork=0
# nntps cmd="nntpd -s" listen="nntps" prefork=0
# at least one LMTP is required for delivery
lmtp cmd="lmtpd" listen="lmtp" prefork=0
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
# this is only necessary if using notifications
# notify cmd="notifyd" listen="/var/imap/socket/notify"
proto="udp" prefork=1
fud cmd="/usr/local/cyrus/bin/fud" listen="fud" prefork=1 proto="udp"
}
EVENTS {
# this is required
checkpoint cmd="ctl_cyrusdb -c" period=30
# this is only necessary if using duplicate delivery suppression,
# Sieve or NNTP
delprune cmd="cyr_expire -E 3" at=0400
# this is only necessary if caching TLS sessions
tlsprune cmd="tls_prune" at=0400
# SQUAT
squatter cmd="squatter -r user" period=1440
/usr/local/etc/imapd.conf
==================
configdirectory: /var/imap
partition-default: /var/spool/imap
admins:root cyrus
# sasl_pwcheck_method: auxprop
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
# sasl_sasldb_path: /usr/local/etc/sasldb2.db
sasl_log_level: 3
lmtpsocket:/var/imap/socket/lmtp
allowplaintext: yes
sync_host: my.host.ch
sync_authname: testuser
sync_password: blabla
sync_machineid: 1
sync_log: 1
sync_repeat_interval: 1
--
Martin Schweizer
schweizer.martin at gmail.com
Tel.: +41 32 512 48 54 (VoIP)
Fax: +1 619 3300587
More information about the Info-cyrus
mailing list