Displaying 1 result from an estimated 1 matches for "0eric".
Did you mean:
eric
2014 Oct 22
0
authenticate plain, and virtual users
.../%n/mail
driver = static
}
My /etc/dovecot/passwd looks like this:
eric at ericabrahamsen.net:{PLAIN}password1
eric at paper-republic.org:{PLAIN}password2
When isync tries to log into the local dovecot using PLAIN, it sends
the base64-encoded version of this string:
eric at paper-republic.org\0eric\0password2
With my current dovecot config, telnet experimentation shows that
dovecot will accept either of these two:
\0eric at paper-republic.org\0password2
eric at paper-republic.org\0eric at paper-republic.org\0password2
Ie, either with or without the authorization ID, just like it says at
ht...