- Joined
- Feb 27, 2003
- Messages
- 8,138
Hello,
I've relased SpamBlocker 4.4.4 which now gives the ability to disable SRS if you don't want it or can't use it with your setup.
To update to 4.4.4, use CustomBuild 2.0:
https://help.directadmin.com/item.php?id=51
Please allow up to 24 hours for rsync to all files mirrors.
To disable SRS, simply type:
which removes the "srs = forward" bits from each for the virtual_aliases_nostar and virtual_aliases sections.
CustomBuild will not refill the exim.srs.forward.conf file if it already exists. It will only add the file if it's missing.
So if you want to re-add it, you can delete the empty exim.srs.forward.conf file and run ./build exim_conf.
We may add an options.conf variable if that's required, but for now the empty exim.srs.forward.conf file should be sufficient to disable things.
John
I've relased SpamBlocker 4.4.4 which now gives the ability to disable SRS if you don't want it or can't use it with your setup.
To update to 4.4.4, use CustomBuild 2.0:
https://help.directadmin.com/item.php?id=51
Please allow up to 24 hours for rsync to all files mirrors.
To disable SRS, simply type:
Code:
echo "" > /etc/exim.srs.forward.conf
CustomBuild will not refill the exim.srs.forward.conf file if it already exists. It will only add the file if it's missing.
So if you want to re-add it, you can delete the empty exim.srs.forward.conf file and run ./build exim_conf.
We may add an options.conf variable if that's required, but for now the empty exim.srs.forward.conf file should be sufficient to disable things.
John