mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #183] dovecot: lmtp Error sieve: sieve script file path ~/.dovecot.sieve is relative to home directory, but home directory is not available. #143
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sebbo94BY on GitHub (Apr 15, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/183
I'm getting following error messages in /var/log/mail.log:
Did I miss something?
@PhrozenByte commented on GitHub (Apr 15, 2016):
User user@example.com doesn't have home dir setSee https://github.com/opensolutions/ViMbAdmin/wiki/Configuration#mailbox-settings-and-defaults
@Sebbo94BY commented on GitHub (Apr 16, 2016):
Do I need to create all sub-directories manually after creating a new account/alias?
Die entire path /srv/vmail/%d/%u/ (/srv/vmail/example.com/user/) does exists for this user, but the mail directory inside of it not for example. Otherwise, the mail/ directory was created for two of four new email accounts...
I'm using the default configuration except the password_scheme.
I'll delete all domains, email accounts and aliases and re-create them all. I'll update this issue later.
@Sebbo94BY commented on GitHub (Apr 16, 2016):
@PhrozenByte I'm confused. Why does it not work? I'm always just getting "OK, Mailbox was created successful" and the above mentioned log messages...
I've configured following (default):
Is the webinterface may not able to create the mail/ directory due the permissions are only 0700 instead of 0755? Can I change this behaviour anywhere?
@PhrozenByte commented on GitHub (Apr 16, 2016):
You missed the important part of the linked wiki article:
ViMbAdmin doesn't create any of these files. This isn't a misconfiguration of ViMbAdmin, it's a misconfiguration of Dovecot (as
/var/log/mail.logtells you). Maybe the SQL query you configured for Dovecot is wrong. Unfortunately I can't help you with that, sorry. Dovecot doesn't seem to recognize the homedir correctly.@Sebbo94BY commented on GitHub (Apr 16, 2016):
Oh, yes. That was it. Thank you very much! 👍
I've corrected following lines in /etc/dovecot/conf.d/10-mail.conf:
Dovecot and ViMbAdmin has now the same mail_home and mail_location set.