* Update the debconf translations:
- Japanese by Hideki Yamane; Closes: #587543
+ * In the 03-debian-locations patch, revert part of the 0.0.2010.06.17-1
+ change: do not set a un-overrideable default for the deferred delivery!
+ Closes: #587593
-- Peter Pentchev <roam@ringlet.net> Tue, 29 Jun 2010 22:45:40 +0300
Description: Customize the /etc/dma configuration files for Debian.
On Debian, the aliases file lives in /etc, not /etc/mail.
Define a smarthost by default, albeit an invalid one.
- Use deferred delivery - the package includes a cron job running the queue.
Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-23
+Last-Update: 2010-06-30
--- a/dma.8
+++ b/dma.8
.Xc
Path to the local aliases file.
Just stick with the default.
-@@ -231,7 +231,7 @@
- You have to rename this variable manually to prevent that you send your
- password accidentally over an insecure connection.
- .It Ic DEFER Xo
--(boolean, default=commented)
-+(boolean, default=set)
- .Xc
- Comment if you want that
- .Nm
--- a/dma.conf
+++ b/dma.conf
@@ -2,13 +2,15 @@
# message, not just the headers.
--- a/dma.c
+++ b/dma.c
-@@ -70,12 +70,12 @@
+@@ -70,7 +70,7 @@
struct config config = {
.smarthost = NULL,
.port = 25,
.spooldir = "/var/spool/dma",
.virtualpath = NULL,
.authpath = NULL,
- .certfile = NULL,
-- .features = 0,
-+ .features = DEFER,
- .mailname = NULL,
- .mailnamefile = NULL,
- };
You have to rename this variable manually to prevent that you send your
@@ -233,7 +233,7 @@
.It Ic DEFER Xo
- (boolean, default=set)
+ (boolean, default=commented)
.Xc
-Comment if you want that
+Uncomment if you want that