X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2FREADME.mail;h=3343bf77834ad2be67c8d51d4799e78795e49353;hb=fc2babc57e860a96cce042e65e61c7da9b597bae;hp=a8fc0adf8c3cea5ac949b5b13014c3e2accb9125;hpb=c72dc56a0fabde39a8802f25db75702f083a88a2;p=debbugs.git diff --git a/debian/README.mail b/debian/README.mail index a8fc0ad..3343bf7 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..