Cannot log in to freshly installed Mailpile


#1

I have installed Mailpile + Multipile today and set it up following these instructions: github.com/mailpile/Mailpile/tree/master/shared-data/multipile

When create user, I got these output:

./mailpile-admin.py --user g --start
==> sudo -iHu "g" -- /usr/bin/python2.7 "/usr/share/mailpile/multipile/mailpile-      admin.py" --start --port="53563" --host="127.0.0.1"
sudo: unknown user: g
sudo: unable to initialize policy plugin
==[ FAILED! Exit code: 256 ]==
==> chown -R www-data:www-data /var/lib/mailpile/apache
==> chmod go+rwxt /var/lib/mailpile/pids
===[ SUCCESS! ]===

Anyway, if I try to enter to myserver/mailpile, I see ‘Your Mailpile may not be running’ message. If I try to open myserver.com/mailpile/USER, it redirects to myserver/mailpile/

Important to khow that I have Nextcloud running simultanneuously on this server (because my VPS do not support docker).