On 2008-01-10 at 22:19 -0500, Ross Boylan wrote: > I thought server_realm was required. I tried taking it out and > providing various @ parts for the user name (before I had just the > name). None of this worked. > > I'm also not sure if specifying server_hostname would help.
Your usercode wasn't being found. What happens if you run sasldblistusers2 as a user who can read the DB file? It should list lines of "[EMAIL PROTECTED]: userPassword"; the realm will be the one you need to see in Exim; it defaults to the host fqdn so if you created the user accounts on the host with saslpasswd2 then that's the realm you need to see. If you're still stuck, then "strings sasldb2" has also helped me in the past. -Phil -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
