Re: [Sagator-users] roadmap question
Brought to you by:
ondrejj
From: Ján O. (S. <on...@sa...> - 2012-02-02 13:46:37
|
Hello, On Wed, Feb 01, 2012 at 03:22:52PM +0100, Comète wrote: > Hi, > > any plan to include LDAP authentication for WebQ and a per-user You can replicate your LDAP database to SQL and create SQL VIEW to use LDAP user/password data. If you need real LDAP logins, patches are welcome. :-) > per-user blacklist/whitelist system ? Current webq service is only for access to quarantine. It has no ability to configure filtering. But you can use your own script to configure per-user configs, just don't forget to use LMTP instead of SMTP, which can't filter on per-user basis. > Is there a mean to disable the "deliver" button in WebQ only for > detected viruses ? This way a user could not deliver a probably infected > mail whithout asking an administrator. Not a bad idea. Click on deliver will recheck this mail, if it's still an virus then it will refuse to deliver for non-administrator user. Added to TODO, just I don't know, when I will have to implement this (even if it's not so hard). SAL |