comparison INSTALL @ 1695:587f7911b93d HEAD

Removed --with-rawlog. It's built always now.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Aug 2003 02:25:28 +0300
parents 6bf54ebc16af
children 0615c22cbda5
comparison
equal deleted inserted replaced
1694:0fae24674a9a 1695:587f7911b93d
64 speed up x86 systems too. Default is 8 with everyone to make sure 64bit 64 speed up x86 systems too. Default is 8 with everyone to make sure 64bit
65 memory accessing work. Currently it should also be safe to set to 4 when 65 memory accessing work. Currently it should also be safe to set to 4 when
66 using 32bit file offets. With x86 it could be 1 as well if you want to save 66 using 32bit file offets. With x86 it could be 1 as well if you want to save
67 a bit of disk space (in .imap.index.data file) and memory. 67 a bit of disk space (in .imap.index.data file) and memory.
68 68
69 --with-rawlog Build support for logging user traffic
70
71 When Dovecot is compiled with this option and user's home directory
72 contains dovecot.rawlog directory, all IMAP connections are logged into
73 timstamp-pid.in and .out files. This is mostly useful for debugging.
74
75 --enable-debug Enable some extra checks for debugging 69 --enable-debug Enable some extra checks for debugging
76 70
77 This is mostly useful for developers. It does quite a lot of unnecessary 71 This is mostly useful for developers. It does quite a lot of unnecessary
78 work but should catch some programming mistakes more quickly. 72 work but should catch some programming mistakes more quickly.
79 73