Anand Buddhdev wrote:
>
> On Wed, Feb 18, 2004 at 08:04:32AM +0530, Suresh Ramasubramanian wrote:
> > >to enable logging only to syslog. If I had indeed made a mistake
> > >here, I'd see double of everything. As I said in my email earlier, I
> > >only see double log entries for rejected messages or recipients. Does
> > >it help if I say I am using the exiscan patch as well? I had
> > >forgotten to mention that in my first post, but it just occured to me
> > >that the patch may have a bug. Is anyone else using the patch also
> > >seeing double log entries?
>
Check the Exim docs on logging and set this in your 'main' section of
the exim configuration.
#Turn Off duplicate syslog logging of messages
syslog_duplication = false
All the rest should be irrelevant.
> >
> > Exim 4.30 with exiscan_acl - and I don't see what you are seeing. >
> > What does your syslog.conf say?
>
> *.info;mail.none;authpriv.none;cron.none /var/log/messages
> authpriv.* /var/log/secure
> mail.* -/var/log/maillog
> cron.* /var/log/cron
> *.emerg *
> uucp,news.crit /var/log/spooler
> local7.* /var/log/boot.log
>
> --
--
--EAL--