Connection refused (port 10024) I have a current Zimbra installation on Ubuntu Server 8.04 that was working until a couple of days ago. tail -f zimbra.log shows this when I attempt to send or receive an email:
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: antispam: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: antivirus: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: imapproxy: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: ldap: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: logger: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: mailbox: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: mta: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: snmp: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: spell: Running
Sep 24 18:54:03 mail zimbramon[581]: 581:info: 2010-09-24 18:54:01, STATUS: mail.builtesllc.com: stats: Running
Sep 24 18:54:15 mail zmmailboxdmgr[1081]: status requested
Sep 24 18:54:15 mail zmmailboxdmgr[1081]: status OK
Sep 24 18:54:16 mail zmmailboxdmgr[1137]: status requested
Sep 24 18:54:16 mail zmmailboxdmgr[1137]: status OK
Sep 24 18:54:26 mail postfix/qmgr[7048]: 140F4100991: from=<gordon.dowrey@builtesllc.com>, size=808, nrcpt=1 (queue active)
Sep 24 18:54:26 mail postfix/qmgr[7048]: 8B1FC100990: from=<gdowrey@indy.rr.com>, size=1479, nrcpt=1 (queue active)
Sep 24 18:54:26 mail postfix/smtp[1169]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Sep 24 18:54:26 mail postfix/smtp[1169]: 140F4100991: to=<gdowrey@indy.rr.com>, relay=none, delay=8883, delays=8883/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Sep 24 18:54:26 mail postfix/smtp[1169]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Sep 24 18:54:26 mail postfix/smtp[1169]: 8B1FC100990: to=<gordon.dowrey@builtesllc.com>, relay=none, delay=8951, delays=8951/0.02/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Sep 24 18:54:42 mail postfix/smtpd[1184]: connect from mail.builtesllc.com[10.0.0.10]
Sep 24 18:54:42 mail postfix/smtpd[1184]: 65E4510099A: client=mail.builtesllc.com[10.0.0.10]
Sep 24 18:54:42 mail postfix/cleanup[1187]: 65E4510099A: message-id=<7655982.91285354482365.JavaMail.root@mail.buil tesllc.com>
Sep 24 18:54:42 mail postfix/qmgr[7048]: 65E4510099A: from=<gordon.dowrey@builtesllc.com>, size=815, nrcpt=1 (queue active)
Sep 24 18:54:42 mail postfix/smtp[1171]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Sep 24 18:54:42 mail postfix/smtpd[1184]: disconnect from mail.builtesllc.com[10.0.0.10]
Sep 24 18:54:42 mail postfix/smtp[1171]: 65E4510099A: to=<julie.dowrey@builtesllc.com>, relay=none, delay=0.01, delays=0.01/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
I am using an external ldap server and have configured it so through the admin console.
Being a noob I could use some help |