document and check refund reasons
[freeside.git] / fs_selfadmin / README
1
2 This collection of files implements a 'self-administered mail service.'
3 Configuration is similar to fs_signupd
4
5 Additionally you will need to modify the database:
6
7 CREATE TABLE svc_acct_admin (
8   svcnum int primary key,
9   adminsvc int not null
10 );
11
12 creating both as keys might be good
13
14 (and perform the dbdef-create)
15
16
17 As it exists now, a package containing one svc_domain, at least one
18 svc_acct_admin, and other services can have its svc_acct's and svc_forward's
19 manipulated by the svc_acct referenced by a svc_acct_admin in the package.
20
21 One svc_acct may be referenced as svc_acct_admin for multiple packages.
22
23 fs_mailadmin_server contains hard coded references to service numbers which
24 will require editing for your system.
25
26 It's not a lot, but it might provide inspiration.
27