Hello, I'm building a new email server with Courier 0.54.2 and
amavisd-new 2.4.5 (from Dag repository). I've done the config changes
listed in the README.courier and use amavisd as a perlfilter but when it
is executed amavisd bails out with the following error:
Problem in the In::Courier code: Code not available for module
Amavis::In::Courier at (eval 41) line 8.
I've tried to google around for this error but found naught. Also
testing with the latest 2.5.0-pre4 results in the same error so I'm
pretty convinced that I have a disconfigured it somehow but I'm unable
to figure it out.
The relevant part of amavisd.conf is:
$unix_socketname = "/var/spool/courier/allfilters/amavisd";
$courierfilter_shutdown = 1;
$interface_policy{'SOCK'}='AM-SOCK'; # only relevant with $unix_socketname
$policy_bank{'AM-SOCK'} = { protocol => 'COURIER' };
$notify_method = 'pipe:flags=q argv=perl -e
$pid=fork();if($pid==-1){exit(75)}elsif($pid==0){exec(@ARGV)}else{exit(0)}
/usr/sbin/sendmail -f ${sender} -- ${recipient}';
And the full config can be found at:
http://poltsi.fi/Misc/amavisd.conf
I'd really appreciated if someone can point out my blindspot here.
Poltsi
--
Paul-Erik Törrönen
[EMAIL PROTECTED]
+358 40 703 1231
http://poltsi.fi/
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/