[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#144641: Other issue about debbugs and qmail



The .qmail-owner is created wrong, it must have a & before the email
address. Follows the patch for this correction and including the change
in users/assign


[PATCH BEGIN]---------------------------------------
--- README.mail~        Sun Oct  8 12:33:32 2000
+++ README.mail Fri Apr 26 17:53:44 2002
@@ -56,11 +56,15 @@
 Give the user access to the bug databases
        # chown -R debbugs:debbugs /var/lib/debbugs/*
 Set the BTS owner address
-       # echo 'me@my.example.com' >~debbugs/.qmail-owner
+       # echo '&me@my.example.com' >~debbugs/.qmail-owner
 Make the BTS handle it's mail
        # echo '|/usr/lib/debbugs/receive' >~debbugs/.qmail-default
 Reload the virtualdomains config file
        # /etc/init.d/qmail reload
+Include the following line before the final '.' in
/etc/qmail/users/assign
+       +debbugs:debbugs:$UID:$GID:/var/lib/debbugs:-:remove:
+Inform qmail he has a new entry at users/assign
+        # qmail-newu
 That's it!
         
 Sendmail
[PATCH END]--------------------------



-- 
To UNSUBSCRIBE, email to debian-debbugs-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: