How to suppress "Couldn't find mech CRAM-MD5" message

Rosenbaum, Larry M. rosenbaumlm at ornl.gov
Fri Mar 10 10:48:22 EST 2006


Running Cyrus IMAP 2.3.1 on Solaris 9.

Is there any way to suppress the following messages which have been
showing up in the syslog and authlog?

Mar 10 10:32:23 email imaps[3908]: [ID 702911 auth.notice] Couldn't find
mech CRAM-MD5

We don't support CRAM-MD5, but we don't want to be warned every time
somebody tries to use it.  Cyrus SASL was compiled without CRAM-MD5
support.  Here is some other configuration information:

# authentication parameters
sasl_pwcheck_method: saslauthd
allowapop: 0
allowplaintext: 0

localhost> version
name       : Cyrus IMAPD
version    : v2.3.1 2005/12/20 15:54:43
vendor     : Project Cyrus
support-url: http://asg.web.cmu.edu/cyrus
os         : SunOS
os-version : 5.9
environment: Built w/Cyrus SASL 2.1.21
             Running w/Cyrus SASL 2.1.21
             Built w/Sleepycat Software: Berkeley DB 4.4.16: (November
12, 2005)
             Running w/Sleepycat Software: Berkeley DB 4.4.20: (January
10, 2006)
             Built w/OpenSSL 0.9.8a 11 Oct 2005
             Running w/OpenSSL 0.9.8a 11 Oct 2005
             CMU Sieve 2.3
             TCP Wrappers
             mmap = nommap
             lock = fcntl
             nonblock = fcntl
             idle = poll

email# telnet 0 143
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
* OK email Cyrus IMAP4 v2.3.1 server ready
0 capability
* CAPABILITY IMAP4 IMAP4rev1 ACL RIGHTS=kxte QUOTA LITERAL+
MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT
CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES
ANNOTATEMORE CATENATE IDLE STARTTLS LOGINDISABLED URLAUTH


0 OK Completed
0 logout
* BYE LOGOUT received
0 OK Completed
Connection to 0 closed by foreign host.
email# stunnel -c -r 993
* OK email Cyrus IMAP4 v2.3.1 server ready
0 capability
* CAPABILITY IMAP4 IMAP4rev1 ACL RIGHTS=kxte QUOTA LITERAL+
MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT
CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES
ANNOTATEMORE CATENATE IDLE AUTH=PLAIN SASL-IR URLAUTH
0 OK Completed
0 logout

email# ls -l /usr/local/lib/sasl2
total 108
-rwxr-xr-x   1 root     other        714 Jan 11 11:57 libplain.la
lrwxrwxrwx   1 root     other         18 Jan 11 11:57 libplain.so ->
libplain.so.2.0.21
lrwxrwxrwx   1 root     other         18 Jan 11 11:57 libplain.so.2 ->
libplain.so.2.0.21
-rwxr-xr-x   1 root     other      51616 Jan 11 11:57 libplain.so.2.0.21


More information about the Info-cyrus mailing list