2006/3/17, Adam Gibson <[EMAIL PROTECTED]>: > 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.
smfi_progress is required because amavisd-milter 1.1 can limit maximum number of connections to amavisd-new and need periodically reset sendmail timeout on milter connection when waiting to free connection. When you can't upgrade sendmail to 8.13 you may use amavisd-milter 1.0.5 which can be used with sendmail 8.12. P. ------------------------------------------------------- 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&kid0944&bid$1720&dat1642 _______________________________________________ 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/
