comparison debian/README.Debian @ 2:f6716cb00029

Replace buggy stuff in deb dir, never make phone calls while working
author Peter Gervai <grin@grin.hu>
date Tue, 10 Mar 2009 14:29:12 +0100
parents
children
comparison
equal deleted inserted replaced
1:9b8d79ac0dc3 2:f6716cb00029
1 dcc for Debian
2 --------------
3
4 To use DCC, you can either run it from procmail, from spamassassin or within
5 sendmail by using the milterinterface. To use it with procmail, just put
6
7 :0fw : /tmp/.lock.dcc.$LOGNAME
8 | /usr/bin/dccproc
9
10 in your ~/.procmailrc, and extra headers will be added in the mails
11 in your mailbox.
12
13 If you want to use it with spamassassin, add
14
15 use_dcc 1
16
17 to your ~/.spamassassin/user_prefs file. Spamassassin will now perform some
18 extra online check using one of the public DCC servers.
19
20 To use DCC within sendmail, you have to use dccm, which is supplied from the
21 dcc-milter package. dcc-milter also includes some m4-file for
22 sendmail-configuration. dcc-milter is now run by default, so please enable it in
23 /etc/default/dcc-milter.
24
25 If you want to whitelist debian mailinglists, please run
26 /usr/share/doc/dcc-common/debian-whitelist.sh, copy resulting file
27 whitelist.debian to /etc/dcc and modify /etc/dcc/whitelist to include
28 whitelist.debian.
29
30 DCC requires open firewall ports 6277 udp for incoming and outgoing. For
31 further documentation about firewalling please also look at
32 http://www.dcc-servers.net/dcc/dcc-tree/FAQ.html#firewall-ports
33 and
34 http://www.rhyolite.com/anti-spam/dcc/firewall.html
35
36 For further documentation, please read dcc (8) man page.
37
38
39 Default map and id files are located in /usr/share/dcc.
40
41 -- Martin Zobel-Helas, Sun Nov 14 02:08:19 CET 2004 +0100