faqts : Computers : Internet : Mail Servers : qmail : Tips and Tricks

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

13 of 23 people (57%) answered Yes
Recently 5 of 10 people (50%) answered Yes

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