hi, mein cyrus(2.1.13) will nicht mehr, nachdem ich rebooten musste. Ein telnet auf localhost 110/143 bringt nur noch ein connection refused.
Syslog und imap.log sagen praktisch garnichts. Es l�uft keine Firewall, und
kein (x)inetd.
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
Was kann das sein?
auch seltsam ist, das er in /var/imap/socket/ keine Dateien mehr anlegt.
Ein strace bringt ebenfalls nichts. Ich habe auch die bin's neu installiert.
Also cyrus selbst l�uft, aber nicht lmtp,popX,imapX
any ideas?
cu denny
signature.asc
Description: This is a digitally signed message part

