annotate docs/INSTALL.linux @ 179:ec3fe72a3e99

Fixed an important bug with folded headers! g_strconcat() returns a *copy* of the string, but hdr->value still pointed to the old header (which probably was a memory leak, too). If the folded part had been quite small it was likely that the new string was at the same position as the old one, thus making everything go well. But if pretty long headers were folded several times it was likely that the new string was allocated somewhere else in memory, thus breaking things. In result mails to lots of recipients (folded header) were frequently only sent to the ones in the first line. Sorry for the inconvenience.
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:52:17 +0200
parents 4762e0d26d8e
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
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
9 ./configure --with-liblockfile --with-group=mail
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 Use the group `mail' instead of the group `trusted'.
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 You can also build your own Debian package with
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 dpkg-buildpackage -rfakeroot
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 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
18
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
19 dpkg-buildpackage
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
20
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
21 However, you better have a look at the official masqmail package in
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
22 Debian.
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 apt-get source masqmail
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 is your friend.
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
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 SuSE/Redhat
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
31 -----------
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
32
941413084f56 updated docs; moved files around
meillo@marmaro.de
parents:
diff changeset
33 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
34 adjust these files.