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
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
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
> 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