]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-07-29 03:46:01 by don]
authordon <>
Fri, 29 Jul 2005 10:46:01 +0000 (02:46 -0800)
committerdon <>
Fri, 29 Jul 2005 10:46:01 +0000 (02:46 -0800)
* Fix postfix instructions in README.mail (thanks to Jeff Teunissen)
   (closes: #134166)

debian/README.mail
debian/changelog

index a8fc0adf8c3cea5ac949b5b13014c3e2accb9125..3343bf77834ad2be67c8d51d4799e78795e49353 100644 (file)
@@ -238,7 +238,7 @@ This tells postfix to use the debbugs transport agent to deliver any
 mail send to bugs.domain.net. Now we need to make a database from that
 that postfix can use:
 
-       # makemap hash transport
+       # postmap hash:transport
 
 Now we need to teach postfix what the debbugs transport agent is. Edit
 /etc/postfix/master.cf and add:
@@ -252,7 +252,7 @@ to a new debbugs account just to be safe).
 
 Finally add bugs.domain.net to mydestination in main.cf:
 
-       mydestination = $myhostname localhost.$mydomain bugs.domain.org
+       mydestination = $myhostname localhost.$mydomain bugs.domain.net
 
 Now that all this is done, restart postfix and it should be working..
 
index 0c11d55ff7bf4ea2ca569799f2033634cbe4470e..59cf7aa030d965b8f926881950e32aeb22c7556f 100644 (file)
@@ -73,6 +73,8 @@ debbugs (2.4.2) UNRELEASED; urgency=low
       (closes: #95373)
     - Uninteresting headers are now hidden by default, can be renabled
       with &trim=no (closes: #188561)
+    - Fix postfix instructions in README.mail (thanks to Jeff Teunissen)
+      (closes: #134166)
 
  -- Colin Watson <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100