<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=idOWAReplyText90841 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Andy/Wesley,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>First off, thanks for all of the help.&nbsp; I've gotten pretty far I think.&nbsp; I ran into a couple problems and some notes on some list groups about dead options that were shown in examples.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2><A href="http://garysmith.pbwiki.com/Cyrus">http://garysmith.pbwiki.com/Cyrus</A></FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>I have put all of my configs into a wiki (broken down by server/type).&nbsp; The problem that I'm running into right now is that if I log into the frontend box using cyradmin (as root or cyrus) I can see mailboxes but when I go to create one on a backend server, cyradm prompts me for the password for the corresponding account on the remote machine.&nbsp; I'm not sure if this is by design or an issue.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>The other big issue is that I have lmtp configured on the frontend to forward to the backend.&nbsp; The lmtp process is running on the backend as I can telnet to it (telnet ip lmtp).&nbsp; On the backend I seem to be getting a SASL2 auth error.&nbsp; </FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr>badlogin: 10.80.72.1 PLAIN SASL(-13): authentication failure: Password verification failed</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>I believe this is the final problem.&nbsp; Now there is another crazy setting in the mix (but it shoudln't be an impact).&nbsp; We use pam/nss mysql.&nbsp; This has been working for some time and is working well on stand alone servers.&nbsp; I have configured it on the frontend server as well.&nbsp; I can login to the frontend just fine (which is a mysql account).</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>That's my outstanding issues at this time that (as I can't get past those).&nbsp; </DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>The last thing that I'm looking into is autocreatequota setting.&nbsp; We used this on the standalone boxes and it worked well for us.&nbsp; When we attempt to create an account on the frontend it fails as we don't have it enabled on the frontend.&nbsp; When we enable it on the frontend the account is created on the frontent and attempts to delete or move (rename) fail.&nbsp; Is there any hope for autocreate?</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV></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>