[Web-cyradm] Transport isn't cyrus, could not create Mailbox - 2nd
Lukasz Marciniak
landm at ibi.pl
Tue Jul 18 10:35:44 CEST 2006
Użytkownik Marcel Hartmann napisał:
>>> i have a courious Problem using web-cyradm-0.5.4:
>>>
>>> If i'll klick on add new Mailbox in my Domains i become the
>>> following error:
>>>
>>> Transport isn't cyrus, couldn't create Mailbox.
>>>
>>> This error comes up before he shows the Form to insert the
>>> Mailbox Information.
>>> I haven't change anything, whats going wrong here?
>>> Searching and searching...
>> I have forgotten thomething:
>>
>> If i use the web-cyradm-0.5.5-beta1 it works fine, the config
>> files are the same. I can't understanding this behaviour.
>>
>> Any hints for this error?
In web-cyradm-0.5.4 change in file newaccount.php line 36-40 from:
$transport = $row[4];
// START Andreas Kreisl : freenames
$freenames = $row[5];
// END Andreas Kreisl : freenames
$freeaddress = $row[6];
to:
$transport = $row['transport'];
// START Andreas Kreisl : freenames
$freenames = $row['freenames'];
// END Andreas Kreisl : freenames
$freeaddress = $row['freeaddress'];
Best regards,
Lukasz
More information about the Web-cyradm
mailing list