[vPostMaster] Vpostmaster

Scott Kleihege scott-dpkg at tummy.com
Wed Sep 19 17:13:14 MDT 2007


On Wed, Sep 19, 2007 at 06:54:15PM -0400, Sam Povilus wrote:
>Is this: http://www.tummy.com/Products/vpostmaster/genericdl.html 
>current? Because i tried
>
>     Dovecot configuration:
>
>        Add the following lines to the end of the "/etc/dovecot.conf":
>
>        #  vPostMaster Configuration
>        default_mail_env = maildir:~/Maildir/
>        auth_userdb = pgsql /etc/dovecot-pgsql.conf
>        auth_passdb = pgsql /etc/dovecot-pgsql.conf
>        first_valid_uid = 100
>
>and it said
>
>Error: Error in configuration file /etc/dovecot.conf line 1020: Unknown 
>setting: userdb

That looks like the dovecot 0.99 configuration format.  I think you'll have
dovecot 1.0 installed.

How about this setup instead?
----------------------------------------------------------------
#  vPostMaster Configuration
protocol imap {
}

protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
}

auth default {
  mechanisms = plain
  passdb sql {
     args = /etc/dovecot-pgsql.conf
  }
  userdb sql {
     args = /etc/dovecot-pgsql.conf
  }
  user = root
}

default_mail_env = maildir:~/Maildir/
first_valid_uid = 100
protocols = imap imaps pop3 pop3s
----------------------------------------------------------------

-- 
Regards,                    tummy.com, ltd
Scott Kleihege              Linux Consulting since 1995
                            http://www.tummy.com/


More information about the vPostMaster mailing list