I don't know what TB is.
On Wed, Mar 26, 2014 at 3:52 PM, Reindl Harald <h.rei...@thelounge.net>wrote: > > > Am 26.03.2014 21:47, schrieb Blake McBride: > > Mar 26 15:04:51 booklion dovecot: imap-login: Aborted login (no auth > > attempts): rip=74.179.230.177, lip=192.168.168.53 > > Mar 26 15:04:51 booklion dovecot: last message repeated 2 times > > Mar 26 15:04:51 booklion dovecot: pop3-login: Aborted login (no auth > > attempts): rip=74.179.230.177, lip=192.168.168.53 > > Mar 26 15:04:51 booklion dovecot: last message repeated 3 times > > Mar 26 15:04:51 booklion dovecot: imap-login: Aborted login (no auth > > attempts): rip=74.179.230.177, lip=192.168.168.53 > > what auth-mechs have you configured and how is TB configured? > "no auth attempts" in most cases indicates the client don't agree > with the auth-mechs offered by the server (PLAUN, LOGIN, CRAM-MD5, LMTP) > > in doubt try that in dovecot.conf > auth_mechanisms = CRAM-MD5 DIGEST-MD5 APOP LOGIN PLAIN > >