dovecot lmtp and drop privileges to specific user

Aki Tuomi aki.tuomi at dovecot.fi
Mon Jul 23 10:04:45 EEST 2018



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




More information about the dovecot mailing list