X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=conf.d%2Fauth-passwdfile.conf.ext;h=42f0e5e59c34b4ef4766b75838d94fcfc4140fc0;hb=6693b71c663930e35c2df3c6b368731694ee80ba;hp=3f57ceebdfa2e32ab299a6b2e95b9aec6a184b94;hpb=02f40af4ac9fee81306c5d0182fa4c480c1a22f5;p=sysconfig%2Fdovecot.git diff --git a/conf.d/auth-passwdfile.conf.ext b/conf.d/auth-passwdfile.conf.ext index 3f57cee..42f0e5e 100644 --- a/conf.d/auth-passwdfile.conf.ext +++ b/conf.d/auth-passwdfile.conf.ext @@ -1,14 +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 = scheme=CRYPT username_format=%u /etc/dovecot/users + args = scheme=CRYPT username_format=%u /etc/dovecot/extra-users.passwd } userdb { driver = passwd-file - args = username_format=%u /etc/dovecot/users + args = username_format=%u /etc/dovecot/extra-users.passwd + + # Default fields that can be overridden by passwd-file + #default_fields = quota_rule=*:storage=1G + + # Override fields from passwd-file + #override_fields = home=/home/virtual/%u }