On 04/10/2024 09:01, Dale wrote:
Once I get started, maybe this will go smoothly this time. Just maybe.
You'll need to read the docu, but this is my dovecot config file. Note
that I have NOT changed any files that were installed with dovecot.
This file won't exist on a clean install, but it's pointed at by default
install file on a "use it if it exists" basis.
I've got (iirc) a user vmail which dovecot runs as, and as you can see
it uses /home/vmail as its data store for virtual users.
Cheers,
Wol
# authentication configuration
auth_verbose = yes
auth_mechanisms = plain
passdb {
driver = passwd-file
args = /etc/dovecot/passwd
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/home/vmail/%u
}