CentOS 5.2 default package 2.3.7 doesn't seem to work as a front end. Downloaded FC10 (2.3.12p) and recompiled and frontend seems to be getting farther.
________________________________ From: [EMAIL PROTECTED] on behalf of Gary W. Smith Sent: Tue 12/9/2008 6:58 AM To: info-cyrus@lists.andrew.cmu.edu Subject: murder configuration issue Hello, I'm trying to configure murder in an existing environment. I have configured the one backend server, the master server and I'm trying to confogure the frontend server. On the frontend is where I'm running into a problem. The backends can do a ctl_mboxlist just fine. I put tcpdump on the master server and I can see them making a connection without any problem. For some reason, the frontend server kicks out an error message saing that it can't connect to the master server, yet I don't even see any traffic leaving the server or hitting the master server on port 3905. Error message: # runuser - cyrus -c ' /usr/lib/cyrus-imapd/ctl_mboxlist -m' couldn't connect to mupdate server and when the cyrus-imapd process is running these are all over the log files: Dec 9 09:56:55 mdsfe mupdate[12282]: connect(10.80.72.201) failed: Invalid argument Dec 9 09:56:55 mdsfe mupdate[12282]: couldn't connect to mupdate server Dec 9 09:56:55 mdsfe mupdate[12282]: retrying connection to mupdate server in 20 seconds In the imapd.conf file I have: configdirectory: /var/lib/imap partition-default: /var/spool/imap admins: cyrus root mupdate_authname: murder #mupdate_username: murder mupdate_password: mypass mupdate_server: 10.80.72.201 mupdate_port: 3905 mds01_mechs: PLAIN mds01_password: mypass proxy_authname: murder sasl_pwcheck_method: saslauthd allowplaintext: yes sasl_mech_list: PLAIN sasl_minimum_layer: 0 tls_ca_file: /etc/imap/rapidssl_01.cer tls_cert_file: /etc/imap/imap.crt tls_key_file: /etc/imap/imap.pem In the cyrus.conf I have: mupdate cmd="mupdate" listen=3905 prefork=1 imap cmd="proxyd" listen="imap" prefork=0 imaps cmd="proxyd -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 lmtp cmd="lmtpproxyd" listen="lmtp" prefork=0 maxchild=20
---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html