Steve schrieb am Donnerstag, den 17. Dezember 2009:
Hi,
*snip*
> > When I change the 01-debian config to
> >
> > $dspam='dspam --debug';
> >
> > then following error raises when processing an email: (Datei nicht
> > gefunden means File or Directory not found).
> >
> > Dec 17 08:27:23 mail0 amavis[31418]: (31398-01) (!)run_command: child
> > process [31418]: run_command: failed to exec /usr/bin/dspam --debug
> > --stdout --deliver=spam,innocent --mode=tum --tokenizer=chained,noise
> > --enable-signature-headers --user amavis: Datei oder Verzeichnis nicht
> > gefunden at /usr/sbin/amavisd-new line 2919, <GEN34> line 40.
> >
> That "Datei oder Verzeichnis nicht gefunden" is probably because DSPAM can
> not find the file it should check. How is the mail passed to DSPAM? Over a
> pipe? Or somehow differently?
>
> btw: I am the lead developer behind DSPAM and while I know that Debian is
> using ancient versions (3.6.8 patched with some Debian stuff) I can tell you
> right now that there is no run time option "--tokenizer" nor is there any
> "--enable-signature-headers". Is that something that the Debian guys have
> added to DSPAM?
And I'm the amavis debian maintainer :).
I don't added such a thing to amavisd-new, but having a look into the
official amavisd-new release notes they read like that:
['DSPAM', 'Amavis::SpamControl::ExtProg', $dspam,
[ qw(--stdout --classify --deliver=innocent,spam
--mode=tum --tokenizer=chained,noise
--user), $daemon_user ],
# use option --feature instead of --tokenizer with dspam < 3.8.0
mail_body_size_limit => 64000, score_factor => 1,
],
);
I guess thats wrong then.
Alex
--
Alexander Wirt, [email protected]
CC99 2DDD D39E 75B0 B0AA B25C D35B BC99 BC7D 020A
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
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/