Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 39 | Rev 93 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 39 Rev 45
Line 37... Line 37...
37
37
38
 * Support for SSL session caching is compiled in, but caching is
38
 * Support for SSL session caching is compiled in, but caching is
39
   disabled by default, as it probably doesn't make that much a
39
   disabled by default, as it probably doesn't make that much a
40
   difference on modern hardware. To enable it, uncomment the
40
   difference on modern hardware. To enable it, uncomment the
41
   ssl_session_timeout setting in prayer.cf. You should also arrange
41
   ssl_session_timeout setting in prayer.cf. You should also arrange
42
   for prayer-ssl-prune and prayer-db-prune to be run periodically,
42
   for prayer-ssl-prune to be run periodically, for example by placing
43
   for example by placing symlinks to them in /etc/cron.hourly or
43
   a symlink to it in /etc/cron.hourly or /etc/cron.daily.
44
   /etc/cron.daily.
-
 
45
44
46
 * The default IMAP folders for sent mail (sent_mail_folder) and
45
 * The default IMAP folders for sent mail (sent_mail_folder) and
47
   drafts (postponed_folder) are "Sent" and "Drafts", respectively,
46
   drafts (postponed_folder) are "Sent" and "Drafts", respectively,
48
   the default for Mozilla Thunderbird and others (although many IMAP
47
   the default for Mozilla Thunderbird and others (although many IMAP
49
   clients unfortunately use localized folder names).
48
   clients unfortunately use localized folder names).
Line 98... Line 97...
98
   and marking the original deleted. Messages that are marked as
97
   and marking the original deleted. Messages that are marked as
99
   deleted are usually never listed, cannot be unmarked, and are often
98
   deleted are usually never listed, cannot be unmarked, and are often
100
   automatically expunged. These two approaches are rather
99
   automatically expunged. These two approaches are rather
101
   incompatible, but some software can take either.
100
   incompatible, but some software can take either.
102
101
103
 -- Magnus Holmgren <holmgren@debian.org>, Mon, 23 Jun 2008 20:57:05 +0200
102
 -- Magnus Holmgren <holmgren@debian.org>, Tue, 24 Jun 2008 00:11:04 +0200
104
103