Hi Robin,

"Robin S. Socha" wrote:
> 
> Dear all,
> 
> I just installed open-smtp by Russ Nelson. It does Not Work(tm). The
> tcprules-file gets overwritten as expected (?), but there are '"'
> missing:
> 
> (root@kens):(~)$ cat /etc/tcprules.d/qmail-smtpd
> 212.84.219.13:allow,RELAYCLIENT=

[verbose fetchmail log snipped]

It seems like the script called pop3-record is missing
back-slashes to escape double quotes.
(actually, it contains no double quotes ;)

  #!/bin/sh
  echo "$TCPREMOTEIP:allow,RELAYCLIENT=//" >>/etc/smtp.filter.newer
  cat /etc/smtp.filter.* | /usr/blah/blah...

The above should read RELAYCLIENT=\"\""
You also may need
  echo -e
depending on the shell.

hope this helped...

cheers,
jamie

#---------#---------#---------#---------#---------#---------#---------#
-- If somebody can help create a search engine for my room,
   I will call them a Saint...
   GUI == Graphical User Interference

Reply via email to