Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Joseph Tam
On Tue, 1 Apr 2014, Jeffrey Walton wrote: Related: what does the bang mean? I've got a programming background, and to me its a NOT. So I would read that as "don't include conf.d/...". It would have the same effect as commenting it out. I guess it's the semi-arbitray syntax Timo chose for the i

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Jeffrey Walton
On Tue, Apr 1, 2014 at 8:19 PM, Joseph Tam wrote: > Jeffrey Walton writes: > >> passdb { >> args = /var/mail/%d/users >> driver = passwd-file >> } >> ... >> userdb { >> driver = passwd >> } > > > Your userdb and passdb are not using the same DB: did you intend this? Yeah, I did not add that

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Joseph Tam
Jeffrey Walton writes: passdb { args = /var/mail/%d/users driver = passwd-file } ... userdb { driver = passwd } Your userdb and passdb are not using the same DB: did you intend this? Does the userdb have "user@domain" entries, rather than just "user" entries? The diagnostics I referred

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Oscar del Rio
On 04/ 1/14 06:56 AM, Jeffrey Walton wrote: On Tue, Apr 1, 2014 at 6:44 AM, Charles Marcus wrote: On 4/1/2014 6:34 AM, Jeffrey Walton wrote: On Tue, Apr 1, 2014 at 6:22 AM, Charles Marcus wrote: ... What you are missing is that there is a very good reason that ONLY the output of doveconf -

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Charles Marcus
On 4/1/2014 6:22 AM, Charles Marcus wrote: What you are missing is that there is a very good reason that ONLY the output of doveconf -n is wanted here... Apologies Jeffrey, I didn't see your doveconf -n at the end, guess I got distracted by someone else's nonsense... -- Best regards, C

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Charles Marcus
On 4/1/2014 6:56 AM, Jeffrey Walton wrote: Obviously, I don't know how. That's the file that conf dovecot claims it is using. It you know how to find out the conf file dovecot is *really* using, then please let me know. First read this: http://wiki2.dovecot.org/BasicConfiguration Especially

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Jeffrey Walton
On Tue, Apr 1, 2014 at 6:44 AM, Charles Marcus wrote: > On 4/1/2014 6:34 AM, Jeffrey Walton wrote: >> >> On Tue, Apr 1, 2014 at 6:22 AM, Charles Marcus >> wrote: >>> >>> ... >>> >>> What you are missing is that there is a very good reason that ONLY the >>> output of doveconf -n is wanted here...

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Reindl Harald
Am 01.04.2014 12:22, schrieb Charles Marcus: > On 3/31/2014 5:47 PM, Jeffrey Walton wrote: >> On Mon, Mar 31, 2014 at 5:39 PM, Reindl Harald >> wrote: >>> >and the settings are*really* in /etc/dovecot/dovecot.conf >>> >or in some ".d"-folder which may or may not be included? >> I believe they a

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Charles Marcus
On 4/1/2014 6:34 AM, Jeffrey Walton wrote: On Tue, Apr 1, 2014 at 6:22 AM, Charles Marcus wrote: ... What you are missing is that there is a very good reason that ONLY the output of doveconf -n is wanted here... It proves that you are using the settings you think you are using. # doveconf

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Jeffrey Walton
On Tue, Apr 1, 2014 at 6:22 AM, Charles Marcus wrote: > ... > > What you are missing is that there is a very good reason that ONLY the > output of doveconf -n is wanted here... > > It proves that you are using the settings you think you are using. > # doveconf -n # 2.1.7: /etc/dovecot/dovecot.con

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Charles Marcus
On 3/31/2014 5:37 PM, Jeffrey Walton wrote: My dovecot.conf has the following: You still have yet to prove this (doveconf -n output). # No results when searching the wiki disable_plaintext_auth = no Then you are searching the wiki wrong. After entering the parameter in the searc

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-04-01 Thread Charles Marcus
On 3/31/2014 5:47 PM, Jeffrey Walton wrote: On Mon, Mar 31, 2014 at 5:39 PM, Reindl Harald wrote: >and the settings are*really* in /etc/dovecot/dovecot.conf >or in some ".d"-folder which may or may not be included? I believe they are in /etc/dovecot/dovecot.conf: # cat /etc/dovecot/dovecot.

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Joseph Tam
On Mon, 31 Mar 2014, Jeffrey Walton wrote: Just to confirm, your specified in the passdb corresponds to what is being authenticated (i.e. client is authenticating as "j...@foo.com", not "jeff")? Otherwise, you'll need to add domains to your passdb, or configure "username_format=%n" Yes, I bel

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Jeffrey Walton
On Mon, Mar 31, 2014 at 6:29 PM, Joseph Tam wrote: > Jeffrey Walton writes: > >> I specified the following in my dovecot.conf. >> >> >> passdb { >> args = /var/mail/%d/users >> driver = passwd-file >> } >> >> Attempts to use the configuration result in an authentication failure. >> Here's an en

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Joseph Tam
Jeffrey Walton writes: I specified the following in my dovecot.conf. passdb { args = /var/mail/%d/users driver = passwd-file } Attempts to use the configuration result in an authentication failure. Here's an entry from dovecot.log when the failure happens: Mar 31 16:04:12 imap-login: Info:

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Jeffrey Walton
On Mon, Mar 31, 2014 at 5:39 PM, Reindl Harald wrote: > > > Am 31.03.2014 23:37, schrieb Jeffrey Walton: >> My dovecot.conf has the following: >> >> # No results when searching the wiki >> disable_plaintext_auth = no >> >> # http://wiki2.dovecot.org/Authentication/Mechanisms >> aut

Re: [Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Reindl Harald
Am 31.03.2014 23:37, schrieb Jeffrey Walton: > My dovecot.conf has the following: > > # No results when searching the wiki > disable_plaintext_auth = no > > # http://wiki2.dovecot.org/Authentication/Mechanisms > auth_mechanisms = plain login digest-md5 cram-md5 > > When I attem

[Dovecot] Dovecot not honoring configuration settings (auth failure)

2014-03-31 Thread Jeffrey Walton
My dovecot.conf has the following: # No results when searching the wiki disable_plaintext_auth = no # http://wiki2.dovecot.org/Authentication/Mechanisms auth_mechanisms = plain login digest-md5 cram-md5 When I attempt to run imapsync, I receive an error: Host2: says it has