From: <tom...@us...> - 2003-12-08 18:51:08
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv3604 Modified Files: README.hooks Log Message: Parameters for deluser are slightly different than add/moduser. Index: README.hooks =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/README.hooks,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- README.hooks 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ README.hooks 8 Dec 2003 18:51:04 -0000 1.2 @@ -22,10 +22,17 @@ The following parameters will be passed to the specified program: +adduser/moduser: $1: username $2: domain name $3: password $4: GECOS (user's full name) + +deluser: +$1: username +$2: domain name +$3: "forwardto" email address +$4: empty string So, this is a very nice way for the system owner to track down what is happening for billing purposes or whatever. |