Re: [Clamav-users] Configuring SkipAuthenticated users in clamav-milter

2009-08-28 Thread aCaB
Jerry wrote: If not, would this syntax work in the clamav-milter.conf file? SkipAuthenticated ^(m...@hostname.mydomain.net \ y...@hostname.mydomain.net \ ot...@hostname.mydomain.net)$ Unfortunately not. The feature was requested by a single person (who

Re: [Clamav-users] Configuring SkipAuthenticated users in clamav-milter

2009-08-28 Thread Jerry
On Fri, 28 Aug 2009 12:06:45 +0200 aCaB aca...@digitalfuture.it wrote: Jerry wrote: If not, would this syntax work in the clamav-milter.conf file? SkipAuthenticated ^(m...@hostname.mydomain.net \ y...@hostname.mydomain.net \

Re: [Clamav-users] Configuring SkipAuthenticated users in clamav-milter

2009-08-28 Thread aCaB
Jerry wrote: How clamav-milter would handle an external file is also a concern. Would it read it only upon start up, or reread it whenever it is modified? The latter method would eliminate the need to restart the milter if the file is modified making system management easier. Perhaps having

Re: [Clamav-users] Configuring SkipAuthenticated users in clamav-milter

2009-08-28 Thread Jerry
On Fri, 28 Aug 2009 18:56:59 +0200 aCaB aca...@digitalfuture.it wrote: [snip] That would not be the unix way. The unix way is to read config files on startup and on HUP or USR. However signaling in the milter is problematic because libmilter does its own signal catching; that's braindead, if

Re: [Clamav-users] Configuring SkipAuthenticated users in clamav-milter

2009-08-28 Thread Ted Hatfield
On Fri, 28 Aug 2009, aCaB wrote: Jerry wrote: How clamav-milter would handle an external file is also a concern. Would it read it only upon start up, or reread it whenever it is modified? The latter method would eliminate the need to restart the milter if the file is modified making system

Re: [Clamav-users] Configuring SkipAuthenticated users in clamav-milter

2009-08-28 Thread Jerry
On Fri, 28 Aug 2009 12:32:49 -0500 (CDT) Ted Hatfield t...@pat.io.com wrote: [snip] The sendmail way would be to add these whitelist entries into the access database. This method would only require re-hashing the berkeley database. That is similar to how Postfix handles databases that are

[Clamav-users] Configuring SkipAuthenticated users in clamav-milter

2009-08-27 Thread Jerry
I have several user names that I want to whitelist as authenticated SMTP users. I am using Postfix as my MTA on a FreeBSD-7.2 system. This is a snippet from the clamav-milter.conf file: # Messages from authenticated SMTP users matching this extended POSIX # regular expression (egrep-like) will