Here is the imap.conf file.

 

# The path where cyrus store its database files for

# mailboxes list, seen states, folder subscription lists, ...

# configdirectory: /var/cyrus/config

configdirectory: /var/imap

 

# The path where cyrus will store inboxes and folders

# partition-default: /var/cyrus/mail

partition-default: /mail

 

# lmtp socket information

lmtpsocket: /var/imap/socket/lmtp

 

# The path where cyrus store sieve filters

sievedir: /var/cyrus/sieve

 

# Names of admins user who will have right to delete and

# change acls of any mailboxes

admins: myprivuser

 

# Put "yes" if you prefer to use "/" as the folder separator

# useful if you need to use "." in folder names

unixhierarchysep: no

 

# Put "yes" here if you prefer user folders to be on the same

# level with INBOX instead of being subfolders of INBOX.

# useful if you migrate from uw imap

altnamespace: no

 

# Cyrus respect RFC 822 which prohibits 8 bits characters in headers.

# By default cyrus will replace them with the "X" character.

# As many bad MUA send this kind of messages, you cant put "no" here

# if you want Cyrus to leave these characters untouched.

# Note this will make IMAP SEARCH not work for these messages.

munge8bit: yes

 

# The sasl mechanism to use to authenticate user.

# The possible values are: saslauthd, pwcheck and auxprop

sasl_pwcheck_method: saslauthd

 

# Authentication mechanism to use, if you use saslauthd with

# local user, you will have to enable plaintext only mechanism

# i.e PLAIN and LOGIN

sasl_mech_list: PLAIN LOGIN

 

# If this field is nonzero, inbox folder is automatically created

# when a user successfully authenticate.

# Its quota will be initialized with this value, put -1 here

# if you want automatic inbox creation with unlimlited quota

# autocreatequota: -1

 

# Put "yes" here and set autocreatequota to a nonzero value

# if you want INBOX to be automatically created when an email

# is received

# createonpost: yes

 

# Custom entries specific to Vanderbilt

quotawarn: 90

 

# Certificate to use for TLS/SSL with all services

# You can use tls_imap_cert_file, tls_pop_cert_file, ... if you need

# to use a different certificate file for each service.

# tls_cert_file: disabled

tls_cert_file: /opt/csw/ssl/certs/a_cert.pem

tls_pop_cert: /opt/csw/ssl/certs/a_cert.pem

 

# Private key belonging to the certificate to use for TLS/SSL with all services

# You can use tls_imap_cert_file, tls_pop_cert_file, ... if you need

# to use a different key file for each service.

# tls_key_file: disabled

tls_key_file: /opt/csw/ssl/certs/a_key.pem

 

 

Evan Saltmarsh

UNIX Systems Administrator

Information Technology Services

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Saltmarsh, Evan M
Sent: Tuesday, November 29, 2005 10:27 AM
To: info-cyrus@lists.andrew.cmu.edu
Subject: Does anyone know what these log messages mean?

 

Nov 29 10:25:17 imap_svr imap[14331]: [ID 702911 auth.error] sql_select option missing

Nov 29 10:25:17 imap_svr imap[14331]: [ID 702911 auth.error] auxpropfunc error no mechanism available

Nov 29 10:25:17 imap_svr imap[14331]: [ID 702911 auth.debug] _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql

Nov 29 10:25:26 imap_svr perl[14330]: [ID 702911 auth.notice] No worthy mechs found

 

Thanks,

 

Evan Saltmarsh

UNIX Systems Administrator

Information Technology Services

 

----
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
----
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

Reply via email to