]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Be true to the README.Debian file :) Enable deferred delivery and
authorPeter Pentchev <roam@ringlet.net>
Tue, 10 Mar 2009 12:14:37 +0000 (12:14 +0000)
committerPeter Pentchev <roam@ringlet.net>
Tue, 10 Mar 2009 12:14:37 +0000 (12:14 +0000)
double-bounce handling by default.

patches/03-debian-locations.patch
patches/11-double-bounce.patch

index 9b1bdaf24364ba7e1975c305b4821b9759aa8bfa..0c7eb42ebaf017a3c41f7a9a870f63921403cc07 100644 (file)
@@ -1,5 +1,6 @@
 On Debian, the aliases file lives in /etc, not /etc/mail.
-Also, define a smarthost by default, albeit an invalid one.
+Define a smarthost by default, albeit an invalid one.
+Use deferred delivery - the package includes a cron job running the queue.
 
 --- a/dma.8
 +++ b/dma.8
@@ -39,3 +40,9 @@ Also, define a smarthost by default, albeit an invalid one.
  
  # Path to your spooldir.  Just stay with the default.
  SPOOLDIR /var/spool/dma
+@@ -39,4 +39,4 @@
+ # Uncomment if you want to defer your mails.  This is useful if you are
+ # behind a dialup line.  You have to submit your mails manually with dma -q
+-#DEFER
++DEFER
index 68d1767c949c9dcdd962bd4a81281e2e8138c194..79ea4abb3072215f8d4e76e30b1e4cdc866f7fdf 100644 (file)
@@ -1,5 +1,7 @@
 Implement double-bounce handling via an external program, controlled
 by the DBOUNCEPROG config parameter.
+Enable this handling by default, using the dbounce-simple-safecat
+helper installed by the package.
 
 --- a/conf.c
 +++ b/conf.c
@@ -177,9 +179,9 @@ by the DBOUNCEPROG config parameter.
 @@ -40,3 +40,8 @@
  # Uncomment if you want to defer your mails.  This is useful if you are
  # behind a dialup line.  You have to submit your mails manually with dma -q
#DEFER
+ DEFER
 +
 +# The double-bounce handler program.  Leave this blank if you like dma's
 +# default behavior of simply aborting the delivery, or specify the name or
 +# full path to a program that will process the double-bounce message.
-+#DBOUNCEPROG
++DBOUNCEPROG dbounce-simple-safecat