Thanks very much for that guys -lifesavers!
Appreciated, works fine.
>>> Ian Eiloart <iane@???> 24/09/2004 13:00:28 >>>
--On Friday, September 24, 2004 10:45 am +0100 Lee Forster
<lforster@???> wrote:
># Added from Exim mailing list advice 22/09/04 - Lee
> !sender_domains = messagelabs.com
> # Reject virus infested messages.
> deny message = This message contains malware ($malware_name)
> malware = *
>
.
.
>
> After adding that and restarting Exim, Exim fails to start with the
> message:
>
> Starting exim: 2004-09-22 14:45:31 Exim configuration error in line
444
> of /etc/exim/exim4.conf:
> error in ACL: unknown ACL verb in "!sender_domains =
> messagelabs.com"
>
> Any ideas?
Move the offending line to the correct place. The condition comes after
the
verb, like this:
Added from Exim mailing list advice 22/09/04 - Lee
# Reject virus infested messages.
deny message = This message contains malware ($malware_name)
!sender_domains = messagelabs.com
malware = *
--
Ian Eiloart
Servers Team
Sussex University ITS