On 2014-06-17, 7:03 PM, [email protected] wrote: > what could it be? > > sogod[12081] failure. Attempting with a renewed > password (no authname supported) > sogod[12081] Could not login 'test8' on Sieve server: > Are you sure managesieve does even work?
Simply do: % echo -ne '\000test8\000THE_PASSWORD' | openssl base64 Grab the hash. Say it gives "0xdeadbeef=". Do: % telnet localhost 4190 authenticate "plain" "0xdeadbeef=" If it doesn't say "OK", go ask in the Dovecot mailing list. Write back to this list when it says "OK". -- Ludovic Marcotte [email protected] :: +1.514.755.3630 :: http://inverse.ca Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence (http://packetfence.org) -- [email protected] https://inverse.ca/sogo/lists
