]> git.donarmstrong.com Git - debbugs.git/blobdiff - debian/README.mail
[project @ 2001-02-22 21:01:02 by gecko]
[debbugs.git] / debian / README.mail
index 173b66236402d37489c00b46b8e55622ccbb8781..77bfd8bfe6ba12bb5faaadd4594cd735a3cb04a7 100644 (file)
@@ -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.