annotate docs/INSTALL.linux @ 392:c5fd796ea06e

Heavy refactoring in parts of conf.c. init_conf() parse_boolean() parse_list_file() Re-arrangement of code. parse_address_glob_list() Removed unneccessary parameter. parse_list() parse_interface(): Use strtok()/strchr() instead of doing is all by hand. Removed limitation of fixed size buffer. eat_comments() Use a state machine. eat_line_trailing() eat_spaces() read_lval() Better structured code. read_conf() read_route() Removed magic numbers. Made all list type in the config files accept pathname entries, except for `permanent_routes' and `query_routes.' for which this is impossible.
author markus schnalke <meillo@marmaro.de>
date Sat, 18 Feb 2012 18:07:55 +0100
parents 5781ba87df95
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
59
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
1 Distribution specific stuff
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
2 ===========================
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
3
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
4 Debian
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
5 ------
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
6
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
7 If you compile for Debian, do the configure with at least these options:
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
8
358
92340177150d Eventually switched the default group from `trusted' to `mail'
markus schnalke <meillo@marmaro.de>
parents: 66
diff changeset
9 ./configure --with-liblockfile
59
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
10
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
11 You can also build your own Debian package with
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
12
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
13 dpkg-buildpackage -rfakeroot
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
14
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
15 You need to have fakeroot installed to do this. Or, as root, do:
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
16
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
17 dpkg-buildpackage
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
18
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
19 However, you better have a look at the official masqmail package in
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
20 Debian.
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
21
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
22 apt-get source masqmail
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
23
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
24 is your friend.
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
25
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
26
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
27
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
28 SuSE/Redhat
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
29 -----------
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
30
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
31 There are spec files for rpm creation on the website. You may have to
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
32 adjust these files.