On Sun, 1 Oct 2006, Werner Schalk wrote: > Hi,
Hi, > > Now when I execute it, nothing happens (except that he lists the files and > their X-Envelope-To setting): > > # ./amavis.sh > /var/amavis/quarantine/spam-742mpcNejMVz.gz > X-Envelope-To: <[EMAIL PROTECTED]> > spam-742mpcNejMVz.gz > > For some reason it appears that amavisd-release is not executed (although it > is in the $path) or that the mail at least is not re-queued. Any ideas? You may check what policy protocol amavisd-release use to release mail in your amavisd.conf. I use AM.PDP-INET: #$policy_bank{'AM.PDP-SOCK'} = { # protocol => 'AM.PDP', # Amavis policy delegation protocol # auth_required_release => 0, # don't require secret_id for amavisd-release #}; # #$policy_bank{'AM.PDP-INET'} = { # protocol => 'AM.PDP', # Amavis policy delegation protocol # inet_acl => [qw( 127.0.0.1 [::1] mymailzuip )], # restrict to these IP addresses # auth_required_release => 1, #}; # used by amavisd-release utility of a new AM.PDP-based amavis-milter client #$interface_policy{'9998'} = 'AM.PDP-INET'; #$interface_policy{'SOCK'} = 'AM.PDP-SOCK'; amavisd-release by default use AM.PDP-SOCK. $socketname = '/var/amavis/amavisd.sock'; #$socketname = '127.0.0.1:9998'; > > Cheers, > Werner. > Hope that helps Vincent Li http://pingpongit.homelinux.com Opensource .Implementation. .Consulting. Platform .Fedora. .Debian. .Mac OS X. Blog http://bl0g.blogdns.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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/