X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=conf.d%2Fauth-passwdfile.conf.ext;fp=conf.d%2Fauth-passwdfile.conf.ext;h=42f0e5e59c34b4ef4766b75838d94fcfc4140fc0;hb=6693b71c663930e35c2df3c6b368731694ee80ba;hp=81ab213d792e07283fd79ed089d78b9eb7f825a6;hpb=6f0f037af5c3fabdb071839d0bc089f0aad20ec4;p=sysconfig%2Fdovecot.git diff --git a/conf.d/auth-passwdfile.conf.ext b/conf.d/auth-passwdfile.conf.ext index 81ab213..42f0e5e 100644 --- a/conf.d/auth-passwdfile.conf.ext +++ b/conf.d/auth-passwdfile.conf.ext @@ -1,19 +1,20 @@ -# Authentication for passwd-file users. Included from auth.conf. +# Authentication for passwd-file users. Included from 10-auth.conf. # # passwd-like file with specified location. # passdb { driver = passwd-file - args = /etc/dovecot/extra-users.passwd + args = scheme=CRYPT username_format=%u /etc/dovecot/extra-users.passwd } -#passdb { -# driver = passwd-file -# args = scheme=CRYPT username_format=%u /etc/dovecot/users -#} +userdb { + driver = passwd-file + args = username_format=%u /etc/dovecot/extra-users.passwd + + # Default fields that can be overridden by passwd-file + #default_fields = quota_rule=*:storage=1G -#userdb { -# driver = passwd-file -# args = username_format=%u /etc/dovecot/users -#} + # Override fields from passwd-file + #override_fields = home=/home/virtual/%u +}