mupdate auth configuration
Prentice Bisbal
prentice at rcsb.rutgers.edu
Tue Feb 17 16:59:15 EST 2004
Im setting up Cyrus on a SAN where /var/spool/imap is shared via the
san. I'm using the unified-imap branch as suggested by Ken Murchison.
Everything seems to be working except mupdate. When I try to create a
mailbox, I get the following error
localhost.localdomain> cm user.prentice
createmailbox: no authentication to server
I suspect it may be a SASL issue. I've tried the mupdate login names
with and without the domain/realm appended to the username.
The log and config files are below.
Thanks.
Prentice
/var/log/auth.log:
Feb 17 16:53:26 pdb-mail-1 mupdate[13182]: Password verification failed
/var/log/messages:
Feb 17 16:53:26 pdb-mail-1 mupdate[13182]: Password verification failed
Feb 17 16:53:29 pdb-mail-1 mupdate[13182]: badlogin: 128.6.239.23
[128.6.239.23] PLAIN SASL(-13): user not found: Password verification failed
Feb 17 16:53:29 pdb-mail-1 imap[13192]: authentication to remote mupdate
server failed: "undefined error!"^M
Feb 17 16:53:29 pdb-mail-1 imap[13192]: can not connect to mupdate
server for reservation on 'user.prentice'
/var/log/imapd.log:
Feb 17 16:53:29 pdb-mail-1 mupdate[13182]: badlogin: 128.6.239.23
[128.6.239.23] PLAIN SASL(-13): user not found: Password verification failed
Feb 17 16:53:29 pdb-mail-1 mupdate[13182]: Worker thread finished, for a
total of 10 (10 spare)
Feb 17 16:53:29 pdb-mail-1 imap[13192]: authentication to remote mupdate
server failed: "undefined error!"^M
Feb 17 16:53:29 pdb-mail-1 imap[13192]: can not connect to mupdate
server for reservation on 'user.prentice'
Feb 17 16:54:26 pdb-mail-1 mupdate[13182]: Thread timed out waiting for
listener_lock
Feb 17 16:54:26 pdb-mail-1 mupdate[13182]: Worker thread finished, for a
total of 9 (6 spare)
Feb 17 16:54:26 pdb-mail-1 mupdate[13182]: Thread timed out waiting for
listener_lock
/etc/imapd.conf:
configdirectory: /var/lib/imap
partition-default: /gpfstest/cyrus/spool/imap
admins: cyrus at rcsb.rutgers.edu
sievedir: /gpfstest/cyrus/lib/imap/sieve
sendmail: /usr/sbin/sendmail
hashimapspool: true
sasl_pwcheck_method: auxprop
#sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN
tls_cert_file: /usr/share/ssl/certs/cyrus-imapd.pem
tls_key_file: /usr/share/ssl/certs/cyrus-imapd.pem
tls_ca_file: /usr/share/ssl/certs/ca-bundle.crt
mupdate_config: replicated
mupdate_server: 128.6.239.23
mupdate_username: mupdater
mupdate_authname: mupdater
mupdate_password: MUPDATER
mupdate_realm: rcsb.rutgers.edu
proxyservers: murder
proxy_authname: murder
proxy_password: redrum
defaultdomain: rcsb.rutgers.edu
/etc/cyrus.conf
# standard standalone server implementation
START {
# do not delete this entry!
recover cmd="ctl_cyrusdb -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/lib/imap/sockets
SERVICES {
# add or remove based on preferences
mupdate cmd="/usr/local/cyrus/bin/mupdate -m" listen=3905 prefork=1
imap cmd="imapd" listen="imap" prefork=5
imaps cmd="imapd -s" listen="imaps" prefork=1
# pop3 cmd="pop3d" listen="pop3" prefork=3
# pop3s cmd="pop3d -s" listen="pop3s" prefork=1
sieve cmd="timsieved" listen="sieve" prefork=0
# these are only necessary if receiving/exporting usenet via NNTP
# nntp cmd="nntpd" listen="nntp" prefork=3
# nntps cmd="nntpd -s" listen="nntps" prefork=1
# at least one LMTP is required for delivery
# lmtp cmd="lmtpd" listen="lmtp" prefork=0
lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1
# this is only necessary if using notifications
# notify cmd="notifyd" listen="/var/lib/imap/socket/notify"
proto="udp" prefork=1
}
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
}
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
More information about the Info-cyrus
mailing list