From fb1f30157cb03cb1ee678f1e3f3558266b8e658b Mon Sep 17 00:00:00 2001 From: gecko <> Date: Thu, 22 Feb 2001 21:01:02 -0800 Subject: [PATCH] [project @ 2001-02-22 21:01:02 by gecko] Postfix documentation update provided --- debian/README.mail | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/README.mail b/debian/README.mail index 173b662..77bfd8b 100644 --- a/debian/README.mail +++ b/debian/README.mail @@ -145,7 +145,7 @@ DNS setup: point the MX to the machine running debbugs: bugs.domain.net MX 50 master.domain.net. -In /etc/postfix/master.cf enable the transport maps by inserting the +In /etc/postfix/main.cf enable the transport maps by inserting the following line: transport_maps = hash:/etc/postfix/transport @@ -170,6 +170,10 @@ This assumes that you are running debbugs with uid debbugs (the package doesn't do that by default, but I generally chown /var/lib/debbugs/* 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 + Now that all this is done, restart postfix and it should be working.. Wichert. -- 2.39.2