Cyrus stops working after reboot

Denny Schierz linuxmail at 4lin.net
Wed Jun 4 08:38:10 EDT 2003


hi,

i have problems with Cyrus. We had to reboot the System and after that,
cyrus stops working. Telnet localhost 110/143 ended with connection
refused. There is only one error in the log:

router:/var/imap# tail -f /var/log/imap.log
Jun  4 14:14:03 router master[31758]: setrlimit: Unable to set file
descriptors limit to -1: Operation not permitted
Jun  4 14:14:03 router master[31758]: retrying with 1024 (current max)
Jun  4 14:14:03 router master[31758]: process started
Jun  4 14:14:03 router master[31769]: about to exec
/usr/cyrus/bin/ctl_cyrusdb
Jun  4 14:14:03 router ctl_cyrusdb[31769]: checkpointing cyrus databases
Jun  4 14:31:21 router master[10808]: setrlimit: Unable to set file
descriptors limit to -1: Operation not permitted
Jun  4 14:31:21 router master[10808]: retrying with 1024 (current max)
Jun  4 14:31:21 router master[10808]: process started
Jun  4 14:31:21 router master[10815]: about to exec
/usr/cyrus/bin/ctl_cyrusdb
Jun  4 14:31:21 router ctl_cyrusdb[10815]: checkpointing cyrus databases


##### cyrus.conf #####

router:/var/imap# cat /etc/cyrus.conf
# standard standalone server implementation

START {
  # do not delete these entries!
  mboxlist      cmd="ctl_cyrusdb -c"
  deliver       cmd="ctl_deliver -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
  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

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

EVENTS {
  # this is required
  checkpoint    cmd="ctl_cyrusdb -c" period=30

  # this is only necessary if using duplicate delivery suppression
  delprune      cmd="ctl_deliver -E 3" period=1440
}


##### imap.conf #####
router:/var/imap# cat /etc/imapd.conf
postmaster: postmaster
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: admin
allowanonymouslogin: no
allowplaintext: yes
sasl_mech_list: PLAIN
servername: router.srk.local
autocreatequota: 30000
reject8bit: no
quotawarn: 90
timeout: 30
poptimeout: 10
dracinterval: 0
drachost: localhost
sasl_pwcheck_method: saslauthd
sievedir: /usr/sieve
sendmail: /usr/sbin/sendmail
sieve_maxscriptsize: 32
sieve_maxscripts: 5
#unixhierarchysep: yes
tls_ca_file: /var/imap/server.pem
tls_cert_file: /var/imap/server.pem
tls_key_file: /var/imap/server.pem

##############router:/var/imap# ps ax | grep sasl
10814 ?        S      0:00 /usr/sbin/saslauthd -a pam
10816 ?        S      0:00 /usr/sbin/saslauthd -a pam
10817 ?        S      0:00 /usr/sbin/saslauthd -a pam
10819 ?        S      0:00 /usr/sbin/saslauthd -a pam
10820 ?        S      0:00 /usr/sbin/saslauthd -a pam
14027 pts/1    R      0:00 grep sasl

router:/var/imap# ps ax | grep master
10808 pts/1    S      0:00 /usr/cyrus/bin/master
14031 pts/1    S      0:00 grep master

i don't now what it can be?

any ideas?

cu denny


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.andrew.cmu.edu/mailman/private/info-cyrus/attachments/20030604/986f46bb/attachment.bin


More information about the Info-cyrus mailing list