On Fri, 28 Aug 2009 12:32:49 -0500 (CDT)
Ted Hatfield 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 frequently
mod
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 ma
On Fri, 28 Aug 2009 18:56:59 +0200
aCaB 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 you ask me, but tha
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
> havi
On Fri, 28 Aug 2009 12:06:45 +0200
aCaB wrote:
> 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)$
>
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
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 no