search for: t10917

Displaying 1 result from an estimated 1 matches for "t10917".

Did you mean: 10917
2008 Mar 12
1
deliver fails - passdb doesn't support lookups?
...libexec/dovecot/deliver \ -d testuser at example.com I tried running deliver within strace, and here's what I found. It opens up the authentication socket and writes: VERSION\t1\t0\nUSER\t1\ttestuser at example.com\tservice=deliver\n And it gets back: VERSION\t1\t0\nSPID\t10917\nFAIL\t1\n" If I understand the authentication protocol correctly, that means an internal error occurred. The dovecot log file reports this: Error: auth(default): static(testuser at example.com): passdb doesn't support lookups, can't verify user's existence passdb? I...