- mail related tables in database schema
- gpg encryption for mails - domain creation and deletion completed - logging - use pwd and grp git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@230 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
3f4457bdca
commit
fdea3217c8
28 changed files with 877 additions and 323 deletions
8
data/templates/mails/create_client.txt
Normal file
8
data/templates/mails/create_client.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
A new client with the following data has been created:
|
||||
|
||||
Firstname : ${firstname}
|
||||
Lastname : ${lastname}
|
||||
Email : ${email}
|
||||
Address : ${address1}
|
||||
: ${zipcode} ${city}
|
||||
Phone : ${phone}
|
14
data/templates/mails/create_domain.txt
Normal file
14
data/templates/mails/create_domain.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
A new domain with the following data has been created:
|
||||
|
||||
System user : ${sysuser}
|
||||
Domain name : ${domain}
|
||||
Document root : ${docroot}
|
||||
Statistics password : ${statspass}
|
||||
|
||||
To enable the domain in apache use
|
||||
|
||||
sudo a2ensite ${domain}
|
||||
|
||||
You can access statistics for the domain at
|
||||
|
||||
http://www.${domain}/stats/
|
8
data/templates/mails/create_sysuser.txt
Normal file
8
data/templates/mails/create_sysuser.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
A new system user has been created
|
||||
|
||||
UID : ${uid}
|
||||
Client : ${firstname} ${lastname} <${email}>
|
||||
Username : ${username}
|
||||
Password : ${password}
|
||||
Home : ${home}
|
||||
Shell : ${shell}
|
Loading…
Add table
Add a link
Reference in a new issue