|
From: Mark M. <Mar...@ij...> - 2010-01-08 15:25:28
|
Shaun, > > The version of amavisd is older than 2.6.0 ? > > Nice catch. I was picking up the old one that Apple installed. When I > run the correct one > (2.6.4), I get: > > bash-3.2# /usr/local/bin/amavisd -u _amavisd -c > /usr/local/etc/amavisd.conf debug > setrgid() not implemented at /usr/local/bin/amavisd line 13421. Try deleting (or commenting out) the two lines dealing with changing a group id near the indicated line number: $( = $gid; $) = "$gid $gid"; # real and effective GID POSIX::setgid($gid) or die "drop_priv: Can't setgid to $gid: $!"; Mark |