Robin S. Socha <[EMAIL PROTECTED]> wrote:
> fetchmail: POP3< /usr/local/bin/pop3-record: 1: Syntax error:
> Unterminated quoted string
[...]

> # First see if $TCPREMOTEIP is handled by existing rules
> tcprulescheck $TCPDIR/qmail-smtpd.cdb ``$TCPREMOTEIP'' | \
> grep RELAYCLIENT > /dev/null && exit 0
> echo ``$TCPREMOTEIP''':allow,RELAYCLIENT=\"\"" >> $TCPDIR/smtp.filter.newer
[...]

Hmm.  I think those lines should be something more like this:

tcprulescheck $TCPDIR/qmail-smtpd.cdb "$TCPREMOTEIP" | \
        grep RELAYCLIENT > /dev/null && exit 0
echo "$TCPREMOTEIP:allow,RELAYCLIENT=\"\"" >> $TCPDIR/smtp.filter.newer

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to