On 21.07.2018 13:04, Christos Chatzaras wrote:
Is it possible when dovecot LMTP to drop privileges to a specific user instead of the e-mail account user?
Yes. You can use
protocol lda {
userdb {
driver = static
args = uid=whatever gid=whoever
}
}
Aki