Martin Svensson wrote:
Hi Adam,

We're using Amavis-milter with RHEL 3.0's Sendmail version 8.12.11 and it's working great. 80,000 emails/day on 2 servers with SA (incl. network tests, DCC and Bayes SQL) and 2 virusscanners.

No such luck with the milter at http://amavisd-milter.sourceforge.net/ on RH9. Looks like sendmail/libmilter on RH9 does not have the smfi_opensocket() or smfi_progress() functions. A compile just gives undefined reference errors to those functions and looking at the libmilter.a library shows that those functions are not in it.

Anyone know the proper setup for the old amavis-milter.c with amavisd-new 1.3.x or 1.4.0-pre7?

With 20030616 version of amavisd-new you would just define:

$forward_method = undef;
$unix_socketname = "$MYHOME/amavisd.sock";

Anyone know what to do with the lines below to work with the amavis-milter.c that comes with the latest versions of amavisd-new? The default config file mentions something about not using the settings with the milter that comes with amavisd-new but it is not clear if that means commenting only one of them out or both or defining them to something else (undef, etc).

$interface_policy{'SOCK'}='AM.PDP-SOCK';
$policy_bank{'AM.PDP-SOCK'} = { protocol=>'AM.PDP' };


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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/

Reply via email to