As I do my mail with exim I can't say what exactly to do with postfix but the answer is not MTA/MDA spezific (if I got your intend correctly):
The user dspam uses for checking/training is the one that is mentioned in the command line call of dspam(c) with the option "--user". So if you want to use only one dspam user for checking the whole mail traffic use
/usr/local/bin/dspam --deliver=innocent --user <global-fixed-user> -i -f ${sender} -- ${recipient}
instead of something like this
/usr/local/bin/dspam --deliver=innocent --user ${recipient} -i -f ${sender} -- ${recipient}
Best regards
Joerg
-- Joerg Pichel mailto:joerg.pichel@sdm.de sd&m AG http://www.sdm.de software design & management Carl-Wery-Str. 42, D-81739 Muenchen, Germany Tel +49 89 63812-112, Fax -555 -----Original Message----- From: owner-dspam-users@lists.nuclearelephant.com [mailto:owner-dspam-users@lists.nuclearelephant.com] On Behalf Of Pierre Girard Sent: Thursday, October 27, 2005 10:32 PM To: dspam-users@lists.nuclearelephant.com Subject: [dspam-users] How to setup postfix with a global dspam database Hello, i'm interrested in installing dspam and i looked around trying to find documentation on how to do it globally (i don't want eache user to have to train his dspam) but what i found on the wiki indicates that i wouldn't be able to use the aliases file anymore and i can't do without it. I tried doing searches on the mailing list but most results i got pointed to inexistant pages. Can anyone point me in the right direction on how to do this? Thanks.Received on Fri Oct 28 02:50:34 2005
This archive was generated by hypermail 2.1.8 : Sat Oct 29 2005 - 00:00:01 EDT