<div dir="ltr">I'm using dovecot 2.2.36 on CentOS 7.7.<div>My configurations are (dovecot -n):</div><div><br></div><div>disable_plaintext_auth = no<br>first_valid_uid = 1000<br>mail_location = maildir:~/Maildir<br>mbox_write_locks = fcntl<br>namespace inbox {<br>  inbox = yes<br>  location = <br>  mailbox Drafts {<br>    special_use = \Drafts<br>  }<br>  mailbox Junk {<br>    special_use = \Junk<br>  }<br>  mailbox Sent {<br>    special_use = \Sent<br>  }<br>  mailbox "Sent Messages" {<br>    special_use = \Sent<br>  }<br>  mailbox Trash {<br>    special_use = \Trash<br>  }<br>  prefix = <br>}<br>service auth {<br>  unix_listener /var/spool/postfix/private/auth {<br>    group = postfix<br>    mode = 0666<br>    user = postfix<br>  }<br>}<br>ssl = required<br>ssl_cert = </etc/pki/dovecot/certs/dovecot.pem<br>ssl_key =  # hidden, use -P to show it<br></div><div><br></div><div>I want to disable accounts for system users. Only virtual users will have accounts (not configured yet). Is this possible?</div><div><br></div><div>Thanks,</div><div>Mura Andrei</div></div>