mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-04-02 05:44:33 +05:00
Merge branch 'fix-dovecot-urls' into 'master'
Fix URLs for dovecot See merge request simple-nixos-mailserver/nixos-mailserver!366
This commit is contained in:
commit
0c920230ec
@ -575,7 +575,7 @@ in
|
|||||||
- /var/vmail/example.com/user/.folder.subfolder/ (default layout)
|
- /var/vmail/example.com/user/.folder.subfolder/ (default layout)
|
||||||
- /var/vmail/example.com/user/folder/subfolder/ (FS layout)
|
- /var/vmail/example.com/user/folder/subfolder/ (FS layout)
|
||||||
|
|
||||||
See https://wiki2.dovecot.org/MailboxFormat/Maildir for details.
|
See https://doc.dovecot.org/main/core/config/mailbox_formats/maildir.html#maildir-mailbox-format for details.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -596,7 +596,7 @@ in
|
|||||||
This affects how mailboxes appear to mail clients and sieve scripts.
|
This affects how mailboxes appear to mail clients and sieve scripts.
|
||||||
For instance when using "." then in a sieve script "example.com" would refer to the mailbox "com" in the parent mailbox "example".
|
For instance when using "." then in a sieve script "example.com" would refer to the mailbox "com" in the parent mailbox "example".
|
||||||
This does not determine the way your mails are stored on disk.
|
This does not determine the way your mails are stored on disk.
|
||||||
See https://wiki.dovecot.org/Namespaces for details.
|
See https://doc.dovecot.org/main/core/config/namespaces.html#namespaces for details.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ in
|
|||||||
);
|
);
|
||||||
in ''
|
in ''
|
||||||
# Create mail directory and set permissions. See
|
# Create mail directory and set permissions. See
|
||||||
# <http://wiki2.dovecot.org/SharedMailboxes/Permissions>.
|
# <https://doc.dovecot.org/main/core/config/shared_mailboxes.html#filesystem-permissions-1>.
|
||||||
# Prevent world-readable paths, even temporarily.
|
# Prevent world-readable paths, even temporarily.
|
||||||
umask 007
|
umask 007
|
||||||
mkdir -p ${directories}
|
mkdir -p ${directories}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user