On Tuesday, March 21, 2017 7:07 PM, Robert Moskowitz <[email protected]> wrote: > The howto I am making has: > > mkdir /home/sieve >[...] > chown -R vmail:mail /home/sieve
I notice you are creating a sieve directory in /home/ as if it was a system user, then you change ownership to vmail. I would create the sieve directory directly in /home/vmail or whatever $HOME vmail user has (mine is /var/vmail). But that's just my particular taste :)
