[vPostMaster] dovecot.conf
Johannes Lietz
johannes.lietz at gmx.net
Wed Apr 2 02:28:35 MDT 2008
Thanks, that was helpful.
In my conf-file the line "pop3_uidl_format = %08Xu%08Xv" was missing, therefore one user could not login with his POP3 plain & simple default password authentication.
Kind regards,
Johannes
-------- Original-Nachricht --------
> Datum: Tue, 1 Apr 2008 17:05:15 -0600
> Von: Brian Wood <beww at beww.org>
> An: Johannes Lietz <johannes.lietz at gmx.net>
> Betreff: Re: [vPostMaster] dovecot.conf
>
> On Apr 1, 2008, at 4:47 PM, Johannes Lietz wrote:
> > Hi!
> >
> > With the last Dovecot package update on my Debian server I have
> > accidentally overwritten the original vpostmaster /etc/dovecot/
> > dovecot.conf file with the one that came with the updated package.
> >
> > Furthermore the one I restored from my backups caused some login
> > problems with the updated dovecot-package.
> >
> > For this reason: can I find the current working dovecot.conf for
> > vpostmaster somewhere. Google was not my friend with this issue.
>
> Here's mine, it's working well:
>
> # vPostMaster Configuration
> protocol imap {
> }
>
> protocol pop3 {
> pop3_uidl_format = %08Xu%08Xv
> }
>
> auth default {
> mechanisms = plain
> passdb sql {
> args = /etc/dovecot/dovecot-vpostmaster.conf
> }
> userdb sql {
> args = /etc/dovecot/dovecot-vpostmaster.conf
> }
> user = root
> }
>
> default_mail_env = maildir:~/Maildir/
> first_valid_uid = 100
> protocols = imap imaps pop3 pop3s
> disable_plaintext_auth = no
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
More information about the vPostMaster
mailing list