Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
Mark wrote:
> 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 ?
Yes
> One can always provide an explicit path to a program:
> $pax = '/usr/bin/pax';
> Perhaps the program is not executable by user vscan?
It has the same permissions as zoo
<snip>[19522]: Found $zoo at /usr/bin/zoo
<snip>[19522]: No $pax, not using it
> Or if running chrooted, the program is not present in the jail.
Not running chrooted.
> Mark
SOLVED:
In your announcement you forgot to mention that this MUST be
added to amavisd.conf:
$pax = 'pax';
-------------------------------------------------------
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/
|