Hello,
Because FH_DATE_PAST_20XX bug, I have found that when I run
spamassassin through amavisd-new (in a postfix server) I need to restart
spamassassin and amavisd-new after any change in spamassassin.
Debugging this, I found that amavisd-new doesn't connect to my spamd
daemon to check mails, so I think it is using spamassassin command
instead of spamc (I have spamd running in foreground, without -d option
and I haven't seen any connection)
However, I have read in spamassassin that spamc has better performance
than spamassassin, so I would like amavisd-new to use spamc instead of
spamassassin.
I don't know much of amavisd-new and spamassassin implementations
details, but I have found that amavisd-new connect with spamassassin
throught is perl interface by create a SpamAssassin object like this:
my($spamassassin_obj) = Mail::SpamAssassin->new({
debug => $sa_debug,
save_pattern_hits => $sa_debug,
dont_copy_prefs => 1,
local_tests_only => $sa_local_tests_only,
home_dir_for_helpers => $helpers_home,
stop_at_threshold => 0,
});
Do you know if there is any option to tell perl object to use the spamd
daemon? Is there any way to use spamd daemon with amavis? Is it worth in
a mail gateway with hugh loads?
--
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información _o)
y las Comunicaciones Aplicadas (ATICA) / \\
http://www.um.es/atica _(___V
Tfo: 868887590
Fax: 868888337