Linux wrote:
Rony wrote:
Another problem is that I even installed Milter_AddressControl but since I use lenny, the libraries it requires are older (lib...so.0) than the one lenny installs (lib...so.1) with libmilter-dev and libmilter1.0. There is no updated package for Milter_AccessControl.
Please try compiling it with new libraries. It is simple and instructions are in README file. In README follow other than debian install part. Meanwhile I will also try to compile and upload package for lenny.
I also have a query for the /etc/AccessControl/control file.
It is /etc/AddressControl/control
If AccessControl is working, will all mails be made to pass through the control rules before being allowed or rejected? At present I assume they will and am setting only allowed emails in the list using 'Email_id REJECT_NO' lines. This should automatically imply that mails sent to other addresses will be blocked. Am I on the right track?
All mails will pass through milter. Your /etc/AddressControl/control file may look like as following
known_emailid@knowndomain.com REJECT_NO
- REJECT_ALL
Thanks for the input. I will do the compiling.