-
IMPORTANT:
When i run this:
perl /var/www/ispman/bin/ispman.createMailbox -h sentinel.mydomain.tld
user@mydomain.tld
i get the error above.
But when i run:
perl /var/www/ispman/bin/ispman.createMailbox -h sentinel.mydomain.tld
user_mydomain_tld
then mailbox is creaetd successfully. How to workaround this problem?.
2009-10-03 20:02:52 UTC by nobody
-
I installed ISPMan on one machine where are located bind,apache, cyrus-imapd.
Everything works fine except cyrus-imapd. I cannoct create a new email user from web interface.
I see that ispman starts this command:
perl /var/www/ispman/bin/ispman.createMailbox -h sentinel.mydomain.tld user@mydomain.tld
but user is not created and processes fails. I started this command as root from...
2009-10-03 11:56:00 UTC by nobody
-
jdelker committed patchset 3008 of module ispman to the ispman CVS repository, changing 1 files.
2009-07-25 19:33:07 UTC by jdelker
-
Thanks for reporting.
fixed in rel_1_4-bugfixes:
Checking in lib/database.MySQL.lib;
/cvsroot/ispman/ispman/lib/database.MySQL.lib,v
2009-02-06 10:15:11 UTC by jdelker
-
jdelker committed patchset 3007 of module ispman to the ispman CVS repository, changing 1 files.
2009-02-06 10:13:17 UTC by jdelker
-
jdelker committed patchset 3006 of module ispman to the ispman CVS repository, changing 1 files.
2009-02-06 10:09:17 UTC by jdelker
-
jdelker committed patchset 3005 of module ispman to the ispman CVS repository, changing 1 files.
2009-02-06 10:05:35 UTC by jdelker
-
my $sql =
"DELETE FROM mysql.user "
. "WHERE User=\'" . $params->{'ispmanDBUser'} . "\' "
. "AND Host=\'" . $params->{'ispmanDBAccessFilter'} . "\';"
$sql .= "DROP DATABASE " . $params->{'ispmanDBName'} . ";";.
2009-02-06 08:34:53 UTC by margusja
-
jdelker committed patchset 3004 of module ispman to the ispman CVS repository, changing 3 files.
2009-01-30 13:12:25 UTC by jdelker
-
jdelker committed patchset 3003 of module ispman to the ispman CVS repository, changing 2 files.
2009-01-30 13:06:20 UTC by jdelker