I have just set up cyrus 2.0.9 from source after an update from 1.6.24
i have just tried to run imtest -m login localhost -u test
and get
C: C01 CAPABILITY
S: * OK wwwatack Cyrus IMAP4 v2.0.9 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID
NO_ATOMIC_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDEREDSUBJECT
THREAD=REFERENCES IDLE STARTTLS
S: C01 OK Completed
Password:
C: L01 LOGIN
root {7}
+ go ahead
C: <omitted>
failure: prot layer failure
in the /var/log/imapd.log i get
Jan 30 00:28:42 wwwatack master[17666]: about to exec /usr/cyrus/bin/imapd
Jan 30 00:28:42 wwwatack service-imapd[17666]: executed
Jan 30 00:28:42 wwwatack imapd[17666]: accepted connection
Jan 30 00:28:43 wwwatack master[17644]: process 17666 exited, signaled to
death by 11
/etc/imapd.conf is
admins: cyrus root
srvtab: /var/imap/srvtab
allowanonymouslogin: no
sasl_passwd_check: pam
sieveusehomedir: false
sievedir: /usr/sieve
sasl_pwcheck_method: PAM
hashimapspool: false
sasl_timsieved_method: PAM
sasl_sieve_method: PAM
tls_cert_file: /var/imap/server.pem
tls_key_file: /var/imap/server.pem
what is signaled death by 11
what is this error mean
and more importantly how do i stop it and allow me to login fine
This config was working fine with 1.6.24 before the upgrade
Simon Atack