Hello,
what is the correct way to prevent clamav-milter (0.98.5 in Debian
Wheezy) from scanning and tagging _outgoing_ e-mail? I assumed it was
the LocalNet option; however, I did not manage to get it to work. Here
is the man entry:
LocalNet STRING Messages originating from these hosts/netw
Daniel Spies skrev den 2015-02-22 01:42:
Any help is greatly appreciated.
LocalNet localdomain
PS: why does 127.0.0.1 not resolve ?
post /etc/hosts for more help :=)
is the client ip in clamav-milter really in local domain ip listed ?
host 127.0.0.2
host 127.0.1.1
host 192.168.1.1
if this
On 02/22/2015 01:54 AM, Benny Pedersen wrote:
LocalNet localdomain
This gives no error, but clamav-milter is still scanning/tagging
outgoing e-mail. I'm sending e-mail from port 587 (smtp/submission,
postfix).
PS: why does 127.0.0.1 not resolve ?
It does though:
LocalNet 127.0.0.1 --> OK
On 2/21/2015 6:42 PM, Daniel Spies wrote:
> Hello,
>
> what is the correct way to prevent clamav-milter (0.98.5 in Debian
> Wheezy) from scanning and tagging _outgoing_ e-mail? I assumed it
> was the LocalNet option; however, I did not manage to get it to
> work. Here is the man entry:
>
> LocalN
On 2/21/2015 7:28 PM, Daniel Spies wrote:
> On 02/22/2015 01:54 AM, Benny Pedersen wrote:
>>
>> LocalNet localdomain
>>
> This gives no error, but clamav-milter is still scanning/tagging
> outgoing e-mail. I'm sending e-mail from port 587 (smtp/submission,
> postfix).
The originating client is the
Daniel Spies skrev den 2015-02-22 02:28:
Maybe LocalNet is the wrong option (?) but how else would I stop
clamav-milter from scanning outgoing e-mail then?
in postfix master.cf:
for the pickup add
-o non_smtpd_milters=
eg no milter for this service
or much better dont add milters in main.c
On 02/22/2015 02:47 AM, Noel Jones wrote:
Anyway, if your goal is to disable scanning on submission, it's
probably best to edit the master.cf submission service to not call
clamav-milter at all. (I would strongly recommend scanning all
mail, but that's a local policy decision)
As already suspe
On 02/22/2015 02:56 AM, Benny Pedersen wrote:
in postfix master.cf:
for the pickup add
-o non_smtpd_milters=
eg no milter for this service
or much better dont add milters in main.cf, but only in master.cf for
the incomming service port 25
Yes, but I have (still) enabled sending e-mail to po
Daniel Spies skrev den 2015-02-22 03:19:
Yes, but I have (still) enabled sending e-mail to port 25. This would
only work for submission (see my other e-mail).
yes i remember that problem here aswell, so far i think postfix does not
honner it to disable smtp auth on port 25 while have it enabl