Bug#774553: exim4: Do not scan outgoing mail for spam
Marc Haber
mh+debian-packages at zugschlus.de
Thu Jul 13 07:08:23 UTC 2017
On Sun, Jan 04, 2015 at 10:26:38AM +0100, Rainer Dorsch wrote:
> I am running exim since a few years and scanned incoming and outgoing mails for spam, where outgoing does not make a lot of sense or even hurts.
> I was surprised to find out that disabling scanning outgoing mails is so simple.
It is, regrettable not so simple.
Since there is a gazillion of possibilities to integrate spam scanning,
how exactly did you do it? Can you give the entire relevant part of your
configuration?
> It would have helped me, if the default config would have had something like
>
> root at netcup:~# diff -u 40_exim4-config_check_data.orig 40_exim4-config_check_data
> --- 40_exim4-config_check_data.orig 2015-01-04 10:17:58.316000000 +0100
> +++ 40_exim4-config_check_data 2015-01-04 10:20:34.484000000 +0100
> @@ -54,6 +54,9 @@
> #
> # See the exim docs and the exim wiki for more suitable examples.
> #
> + # do not run spam scanning on authentificated mails (=outgoing mails)
> + # accept authenticated = *
> + #
This will disable spam scanning for authenticated messages, not for
outgoign messages. Very different. For example, messages coming in from
a machine listed in dc_relay_nets would be scanned anyway.
What you want to do is non-trivial in the package since it needs
information about the entire site's configuration as soon as the site is
a non-trivial setup.
Greetings
Marc
--
-----------------------------------------------------------------------------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany | lose things." Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature | How to make an American Quilt | Fax: *49 6224 1600421
More information about the Pkg-exim4-maintainers
mailing list