Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
Gary,
> I installed pax on my Debian machine via apt-get and
> 2.2.1-rc1 does not recognize that it is installed.
>
> # apt-cache policy pax
> pax:
> Installed: 1:1.5-15
>
> # which pax
> /usr/bin/pax
>
> # amavisd-new debug
> No $pax, not using it
Is /usr/bin listed in the $path variable in amavisd.conf ?
One can always provide an explicit path to a program:
$pax = '/usr/bin/pax';
Perhaps the program is not executable by user vscan?
Or if running chrooted, the program is not present in the jail.
Mark
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
|