logins fail for virtual users (permission denied, we're not in group 5000)

2017-09-14 Thread Paul Schreiber
I have: - Ubuntu 17.04 - Dovecot 2.2.27 (c0f36b0) - Postfix 3.1.4 - regular unix users with mail in /home/bob/Maildir - virtual users with mail in /var/mail/vhosts/domain.com/bob/ The regular users can receive mail as expected. When virtual users try to log in, it fails. The log shows an error li

Re: logins fail for virtual users (permission denied, we're not in group 5000)

2017-09-15 Thread Paul Schreiber
On Fri, Sep 15, 2017 at 2:16 AM, Aki Tuomi wrote: > > check > > doveadm user trav...@travler.net # doveadm user trav...@travler.net field value userdb lookup: user trav...@travler.net doesn't exist > you might be specifying uid/gid in passwd virtual passwd file. Pasword file has lines like this

Re: logins fail for virtual users (permission denied, we're not in group 5000)

2017-09-16 Thread Paul Schreiber
Followup: Received help on serverfault.com. Fix was to edit 10-master.conf. In the service auth { … } section, setting either: extra_groups = vmail or group = vmail …allows things to work. Is there a better way to fix/configure this? thanks. Paul

Re: logins fail for virtual users (permission denied, we're not in group 5000)

2017-09-16 Thread Paul Schreiber
> On Sep 16, 2017, at 5:05 PM, Paul Schreiber wrote: > > Followup: > > Received help on serverfault.com. Fix was to edit 10-master.conf. In the > service auth { … } section, setting either: > extra_groups = vmail > or > group = vmail > …allows thi