Hi; I'm with a problem: RoundCube -> Addon Ispconfig module. When mail quota user is = 1024, 1500 MB... all works fine, but if is >= 2048 MB all functions returns: Soap Error: quota_error_isint Anybody knows how solve? Thanks Randal
In /usr/local/ispconfig/interface/web/mail/form/mail_user.tform.php line 139. replace: type => 'ISINT' to: type => 'ISPOSITIVE'