> Usually a SpamAssassin milter can accept additional arguments after ‘--’
> that it will pass to spamc. So:
> 
> spamassassin-milter ...other args... -- -d 192.168.10.243 -p 34219
> 
> Or configure the connection in /etc/spamassassin/spamc.conf, that works
> too.

Thanks! Got it to work with this:
EXTRA_FLAGS=" -D xxxxxx.xxx.xxx -- -p 34219"

Reply via email to