summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMarc Haber <zugschlus@debian.org>2006-10-10 11:21:51 +0000
committerMarc Haber <zugschlus@debian.org>2006-10-10 11:21:51 +0000
commit57676c09bea9b8220ceccbceba519013a5f7b38e (patch)
tree3079cf5f78085c703eac24510fb3027f84f08b39 /debian
parent34847681d4f3f396ba27a228b6c844f626ec40a0 (diff)
downloadexim4-57676c09bea9b8220ceccbceba519013a5f7b38e.tar.gz
add template for localdelivery
svn path=/exim/trunk/; revision=1642
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/exim4-config.templates13
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bfb1713..90300a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,7 +51,7 @@ exim4 (4.63-4.0) UNRELEASED; urgency=low
* update-exim4.conf: Take only the first word from /etc/mailname as
system mail name. Thanks to Mike Mestnik. Closes: #215319.
- -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 9 Oct 2006 14:59:47 +0000
+ -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 10 Oct 2006 11:10:04 +0000
exim4 (4.63-4) unstable; urgency=low
diff --git a/debian/exim4-config.templates b/debian/exim4-config.templates
index 567a393..5d39406 100644
--- a/debian/exim4-config.templates
+++ b/debian/exim4-config.templates
@@ -192,3 +192,16 @@ _Description: Hide local mail name in outgoing mail?
generated on a different system. If this option is chosen,
"${mailname}", "localhost" and "${dc_other_hostnames}" in From, Reply-To,
Sender and Return-Path are rewritten.
+
+Template: exim4/dc_localdelivery
+Type: select
+__Choices: mbox format in /var/mail/, Maildir format in home directory
+Default: mbox format in /var/mail/
+_Description: Delivery method for local mail:
+ Exim is able to store locally delivered email in different formats.
+ The most commonly used ones are mbox and Maildir. mbox uses a single
+ file for the complete mail folder stored in /var/mail/. With Maildir
+ format every single message is stored in a separate file in ~/Maildir/.
+ .
+ Please note that most mail tools in Debian expect the local delivery
+ method to be mbox in their default.