mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
refactor: Remove create_remote_dir parameter from dovecot files.put call.
This commit is contained in:
@@ -143,7 +143,6 @@ def _configure_dovecot(config: Config, debug: bool = False) -> (bool, bool):
|
|||||||
user="vmail",
|
user="vmail",
|
||||||
group="vmail",
|
group="vmail",
|
||||||
mode="750",
|
mode="750",
|
||||||
create_remote_dir=True,
|
|
||||||
)
|
)
|
||||||
auth_config = files.put(
|
auth_config = files.put(
|
||||||
src=get_resource("dovecot/auth.conf"),
|
src=get_resource("dovecot/auth.conf"),
|
||||||
|
|||||||
Reference in New Issue
Block a user