ispman/install-data ispman.config,1.17,1.17.4.1

Pedro Algarvio <[email protected]> Tue, 03 Oct 2006 12:29:12 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/install-data
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25777/ispman/install-data

Modified Files:
      Tag: dev_1_3-cyrus_virtdomain2
	ispman.config 
Log Message:
Initial commit of seccond approach to cyrus virtdomains support.


Index: ispman.config
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/ispman.config,v
retrieving revision 1.17
retrieving revision 1.17.4.1
diff -u -d -r1.17 -r1.17.4.1
--- ispman.config	29 May 2006 19:08:55 -0000	1.17
+++ ispman.config	3 Oct 2006 12:29:10 -0000	1.17.4.1
@@ -85,6 +85,36 @@
 # change the language from one to another without relogging.
 # $Config->{'showLanguageMenu'}=0;
 
+# Would you like to be able to create adresses with dot's in usernames like:
+#    [email protected]
+#
+# If you do, set this setting to 1 and you MUST add to your /etc/imapd.conf:
+#    unixhierarchysep: yes
+#
+# NOTE: If you do not enable 'AllowFullEmailLogins' bellow, ISPMan will
+# behave exactly like it did before, ie, all dot's will be converted to
+# underscores.
+$Config->{'CyrusUnixHierarchySep'} = 0;
+
+# Would you like your users to login with the full email address instead
+# of the old behaviour, ie, [email protected] instead of
+# someuser_domain_tld.
+#
+# If you do, set this setting to 1. You also MUST add to /etc/imapd.conf:
+#    virtdomains: on
+# or
+#    virtdomains: userid
+#
+# And you also MUST add to the init script of saslauthd the '-r' option
+#
+# NOTE: Some say that saslauthd will behave badly with the '-r' option, I've
+# used saslauthd with '-r' enabled with no problems so far.
+#
+# NOTE: Use this option ONLY on new setups, else you'll have to migrate all
+# existing mailboxes on your mailserver or it will break the normal behaviour
+# of your mail server.
+$Config->{'AllowFullEmailLogins'} = 0;
+
 # Objectclasses for different objects
 $Config->{'ispmanUserObjectclasses'}=["posixAccount", "ispmanDomainUser", "radiusprofile"];
 $Config->{'ispmanGroupObjectclasses'}=["posixGroup", "ispmanDomainUserGroup"];


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV