- Joined
- Feb 27, 2003
- Messages
- 8,138
I've added SpamBlocker 4.4.6 to files1, but it's not in the versions.txt just yet, to allow for some testing.
4.4.6 introduces 2 new files:
which will let you blacklist a Username for a specific area, without fully blocking them from sending in the other area.
The blacklist_username file will still work, and will block both areas, but if you just want to block one, and allow another, use one of these 2 files. You won't need to double up, you should be able to get what you want by adding the User to only 1 of the 3 files.
If anyone wants to try it out now, before it's added to the versions.txt, set your download server to files1, then set the custom override:
Note: Once we add it to the versions.txt, delete your custom_versions.txt file (or the value from it, in case you have multiple overrides)
John
4.4.6 introduces 2 new files:
Code:
BLACKLIST_SMTP_USERNAMES = /etc/virtual/blacklist_smtp_usernames
BLACKLIST_SCRIPT_USERNAMES = /etc/virtual/blacklist_script_username
The blacklist_username file will still work, and will block both areas, but if you just want to block one, and allow another, use one of these 2 files. You won't need to double up, you should be able to get what you want by adding the User to only 1 of the 3 files.
If anyone wants to try it out now, before it's added to the versions.txt, set your download server to files1, then set the custom override:
Code:
cd /usr/local/directadmin/custombuild
echo "exim_conf_44:4.4.6:" >> custom_versions.txt
./build exim_conf
John