summaryrefslogtreecommitdiff
path: root/fs_selfadmin/README
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2002-02-23 11:56:56 +0000
committercvs2git <cvs2git>2002-02-23 11:56:56 +0000
commit1ea22e45aa22e2138ff947a9afeab1acac1b9394 (patch)
tree9a6cf87becf70131bba00ddb813a1ca047768546 /fs_selfadmin/README
parent903b22b3da3e3ee493bb322854c6bc0b0085e0dd (diff)
parent80ba0c074354875c288c143721af08a0a5d02e42 (diff)
This commit was manufactured by cvs2svn to create tag 'freeside_1_4_0pre11'.freeside_1_4_0pre11
Diffstat (limited to 'fs_selfadmin/README')
-rw-r--r--fs_selfadmin/README27
1 files changed, 0 insertions, 27 deletions
diff --git a/fs_selfadmin/README b/fs_selfadmin/README
deleted file mode 100644
index d9857f054..000000000
--- a/fs_selfadmin/README
+++ /dev/null
@@ -1,27 +0,0 @@
-
-This collection of files implements a 'self-administered mail service.'
-Configuration is similar to fs_signupd
-
-Additionally you will need to modify the database:
-
-CREATE TABLE svc_acct_admin (
- svcnum int primary key,
- adminsvc int not null
-);
-
-creating both as keys might be good
-
-(and perform the dbdef-create)
-
-
-As it exists now, a package containing one svc_domain, at least one
-svc_acct_admin, and other services can have its svc_acct's and svc_forward's
-manipulated by the svc_acct referenced by a svc_acct_admin in the package.
-
-One svc_acct may be referenced as svc_acct_admin for multiple packages.
-
-fs_mailadmin_server contains hard coded references to service numbers which
-will require editing for your system.
-
-It's not a lot, but it might provide inspiration.
-