Serial mail problem
"Kamal Singhania" <[email protected]> Mon, 1 Sep 2003 18:42:03 +0530
| Newsgroups | gmane.mail.serialmail |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. ------=_NextPartTM-000-34d9ef27-a828-461b-893e-f61ae9cfcd6a Content-Type: multipart/alternative; boundary="----=_NextPart_000_0047_01C370B8.BCA047E0" ------=_NextPart_000_0047_01C370B8.BCA047E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I'm using Qmail as the MTA, and have a customer connected to the server = using Dial-Up. I have installed SerialMail and AUTOTURN, for him to = download mails whenever he comes online. But due to some reason. = Maildirsmtp does not get executed from the TCPserver init scripts. I = have to run it manually. then only the mails get downloaded to the = clients machine. I'm including my qmail-smtpd run script for reference. = Somebody please help resolve the issue. Thanx & Regards, Kamal The Qmail-smtpd script: #!/bin/sh QMAILDUID=3D`id -u qmaild` NOFILESGID=3D`id -g qmaild` MAXSMTPD=3D`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 2000000 /usr/local/bin/tcpserver -v = -R -l 0 -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" -u = "$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/rblsmtpd ash -c = '/var/qmail/bin/qmail-smtpd cd /var/qmail/autoturn exec setlock -nx = $TCPREMOTEIP/seriallock \ maildirsmtp $TCPREMOTEIP = autoturn-$TCPREMOTEIP- $TCPREMOTEIP AutoTURN ' 2>&1 -------------------------------------------------------------------------= ------------------------------------------------------------ ------=_NextPart_000_0047_01C370B8.BCA047E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.3806.1700" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hi All,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>I'm using Qmail as the MTA, and have a = customer=20 connected to the server using Dial-Up. I have installed SerialMail and = AUTOTURN,=20 for him to download mails whenever he comes online. But due to some = reason.=20 Maildirsmtp does not get executed from the TCPserver init scripts. I = have to run=20 it manually. then only the mails get downloaded to the clients machine. = I'm=20 including my qmail-smtpd run script for reference. Somebody please help = resolve=20 the issue.</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Thanx & Regards,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Kamal</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>The Qmail-smtpd script:</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>#!/bin/sh<BR>QMAILDUID=3D`id -u=20 qmaild`<BR>NOFILESGID=3D`id -g qmaild`<BR>MAXSMTPD=3D`cat=20 /var/qmail/control/concurrencyincoming`<BR>exec /usr/local/bin/softlimit = -m=20 2000000 /usr/local/bin/tcpserver -v -R -l 0 -x=20 /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" -u "$QMAILDUID" -g = "$NOFILESGID"=20 0 smtp /usr/local/bin/rblsmtpd ash -c '/var/qmail/bin/qmail-smtpd cd=20 /var/qmail/autoturn exec setlock -nx $TCPREMOTEIP/seriallock \ = maildirsmtp=20 $TCPREMOTEIP autoturn-$TCPREMOTEIP- $TCPREMOTEIP AutoTURN '=20 2>&1</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial=20 size=3D2>----------------------------------------------------------------= ---------------------------------------------------------------------</FO= NT></DIV></BODY></HTML> ------=_NextPart_000_0047_01C370B8.BCA047E0-- ------=_NextPartTM-000-34d9ef27-a828-461b-893e-f61ae9cfcd6a--