[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: spamassassin, exim et fetchmail



> 
>> Create a basic setup for GLOBAL user in the userpref table.
> 
> que veux-tu dire par la ?

Pour que le système marche, il faut au moins un enregistrement dans la base
de données. L'enregistrement GLOBAL.

INSERT INTO userpref VALUES ('GLOBAL', 'rewrite_subject', '0', 303);
INSERT INTO userpref VALUES ('GLOBAL', 'report_header', '0', 304);
INSERT INTO userpref VALUES ('GLOBAL', 'defang_mime', '1', 305);
INSERT INTO userpref VALUES ('GLOBAL', 'use_terse_report', '0', 306);
INSERT INTO userpref VALUES ('GLOBAL', 'required_hits', '7', 307);
INSERT INTO userpref VALUES ('GLOBAL', 'whitelist_from',
'peuxspammer@en.paix', 6);
INSERT INTO userpref VALUES ('GLOBAL', 'blacklist_from',
'grosvilain@spameur.alacon', 11);

required_hits = 7 est la meilleure valeur.

Stef...


..........................................................
.  Linux - Debian - php4 - Apache - MySQL - Infogerance  .
.   email: info@actionweb.fr - http://www.actionweb.fr   .
.     Tel: (0)141 906 100    -    Fax: (0)141 906 101    .
..........................................................


--
To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: