|
From: Hannes M. <ha...@li...> - 2006-06-14 10:12:23
|
Hi all, i have a small problem with sieve-php: Server version: Cyrus timsieved v2.2.13-Debian-2.2.13-3 sieve-php version: 1.10 (2005/12/06) if i try to connect to my sieve server via: $sieve =3D new sieve($host, $port, $account, $admin_pass, $admin_username= ,=20 LOGIN'); $sieve->sieve_login(); this is failing, however, if i go $sieve =3D new sieve($host, $port, $account_username, $account_pass, '',=20 LOGIN'); $sieve->sieve_login(); it works fine. Note: Both Logins work in the sieveshell command! my guess would be something has changed in the way how timsieved treats=20 logins with a different authentication user than the user to be edited. is this a known problem / has someone advice for me? i have checked the mailing list, but found nothing. Any help would be greatly appreciated. Greetings from Germany Hannes --=20 living-site.net, Hannes M=FChleisen Am Wolfsberg 25, 70597 Stuttgart (Germany) Tel. +49 711 319 44 34 Mobil +49 163 29 47 461 e-Mail: ha...@li... web: www.living-site.net |