- Joined
- Feb 27, 2003
- Messages
- 8,500
Hello,
BlockCracking 1.7 has been released.
It's purpose is to block any script from using a current working directory of / or /home from sending emails.
Note that this does not apply to Users listed in
so they can still send from anywhere.
Scripts must not and try to fool the system by changing their sending path. Exim still knows which User it is by means of the UID, but the above ends up blocking / which we don't as that would prevent everyone from sending emails.
This also removes the non-required log notice:
in regards to the report here:
https://forum.directadmin.com/showthread.php?t=53760
John
BlockCracking 1.7 has been released.
It's purpose is to block any script from using a current working directory of / or /home from sending emails.
Note that this does not apply to Users listed in
Code:
BC_UNLIMITED_USERNAMES = root : cron : mail : diradmin
Scripts must not and try to fool the system by changing their sending path. Exim still knows which User it is by means of the UID, but the above ends up blocking / which we don't as that would prevent everyone from sending emails.
This also removes the non-required log notice:
Code:
2017-09-26 18:01:24 1dwyqv-0004YY-UI acl_m_script_path '' is empty, skipping script path check.
https://forum.directadmin.com/showthread.php?t=53760
John