Fw: [Exim] AMAVIS problem

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Pascal Bourdais
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Fw: [Exim] AMAVIS problem
[sorry, sent by mail by error]

>
> > Hi,
>
> Hello,
>
> >
> > I have setup AMAVIS virus scan with the mcafee dat files and is working
> fine
> > but for one thing..
> >
> > It has stopped all virtual domains and all .forward files from working.

I
> am
> > wondering if anyone has experienced the same problem or just maybe I'm
> doing
> > something wrong.
> >
>
> If this can help, here is the concerned parts of my config file.
> i'm scanning input and output and using virtual deliveries
>
> Directors
> ---------
> scanmails: #-- the first one
> condition = "${if or {{eq {$received_protocol}{scanned-ok}}} {0}{1}}"
> driver = smartuser
> transport = scanmails_pipe
>
> then
> system_aliases
> userforward
> localuser
> virtual_local_user
> virtual_aliases
>
> Routers
> --------
> vircheck: #-- The first one
> condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}"
> driver = domainlist
> route_list = "*"
> transport = scanmails_pipe
>
> then
> lookuphost
>
> The transport
> -------------
> scanmails_pipe:
> driver = pipe
> bsmtp = all
> batch_max = 32767
> # add your own options at the END of the command line!
> command = "/usr/sbin/scanmails -f ${sender_address} -d
> ${local_part}@${domain}"
> # for debugging purposes
> # log_output = true
> prefix =
> return_output = false
> return_path_add = false
> user = amavis
> group = mail
> path = "/bin:/sbin:/usr/bin:/usr/sbin"
> current_directory = "/var/tmp"
> headers_add = "X-AntiVirus: scanned by AMaViS (http://amavis.org/)"
>
>
> HTH
>
> --
> Pascal
>