tonix (Antonio Nati) wrote:
At 15.05 09/03/2007, you wrote:
Ahmet YAZICI wrote:
Hello All,
One of my client has local MS Exchange server and sometimes they can't send email to real email server installed qmail. Beaceuse of that, i've disabled straynewline function in qmail-smtpd.c . Now it's working.. but i'm not sure if i break something Is it legal to disable straynewline or is there any solution for this problem?
Thanks

We use fixcrio prior to qmail-smtpd in our run files and have never had any problems since.

exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -P -R -h -l ecluster6.tls.net -x /var/qmail/control/tcp.smtp.cdb -c "$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 10.0.241.136 25 \
                /usr/local/bin/fixcrio /var/qmail/bin/qmail-smtpd 2>&1

I suggest patching qmail-smtpd.c (from http://www.arctic.org/~dean/patches/qmail-0.95-liberal-lf.patch) and have a permanent solution (faster than running an additional program only for cr/lf):


Thank you Antonio..

Bill, can you commit this patch to toaster?


--
Ahmet YAZICI
UIN : 1265244
Y!  : yaziciahmet
MSN : [EMAIL PROTECTED]
WEB : http://www.ahmetyazici.org


"In general, avoiding problems is better than solving them."

Reply via email to