Re: dovecot lmtp and drop privileges to specific user

2018-07-23 Thread Aki Tuomi



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




dovecot lmtp and drop privileges to specific user

2018-07-21 Thread Christos Chatzaras
Is it possible when dovecot LMTP to drop privileges to a specific user instead 
of the e-mail account user?