On Fri, April 8, 2011 1:32 pm, Voytek Eymont wrote:
> I'm trying to setup Dovecot with MySQL/Postfix/Postfixadmin, with mail
> users in mysql
>
> when I attempt to login to pop as *nix user 'voytek' with *nix password,
> it works OK:
>
> mail log: Apr  8 13:24:55 dovecot: pop3-login: Login: user=<voytek>,
> method=PLAIN, ri p=zzz, lip=xxx
>
> when I try as mail user I fail as follows:
>
> Apr  8 13:27:23 dovecot: auth(default): userdb([email protected],111):
> user not found from userdb passwd Apr  8 13:27:23 dovecot: pop3-login:
> Internal login failure (auth failed, 1
> attempts): user=<[email protected]>, method=PLAIN, rip=111, lip=222

> how do I enable more details to figure this out ?

if I scrape and paste the sql query from mailog like so into mysql:

SELECT password FROM mailbox WHERE username = '[email protected]' AND
active = '1'

it returns like:

password
$1$268efffffffffffffffffffffff |
1 row in set (0.00 sec)

so I must have wrong ?? auth method ? crypt ?

-- 
Voytek

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to