On Mon, 2007-05-21 at 13:38 -0400, Paul A wrote: > Here is my config file.
You didn't have "protocols" line there. By default Dovecot only listens for IMAP connections. If you want POP3 you'll need to add pop3 there. > passdb: > driver: pam > args: dovecot > passdb: > driver: passwd > userdb: > driver: passwd You most likely don't want to have "passdb passwd" configured. pam + userdb passwd is enough. > May 21 13:51:54 pop dovecot: auth(default): pam(ftest,127.0.0.1): > lookup > service=dovecot > May 21 13:51:56 pop dovecot: auth(default): client out: OK 1 > user=ftest It looks like your PAM lookup is taking two seconds. You could look at auth.log to see if PAM had logged something. If nothing else helps, you could try using "passdb shadow" instead of PAM to see if it makes it faster. > May 21 13:52:21 pop dovecot: IMAP(ftest): Time just moved backwards by 1 > seconds. I'll sleep now until we're back in pre > sent. Run ntpd instead of ntpdate or whatever is currently moving your time backwards. Or if you're running a virtual machine you may need to do something differently..
signature.asc
Description: This is a digitally signed message part
