Hi, I've configured murder in a box, and I've tested that the mupdatetest can do a find "user.test", and I can create mailbox correctly.
But when I try to send an email using postfix, it will give the following error: Mar 3 22:45:49 common lmtpunix[4454]: lmtp connection preauth'd as postman Mar 3 22:45:49 common mupdate[4434]: cmd_find(fd:12, user.test) Mar 3 22:45:49 common lmtpunix[4454]: connect(common.test.com) failed: Connection refused Mar 3 22:45:49 common postfix/pipe[4522]: B163F243B1: to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=cyrus, delay=29894, status=deferred (temporary failure) What can be the problem? How can I increase the verbosity of the log? Currently I have the following settings: in /etc/cyrus.conf: proxy cmd="proxyd" listen=4000 prefork=5 proxys cmd="proxyd -s" listen=4001 prefork=1 imap cmd="imapd -C /etc/imapd-backend.conf" listen="imap" prefork=5 imaps cmd="imapd -C /etc/imapd-backend.conf -s" listen="imaps" prefork=1 lmtpunix cmd="lmtpproxyd" listen="/var/lib/imap/socket/lmtp" prefork=1 in /etc/postfix/main.cf: mailbox_transport=cyrus in /etc/postfix/master.cf: cyrus unix - n n - - pipe user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user} How can I test that lmtp is working? __________________________________ Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more. http://info.mail.yahoo.com/mail_250 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html