From: don <> Date: Fri, 29 Jul 2005 10:46:01 +0000 (-0800) Subject: [project @ 2005-07-29 03:46:01 by don] X-Git-Tag: release/2.6.0~676 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=338dce0ddd2fe96982bf24ba3a1691cebc9a5342;p=debbugs.git [project @ 2005-07-29 03:46:01 by don] * Fix postfix instructions in README.mail (thanks to Jeff Teunissen) (closes: #134166) --- diff --git a/debian/README.mail b/debian/README.mail index a8fc0adf..3343bf77 100644 --- a/debian/README.mail +++ b/debian/README.mail @@ -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.. diff --git a/debian/changelog b/debian/changelog index 0c11d55f..59cf7aa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 20 Jun 2003 18:57:25 +0100