Entry
qmail is refusing messages with "451 See http://pobox.com/~djb/docs/smtplf.html" - help!
How do I allow packages that use bare LF in SMTP to talk to qmail?
Mar 28th, 2002 16:34
Brian Coogan,
The djb program "ofmip" (part of mess822) accepts messages containing
bare lf really well and injects them into qmail. Use it to get mail
from your broken package into the system.
Ofmipd is part of the mess822 package - see:
http://cr.yp.to/mess822.html
We run ofmipd from /service with a run file like:
PATH=/usr/local/bin:$PATH
export PATH
OFMIPIP="192.168.1.1"
exec tcpserver \
-x/etc/tcprules/ofmip.cdb \
-R $OFMIPIP 25 /var/qmail/bin/ofmipd