A bit of new
for me the problem came from the function
getUserMailboxString in class.emailadmin_imap.inc.php
because if i use username@domaine
for quota and over stuff it seem to add two time the domain
I ve comment this line and it work
switch ($this->loginType)
{
case 'email':
$accountemail =
$GLOBALS[‘egw’]->accounts->id2name($accountID,‘account_email’);
//$accountemail =
$GLOBALS[‘egw’]->accounts->read($GLOBALS[‘egw’]->accounts->name2id($_username,‘account_email’));
if (!empty($accountemail))
{
list($lusername,$domain) =
explode(’@’,$accountemail,2);
if (strtolower($domain) ==
strtolower($this->domainName) && !empty($lusername))
{
$_username = $lusername;
}
}
break;
case 'vmailmgr': # $_username .= '@'.$this->domainName;
break;
hope it help
that is all for the moment
Hi
I have tried different version of horde/Horde_Imap_Client
but with cyrus (debian stable)
never ever get to make work the imap administration
always get IMAP error reported by server.
thrown by
/usr/share/php/Horde/Imap/Client/Socket.php line 4480
try different thing
but can really find where it came from
Hope it help
Slashdot TV. Videos for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users
–
probeSys - spécialiste GNU/Linux
site web : http://www.probesys.com
Slashdot TV. Videos for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users