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

Help with amavis-ng_exim installation?



This is in my sent box but I never saw it hit the list from this end.
One more try.

G

 Installed amavis-ng and did the configs for exim.

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

Everything gets properly delivered to /var/mail/username if the user has
no ~/.procmailrc

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

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

The procmail stanza just above my amavis stanza uses "driver = pipe"
just fine (procmail stanza not listed here -- most of my config left out
because it's long and I haven't edited out any security related info. If
anyone needs the whole exim config file let me know and I will clean and
post it).


 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?

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



Reply to: