ispman/install-data ispman.config,1.13,1.14
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/install-data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31329/install-data
Modified Files:
ispman.config
Log Message:
added example ispman config
Index: ispman.config
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/ispman.config,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ispman.config 10 Jan 2004 18:57:50 -0000 1.13
+++ ispman.config 1 Aug 2004 21:13:50 -0000 1.14
@@ -1,3 +1,59 @@
+package ISPMan;
+
+# ISPMan install directory
+$Config->{'installDir'} = '/opt/ispman';
+
+# ISPMan URL Prefix
+# Set this if you have a fixed prefix to reach the ispman interface
+$Config->{'ispmanUrlPrefix'} = '';
+
+# LDAP Base DN
+# Root of your ISPMan directory information tree (DIT)
+$Config->{'ldapBaseDN'} = 'o=ispman,dc=example,dc=com';
+
+# LDAP Root DN
+# User that binds to your LDAP server for ISPMan transactions
+$Config->{'ldapRootDN'} = 'cn=admin,dc=example,dc=com';
+
+# LDAP root password
+$Config->{'ldapRootPass'} = 'secret';
+
+# LDAP server
+$Config->{'ldapHost'}= 'localhost';
+
+# LDAP protocol version (v2 or v3)
+$Config->{'ldapVersion'} = '3';
+
+# ISPMan root email destination
+$Config->{'rootEmail'} = '[email protected]';
+
+# IMAP admin user
+# User for mail administation tasks (add/delete/change mailbox)
+$Config->{'imapAdminUsername'} = 'cyrus';
+
+# IMAP admin password
+$Config->{'imapAdminPass'} = 'secret';
+
+# IMAP port
+# for administration interface
+$Config->{'imapPort'} = '143';
+
+# ISPMan Debug level
+# 0:none, 1:light, 2:heavy, 3:debug
+$Config->{'debug'} = '2';
+
+# ISPMan log method
+# syslog: send to syslog daemon, old: STDERR/apache err log
+$Config->{'logmethod'} = 'syslog';
+
+# ISPMan log facility
+# facility to sue for syslog
+$Config->{'logfacility'} = 'local3';
+
+# ISPMan log socket
+# socket to use for syslog connection (unix | inet)
+$Config->{'logsock'} = 'unix';
+
# For alternative path of locale directory
# $Config->{'localeDir'} = "/usr/local/ispman/locale";
@@ -31,5 +87,3 @@
$Config->{'ispmanGroupObjectclasses'}=["posixGroup", "ispmanDomainUserGroup"];
$Config->{'ispmanVhostObjectclasses'}=["ispmanVirtualHost", "posixAccount", "PureFTPdUser"];
$Config->{'ispmanDomainObjectclasses'}=["posixAccount", "ispmanDomain", "PureFTPdUser"];
-
-
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com