Hello I just installed web-cyradm and it works fine when I use userneme00001 etc setup but when I use [EMAIL PROTECTED] it doesn't.
I first used the default setup. Created one user and checked if the user was created by logging in as cyrus to cyradm and running lm (List mailboxes). The I deleted the user and changed the config FROM: $DOMAIN_AS_PREFIX = 0; TO: $DOMAIN_AS_PREFIX = 1; Logged back in to web-cyradm to load the config just in case it does that only once at start up. Created an account with [EMAIL PROTECTED] This is when i got that error: Notice: Undefined index: action in .../index.php on line 95 I went back via shell in to cyradm and the account was not created. I repieded the proces again after setting imad.conf with following virtdomains: yes defaultdomain: safe.pzzazz.net But received the same error. Does someone know what I could be doing possibly wrong here? I have a wiki where I keep a copy of my config files in case you need to check that. http://safe.pzzazz.com/wiki/index.php/SafePzzAzz This is line 95 in index.php if (in_array($_GET['action'], array('logout', 'browse', 'editdomain', 'newdomain', "deletedomain", "adminuser", "newadminuser", "editadminuser", "deleteadminuser", "editaccount", "newaccount", "deleteaccount", "setquota", "change_password", "vacation", "forwardalias", "forwardaccount", "newemail", "deleteemail", "editemail", "aliases", "newalias", "editalias", "deletealias", "search", "delete_catchall"))){ include sprintf('%s/%s.php', WC_BASE, $_GET['action']); } -- Dennis T. Kaplan _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
