Re: [exim] How to disable logging unroutable addresses?

Etusivu
Poista viesti
Vastaa
Lähettäjä: Kjetil Torgrim Homme
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] How to disable logging unroutable addresses?
On Wed, 2006-08-16 at 10:09 +0100, Philip Hazel wrote:
> A selector such as "do not log RCPT rejects" would be efficient, but
> rather heavy handed. Maybe something better would be an ACL control, so
> that you could choose when not to log something. For example, you could
> then log attempts to relay, but not log dictionary attacks on unknown
> users. Noted for thinking about.


how about allowing

log_message = :none:
deny

in the ACL to disable the default log message? it does break backwards
compatibility, although unlikely in practice. perhaps better to use a
new option, e.g., to avoid logging the deny at all:

    log_target = none


to force it into mainlog rather than rejectlog:

    log_target = main


--
just an idea,
Kjetil T.