- moved settings to package GnuviechAdmin
- add version and author comment to addpopuser.py - moved db schema description to docs git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@168 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
5d6938910c
commit
979db1b333
4 changed files with 8 additions and 4 deletions
|
@ -1,21 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# Settings for gnuviech-admin tool backend
|
||||
# (c) 2006 Jan Dittberner <jan@dittberner.info>
|
||||
# $Id$
|
||||
#
|
||||
|
||||
dbsettings = { 'dbuser': 'exim4',
|
||||
'dbpassword' : 'CotOgigmeIk5',
|
||||
'dbname' : 'gnuviechadmin' }
|
||||
# courier:jevhi3Wriav
|
||||
# gnuviech:SIKKnsyXsV5yU
|
||||
|
||||
mailsender = 'root@gnuviech.info'
|
||||
mailreceiver = 'root@gnuviech.info'
|
||||
popgroup = 'poponly'
|
||||
popgroup = 'poponly'
|
||||
pophome = '/home/mail/'
|
||||
webhome = '/home/www/'
|
||||
|
||||
soapaddress = ('127.0.0.1', 8080);
|
Loading…
Add table
Add a link
Reference in a new issue