LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Fail to start Cyrus IMAP... (https://www.linuxquestions.org/questions/linux-software-2/fail-to-start-cyrus-imap-881365/)

nqk28703 05-18-2011 04:45 AM

Fail to start Cyrus IMAP...
 
Hi all,
I have a problem when trying to start Cyrus IMAP (on Ubuntu server):
#./master &
[1] 1171
[1]+ Exit 1 ./master

I got a message from /var/log/message:

May 18 16:26:44 ldap master[1146]: process started
May 18 16:26:44 ldap master[1146]: unable to setsocketopt(IP_TOS): Operation not supported

Plesea help,
Best Regards,

spankbot 05-19-2011 04:55 PM

Um, what version of Cyrus and what version of Ubuntu? Any other details you can provide would greatly help.

nqk28703 05-20-2011 01:29 AM

I used Ubuntu Server version: 10.10 and Cyrus IMAP version 2.4.8...
My /etc/imapd.conf is:

configdirectory: /var/imap
partition-default: /var/spool/imap
sievedir: /usr/sieve

admins: khanh
sasl_pwcheck_method: saslauthd
allowplaintext: yes
sasl_mech_list: LOGIN PLAIN
allowanonymouslogin: no
autocreatequota: 50000
quotawarn: 90
servername: ldap.abc.com

lmtp_overquota_perm_failure: no
lmtp_downcase_rcpt: yes

tls_cert_file: /var/myCA/server_crt.pem
tls_key_file: /var/myCA/server_key.pem
tls_ca_file: /var/myCA/cacert.crt
tls_ca_path: /var/myCA/
tls_require_cert: no
tlscache_db: berkeley

unixhierarchysep: no
virtdomains: yes

defaultdomain: abc.com
loginrealms: abc.com

I compile and install a Cyrus IMAP with Cyrus SASL (ver: 2.1.23) and OpenLDAP (ver: 2.4.25). The OpenLDAP and Cyrus SASL working OK!

I... I'm so confusing about it...

Best Regards,

spankbot 05-20-2011 03:40 AM

Why are you compiling Cyrus instead of installing the Ubuntu package?

knudfl 05-20-2011 03:44 AM

sudo apt-get install cyrus-imapd-2.2

.. Or use Synaptic / Ubuntu Softwarecenter to install "cyrus-imapd-2.2"

( http://packages.ubuntu.com/maverick/cyrus-imapd-2.2 )


..


All times are GMT -5. The time now is 03:58 PM.