ispman/lib cyrusadmin.pm,1.3,1.3.10.1
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11362/lib
Modified Files:
Tag: dev_1_3-cyrus_virtdomain
cyrusadmin.pm
Log Message:
applied s0undt3ch's patch for cyrus virtudomain feature
Index: cyrusadmin.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/Attic/cyrusadmin.pm,v
retrieving revision 1.3
retrieving revision 1.3.10.1
diff -u -d -r1.3 -r1.3.10.1
--- cyrusadmin.pm 28 Aug 2003 11:36:45 -0000 1.3
+++ cyrusadmin.pm 8 Sep 2006 13:15:40 -0000 1.3.10.1
@@ -16,7 +16,12 @@
$host=$opts{'h'};
$imap = IMAP::Admin->new('Server' => $host, 'Port' => $port, 'Login' => $admin, 'Password' => $pass);
-$mailbox_prefix="user.";
+
+if ( $ISPMan::Config->{'CyrusUnixHierarchySep'} ) {
+ $mailbox_prefix="user/";
+} else {
+ $mailbox_prefix="user.";
+}
sub try{
my $err=shift;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642