[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

amavis-ng + exim setup problems



Installed amavis-ng and did the configs for exim.

Everything works fine (using ~/.procmailrc for final delivery) with the
amavis stuff commented out.

However, when I uncomment my amavis sections in /etc/exim/exim.conf I
get the following error (and no mail delivery):

2002-10-09 17:08:02 Exim configuration error
  director amavis: cannot find director driver "pipe" in line 278

Here are the amavis sections from exim.conf

######################################################################
#                      TRANSPORTS CONFIGURATION                      #
######################################################################
#Amavis scnner transport

#amavis:
#  driver = pipe
#  command = "/usr/sbin/amavis -f <${sender_address}> -d
#  ${pipe_addresses}" prefix =
#  suffix =
#  check_string =
#  escape_string =
# for debugging change return_output to true
#  return_output = false
#  return_path_add = false
#  user = amavis
#  group = amavis
#  path = "/bin:/sbin:/usr/bin:/usr/sbin"
#  current_directory = "/var/amavis"
#  headers_add = "X-Virus-Scanned: by AMaViS-ng"

######################################################################
#                      DIRECTORS CONFIGURATION                       #
#             Specifies how local addresses are handled              #
######################################################################

#amavis_director:
#  condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}"
#  driver = smartuser
#  transport = amavis

######################################################################
#                      ROUTERS CONFIGURATION                         #
#            Specifies how remote addresses are handled              #
######################################################################

#amavis_router:
#  condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}"
#  driver = domainlist
#  route_list = "*"
#  transport = amavis

Any ideas?

G

-- 
gvl2 (Gerald)
AirBall the Rolling Basket Case (1969 Standard Beetle)
LifeSaver (1974 Bay Window Bus)
http://www.phorce1.com



Reply to: