Troy wrote: > * MrC <[EMAIL PROTECTED]> : >> >> > Been through most of the files amavis-new installed, and >> > can't find anywhere the actual call to spamassassin. >> >> It uses the SA object interface. >> >> > Reason for the question is that I can't figure out if >> > amavis-new is correctly passing messages to SA. >> >> Start amavis as "amavisd-new debug-sa" via command line to see how >> spamassassin, etc. is being called.
> Config file "/etc/amavis/amavisd.conf" does not exist, at > /usr/sbin/amavisd-new line 1033. > My installation is from the Ubuntu (Debian) packaging system. > The amavisd-new is invoked by a script in /etc/init.d which > doesn't seem to generate that error message. This is a really strange thing to happen on a Debian type system. I'm curious, what version of amavisd-new is your package? I'm not familiar with the Ubuntu package, but if you are using an early revision 2.3.3, this should illustrate how screwed up early versions of the Debian 2.3.3 packages are: http://www200.pair.com/mecham/spam/debian-amavisd-new_2.3.3.html With these early packages, if you run 'amavisd-new debug-sa' (for example) it may use amavisd.conf. If you run '/etc/init.d/amavis debug-sa' it may use config files in /etc/amavis/conf.d. This particular problem was solved in later packages. By default SpamAssassin is disabled when you use the config files in /etc/amavis/conf.d. Read /etc/amavis/conf.d/15-content_filter_mode Gary V ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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/
