[Dovecot] Authentication issue.

dmitri tchernov mitia.tchernov at gmail.com
Fri Dec 17 20:07:16 EET 2010


On Fri, Dec 17, 2010 at 7:05 PM, Pascal Volk <
user+dovecot at localhost.localdomain.org<user%2Bdovecot at localhost.localdomain.org>
> wrote:

> On 12/17/2010 07:02 PM dmitri tchernov wrote:
> >
> > When I check /mnt/dovecot/userlist.passwd, everything looks ok.
>
> Please show your configuration: doveconf -n
>

I gave it in the very first e-mail :-)

# 2.0.2: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.34.6-xxxx-grs-ipv6-64 x86_64 Ubuntu 10.10 ext4
auth_debug = yes
auth_mechanisms = plain login
disable_plaintext_auth = no
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_debug = yes
mail_location = dbox:/mnt/dovecot/users/%n
mail_privileged_group = mail
mbox_read_locks = fcntl dotlock
mbox_write_locks = fcntl dotlock
mmap_disable = yes
passdb {
  args = /mnt/dovecot/userlist.passwd
  driver = passwd-file
}
passdb {
  driver = pam
}
protocols = imap pop3
service auth {
  unix_listener auth-master {
    mode = 0600
    user = doveusers
  }
  user = root
}
ssl = no
userdb {
  args = /mnt/dovecot/userlist.passwd
  driver = passwd-file
}
protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
  auth_socket_path = /var/run/dovecot/auth-master
  postmaster_address = my-email at gmail.com
}




> Regards,
> Pascal
> --
> The trapper recommends today: f007ba11.1035119 at localdomain.org
>


More information about the dovecot mailing list