I have SpamAssassin installed via the DA script, and now I need to change a couple of items... but I can't find where to do it in the DA version of SpamAssassin. I need to enable remote access and need to change the IP Address SpamAssassin listens on and the IP Address SpamAssassin allows to access. Below is the info for the standard install, but it doesn't work for the DA version (no such file in /etc/defaults/spamassassin).
Normal instructions:
If you are running SpamAssassin (spamd) on another machine you need to add the -i (or --listen-ip=ipaddr) flag to the options in /etc/defaults/spamassassin file this makes SpamAssasin listen on the given IP address. You also need to tell spamd which IP addresses are allowed to contact it using the -A (or --allowed-ips=..,..) flag e.g.
OPTIONS="--listen-ip www.xxx.yyy.zzz --allowed-ips www.xxx.yyy.zzz
--create-prefs --max-children 5 --helper-home-dir"
Any idea where I would change this on the DirectAdmin version of SpamAssassin. It's currently only listening on 127.0.0.1 and that won't work for me.
Thanks,
-Joe
Normal instructions:
If you are running SpamAssassin (spamd) on another machine you need to add the -i (or --listen-ip=ipaddr) flag to the options in /etc/defaults/spamassassin file this makes SpamAssasin listen on the given IP address. You also need to tell spamd which IP addresses are allowed to contact it using the -A (or --allowed-ips=..,..) flag e.g.
OPTIONS="--listen-ip www.xxx.yyy.zzz --allowed-ips www.xxx.yyy.zzz
--create-prefs --max-children 5 --helper-home-dir"
Any idea where I would change this on the DirectAdmin version of SpamAssassin. It's currently only listening on 127.0.0.1 and that won't work for me.
Thanks,
-Joe