Hi, I'm configuring a Cyrus Server (2.4.12) on Ubuntu 12.04 LTS and am having this error when initializing the service. What is wrong?
Error 1: Jan 11 16:35:49 expresso02 cyrus/notify[1437]: recvfrom failed: Interrupted system call Erro 2: Jan 11 16:38:00 expresso02 cyrus/master[2018]: unable to setsocketopt(IP_TOS): Operation not supported Jan 11 16:38:00 expresso02 cyrus/master[2018]: unable to setsocketopt(IP_TOS): Operation not supported My file cyrus.conf: START { recover cmd="/usr/sbin/cyrus ctl_cyrusdb -r" delprune cmd="/usr/sbin/cyrus expire -E 3" tlsprune cmd="/usr/sbin/cyrus tls_prune" } SERVICES { imap cmd="imapd -U 30" listen="imap" prefork=1 maxchild=100 imaps cmd="imapd -s -U 30" listen="imaps" prefork=1 maxchild=100 pop3 cmd="pop3d -U 30" listen="pop3" prefork=1 maxchild=50 pop3s cmd="pop3d -s -U 30" listen="pop3s" prefork=1 maxchild=50 lmtpunix cmd="lmtpd" listen="/var/run/cyrus/socket/lmtp" prefork=1 maxchild=20 sieve cmd="timsieved" listen="localhost:sieve" prefork=0 maxchild=100 notify cmd="notifyd" listen="/var/run/cyrus/socket/notify" proto="udp" prefork=1 } EVENTS { checkpoint cmd="/usr/sbin/cyrus ctl_cyrusdb -c" period=30 delprune cmd="/usr/sbin/cyrus expire -E 3" at=0401 tlsprune cmd="/usr/sbin/cyrus tls_prune" at=0401 limpalixeira cmd="/usr/sbin/ipurge -d30 -f user/*/Trash" at=0110 limpaspam cmd="/usr/sbin/ipurge -d15 -f user/*/Spam" at=0220 squatter_1 cmd="/usr/bin/nice -n 19 /usr/sbin/cyrus squatter -s" period=120 squatter_all cmd="/usr/bin/nice -n 19 /usr/sbin/cyrus squatter" at=2300 } My imapd.conf configdirectory: /var/lib/cyrus proc_path: /var/lib/cyrus/proc mboxname_lockpath: /var/lib/cyrus/lock defaultpartition: default partition-default: /var/spool/cyrus/mail partition-news: /var/spool/cyrus/news newsspool: /var/spool/news altnamespace: no unixhierarchysep: yes lmtp_downcase_rcpt: yes admins: cyrus expresso-admin allowanonymouslogin: no popminpoll: 1 autocreatequota: 0 umask: 077 sieveusehomedir: false sievedir: /var/spool/sieve sieve_extensions: fileinto reject vacation imapflags notify envelope relational regex subaddress copy body include hashimapspool: true allowplaintext: yes sasl_mech_list: PLAIN sasl_pwcheck_method: saslauthd sasl_auto_transition: no tls_cert_file: /etc/pki/public/expresso.prodemge.gov.br.pem tls_key_file: /etc/pki/private/expresso.prodemge.gov.br.key tls_ca_path: /etc/ssl/certs tls_session_timeout: 1440 tls_cipher_list: TLSv1+HIGH:!aNULL:@STRENGTH lmtpsocket: /var/run/cyrus/socket/lmtp idlesocket: /var/run/cyrus/socket/idle notifysocket: /var/run/cyrus/socket/notify syslog_prefix: cyrus allowusermoves: yes berkeley_cachesize: 2048 berkeley_txns_max: 200 duplicatesuppression: 0 lmtp_over_quota_perm_failure: 1 quotawarn: 95 internaldate_heuristic: receivedheader singleinstancestore: 1 Thanks Adonai S. Canez
---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus