summaryrefslogtreecommitdiff
path: root/exim/debian/exim4-base.templates
blob: dba5166b0af85dd9e25ae4bb2e839a5d40c6ce73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Template: exim4/purge_spool
Type: boolean
Default: false
Description: Remove undelivered mails in spool directory?
 There are mails in the exim spool directory /var/spool/exim4/input
 which have not yet been delivered. You can keep them in case you
 decide to re-install Exim at a later date, or you can choose to
 remove them.
 .
 Should they be removed?

Template: exim4/move_exim3_spool
Type: boolean
Default: false
Description: Move yet undelivered mails from exim(v3) to exim4 spool?
 There are some undelivered mails in the spool directory of exim or
 exim-tls in /var/spool/exim/input/.  I can move these to exim4's spool
 (/var/spool/exim4/input/) where they will be handled by exim4.
 .
 Be aware that this works only one-way, exim4 can handle exim(v3)'s spool
 but not the other way round.
 .
 Answer yes if you don't plan to go back to exim(v3), answer no and move the
 files by hand once you've converted your setup otherwise.