<HTML dir=ltr><HEAD><TITLE>RE: murder configuration issue final stretch</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16735" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText75582 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Andrew, </FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Made the change on the backend server.&nbsp; Now is complains that remote server is unavailable and the corresponding log on the backend is saying "badlogin: 10.80.72.205 PLAIN SASL(-13): authentication failure: Password verification failed".&nbsp; At least they are talking now.&nbsp; </FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>I tried it with _mechs: PLAIN but when&nbsp;I do that I can't connect to the backend boxes from the frontend using telnet</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>#mds01_mechs: PLAIN<BR>mds01_password: mypassword</FONT></DIV><FONT face=Arial size=2></FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>On the backend I have:</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>proxyservers: murder</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>and I set the password with both saslpasswd -c murder and passwd as well.&nbsp; </DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>Gary<BR></DIV></FONT></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Andrew Morgan [mailto:morgan@orst.edu]<BR><B>Sent:</B> Tue 12/9/2008 5:32 PM<BR><B>To:</B> Gary W. Smith<BR><B>Cc:</B> Wesley Craig; info-cyrus@lists.andrew.cmu.edu<BR><B>Subject:</B> RE: murder configuration issue final stretch<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>On Tue, 9 Dec 2008, Gary W. Smith wrote:<BR><BR>&gt; Wesley,<BR>&gt;<BR>&gt; I'm on the final stretch.&nbsp; I have mailboxes seen at all angles.&nbsp; If I telnet to the frontend I can see the backend mailboxes on both servers.&nbsp; Yay.&nbsp; The problem now is delivery.&nbsp; I tried setting up lmtpproxyd but I get some errors and the email gets queued up on the frontend server.&nbsp; This is fine for now while we have the mail going to the proper places on the backend but going forward we will need to be able to deliver via the frontend (or murder server).<BR>&gt;<BR>&gt; on the frontend:<BR>&gt; /etc/cyrus.conf<BR>&gt; lmtp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="lmtpproxyd" listen="/var/lib/imap/socket/lmtp" prefork=0<BR>&gt;<BR>&gt; /var/lib/imap/socket<BR>&gt; srwxrwxrwx&nbsp; 1 root&nbsp; root&nbsp;&nbsp;&nbsp; 0 Dec&nbsp; 9 19:38 lmtp<BR>&gt;<BR>&gt; mailq contains:<BR>&gt; (host mdsfe[/var/lib/imap/socket/lmtp] said: 451 4.4.3 Remote server unavailable (in reply to end of DATA command))<BR>&gt;<BR>&gt; Please correct me if I'm wrong but my understanding is that lmtp will be used to deliver the message from the frontend to the backend (thus bypassing postfix in this case).&nbsp; When I do a netstat -atunep on the backend server, I don't see the lmtp port open.&nbsp; I would assume that this could be part of the problem.<BR>&gt;<BR>&gt; On the backend servers, we have this line in the /etc/cyrus.conf<BR>&gt;<BR>&gt; lmtpunix&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1<BR>&gt; I've also tried<BR>&gt; lmtp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1 (with prefork 0 and 1 -- example show zero).<BR><BR>That should probably be:<BR><BR>&nbsp;&nbsp; lmtp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="lmtpd" listen="lmtp" prefork=1 maxchild=100<BR><BR>You want one of them to listen on the lmtp network socket, rather than<BR>both listening on the lmtp unix socket.<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Andy<BR></FONT></P></DIV></BODY></HTML>