Tarjei
julesa wrote:
On Mon, 2002-02-11 at 07:13, Daniel Yu wrote:New sieveshell uses sieve service name instead of imap. Try
cp /etc/pam.d/imap /etc/pam.d/sieve
Yeah, this one bit me when I upgraded to 2.1.1 too. Could someone please
add this to the FAQ? Please feel free to offer alternative possible
answers or point out inaccuracies or possible points of
misunderstanding.
Q: When using saslauthd with PAM, IMAP and POP authenticate fine, but
sieve authentication attempts fail. What could be causing this?
A: Timsieved in version 2.1.X identifies itself to PAM with servicename
"sieve" instead of "imap" as it used to in earlier releases of Cyrus, so
you need to add sieve to your PAM configuration. Try "cp /etc/pam.d/imap
/etc/pam.d/sieve". (Thanks, Daniel)