diff options
| author | ivan <ivan> | 2008-04-01 23:23:54 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-04-01 23:23:54 +0000 |
| commit | 13b54e2dbc1251bd84289e96941e305848b0b107 (patch) | |
| tree | 279c2175119ceb8f321608a1387a3b2757012f41 /fs_selfadmin/README | |
| parent | cf5ba804b82e1d2056a5616fbca2674b4ca0cc87 (diff) | |
remove fs_selfadmin
Diffstat (limited to 'fs_selfadmin/README')
| -rw-r--r-- | fs_selfadmin/README | 27 |
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. - |
