This is my first time setting up an email sever, and have gone with Dovecot for the IMAP side. I've been following this tutorial.
When I try to login to the server, this is printed to the error log:
Apr 16 21:39:40 neonorb dovecot: imap(website@test.neonorb.com): Error: Relative home directory paths not supported: 0
Apr 16 21:39:40 neonorb dovecot: imap(website@test.neonorb.com): Error: Invalid user settings. Refer to server log for more information.
Apr 16 21:39:41 neonorb dovecot: imap(website@test.neonorb.com): Error: Relative home directory paths not supported: 0
Apr 16 21:39:41 neonorb dovecot: imap(website@test.neonorb.com): Error: Invalid user settings. Refer to server log for more information.
I've looked around, and this appears to be a "feature" that was never supported, it just never gave an error message.
I've looked through the comments of the tutorial, and other people were having this issue, they suggested removing the '/home/mailboxes/home/'||maildir as home,
part, but this just caused another error:
Apr 16 21:45:36 neonorb dovecot: imap(website@test.neonorb.com): Error: User initialization failed: Initializing mail storage from mail_location setting failed: Ambiguous mail location setting, don't know what to do with it: 0 (try prefixing it with mbox: or maildir:)
Apr 16 21:45:36 neonorb dovecot: imap(website@test.neonorb.com): Error: Invalid user settings. Refer to server log for more information.
Apr 16 21:45:37 neonorb dovecot: imap(website@test.neonorb.com): Error: User initialization failed: Initializing mail storage from mail_location setting failed: Ambiguous mail location setting, don't know what to do with it: 0 (try prefixing it with mbox: or maildir:)
Apr 16 21:45:37 neonorb dovecot: imap(website@test.neonorb.com): Error: Invalid user settings. Refer to server log for more information.
I've been fiddling around with the config files, but haven't gotten anywhere.