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 '[EMAIL PROTECTED]' >~debbugs/.qmail-owner
+       # echo '&[EMAIL PROTECTED]' >~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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to