> Bill,
>
> Well, it doesn't work ?
Try putting some deny rules. If it still isn't working, try getting the
cdb tools from cr.yp.to and using cdbdump to see if the rules are in the
cdb file itself. If they are not, then something is definitely broken.
The only things I've seen bread this are pe
> Actually, not using spamassasin, apparently when you enable
> roaming-users the tcp.smtp file is ignored
>
> Dave
No, that's not the case. tcp.smtp (in the ~vpopmail/etc directory) is for
static rules, open-smtp is for roaming users rules. open_smtp_relay()
adds the new relay rule to open-smtp
> Apparently this is all circumvented if you enable roaming-users
>
> I'm going to hack this on weekend hopefully
Oh, yeah. That's right, I forgot. Just comment out the RELAYLIENCT
condition in the spamassassin sub like so:
sub spamassassin {
#return if (defined($ENV{'RELAYCLIENT'}));
That'
> Hi folks,
>
> I have setup up the qmail toaster, and everything works except the
> qmail-scanner doesn't seem to scan??
>
> It looks like the QMAILQUEUE environ var is not being set properly.
>
> I have the following in my tcp.smtp file
>
> # No Qmail-Scanner at all for mail from 127.0.0.1
> 127.