# Authentication for passwd-file users. Included from 10-auth.conf. # # passwd-like file with specified location. # passdb { driver = passwd-file mechanisms = plain login args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/userdb } userdb { driver = passwd-file args = username_format=%u /etc/dovecot/userdb default_fields = uid=jupiter gid=jupiter home=/var/mail/%d/%u/home/ # 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 }