• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H26-Mar-2010-148103

html/H03-May-2022-522283

images/H03-May-2022-

lang/H07-May-2022-5,1395,119

AUTHORSH A D10-Sep-20038.2 KiB224181

BUGSH A D09-Feb-2006213 53

COPYINGH A D10-Sep-200317.6 KiB341281

ChangeLogH A D26-Mar-201076.4 KiB2,0651,565

FAQH A D10-Sep-20032.8 KiB7551

INSTALLH A D14-Mar-20058.3 KiB237171

Makefile.amH A D03-May-20222.7 KiB8362

Makefile.inH A D26-Mar-201016.9 KiB526428

NEWSH A D10-Sep-200314 21

READMEH A D10-Sep-2003777 3523

README.hooksH A D08-Dec-20031.3 KiB4535

TODOH A D10-Feb-20041.6 KiB3527

TRANSLATORSH A D05-Feb-20062.1 KiB4845

aclocal.m4H A D26-Mar-201031.2 KiB864725

alias.cH A D21-Sep-200723.5 KiB808615

alias.hH A D20-Nov-2004439 1711

auth.cH A D02-May-20094.1 KiB173134

auth.hH A D20-Nov-2004221 93

autorespond.cH A D03-May-20229 KiB343243

autorespond.hH A D20-Nov-2004413 1610

cgi.cH A D20-Nov-20042.7 KiB11578

cgi.hH A D20-Nov-2004130 72

command.cH A D03-May-202210.8 KiB322238

command.hH A D20-Nov-2004124 72

config.guessH A D26-Mar-201038.4 KiB1,3721,192

config.h.inH A D26-Mar-20103.5 KiB182122

config.subH A D26-Mar-201026.9 KiB1,3631,223

configureH A D26-Mar-2010184.1 KiB6,4685,297

configure.inH A D14-Jan-201113 KiB489424

depcompH A D18-Oct-200311.8 KiB424278

dotqmail.cH A D20-Nov-20043.5 KiB167123

dotqmail.hH A D20-Nov-2004395 159

forward.cH A D23-Jan-20052.7 KiB9867

forward.hH A D20-Nov-2004154 72

html.hH A D21-Sep-20072.6 KiB6526

install-shH A D10-Sep-20035.5 KiB251152

limits.cH A D20-Nov-20041.4 KiB4119

limits.hH A D20-Nov-2004125 72

ltmain.shH A D23-Nov-2003135.2 KiB4,9473,961

mailinglist.cH A D09-Mar-200943.7 KiB1,5141,187

mailinglist.hH A D22-Nov-2004847 2721

missingH A D06-Oct-200310 KiB337263

mkinstalldirsH A D10-Sep-2003737 4123

printh.cH A D14-Nov-20045.5 KiB212124

printh.hH A D10-Nov-20041 KiB265

qmailadmin.cH A D02-May-200916.4 KiB575433

qmailadmin.hH A D03-May-20221.7 KiB6224

qmailadminx.hH A D21-Sep-20072.4 KiB8358

show.cH A D20-Nov-20041 KiB3513

show.hH A D20-Nov-2004149 93

stamp-h.inH A D10-Sep-200310 21

template.cH A D03-May-202225.7 KiB877646

template.hH A D20-Nov-2004151 72

user.cH A D03-May-202233.6 KiB1,184884

user.hH A D27-Nov-2004590 2318

util.cH A D02-May-200911.2 KiB474305

util.hH A D21-Sep-20071,003 3323

README

1What is it?
2~~~~~~~~~~~
3QmailAdmin is a cgi program for administering Qmail with vchkpw.
4
5Requirements:
6~~~~~~~~~~~~~
7- A UNIX computer (Linux/Solaris/BSD) and C compiler (gcc)
8
9- A web server (Apache, Zeus)
10    http://www.apache.org/
11
12- Qmail 1.03
13    http://cr.yp.to/qmail.html
14    http://www.qmail.org/
15
16- vpopmail (a virtual domain addon for qmail)
17    http://www.inter7.com/vpopmail/
18
19- ezmlm installed in /usr/local/bin/ezmlm
20    http://cr.yp.to/ezmlm.html
21    http://www.ezmlm.org/
22
23- autorespond installed in /usr/local/bin/autorespond
24    http://www.inter7.com/qmailadmin look for autoresponder link
25
26Updates?
27~~~~~~~~
28 Latest version is available at:
29
30 http://sourceforge.net/projects/qmailadmin/
31
32 Please refer your suggestions/bug reports to info@inter7.com
33
34
35

README.hooks

1.qmailadmin-hooks addon.
2=============================
3
4[ Note, it appears that only the add/del/moduser hooks have
5  been implemented.  None of the maillist hooks are in place.
6  Parameters to add/del/modmaillist and add/dellistuser will
7  be different than those used for add/del/mod user. ]
8
9Create a file named .qmailadmin-hooks according to the following
10syntax.  QmailAdmin will first look in the directory for the
11current domain, and then in ~vpopmail/etc file this file.
12
13# comments are ok using the "#" character as this line...
14adduser		/path/to/hook/software
15deluser		/path/to/hook/software
16moduser		/path/to/hook/software
17addmaillist	/path/to/hook/software
18delmaillist	/path/to/hook/software
19modmaillist	/path/to/hook/software
20listadduser	/path/to/hook/software
21listdeluser	/path/to/hook/software
22
23The following parameters will be passed to the specified program:
24
25adduser/moduser:
26$1: username
27$2: domain name
28$3: password
29$4: GECOS (user's full name)
30
31deluser:
32$1: username
33$2: domain name
34$3: "forwardto" email address
35$4: empty string
36
37So, this is a very nice way for the system owner to track down
38what is happening for billing purposes or whatever.
39
40Author of the hooks feature is Michael Boman, former at
41wizoffice, Singapore.
42
43Hooks were introduced 12 MAY 2000, with their release:
44qmailadmin-0.26h-WizOffice-FROZEN-12-MAY-2000.tgz
45