mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 01:24:36 +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",
|
||||
group="vmail",
|
||||
mode="750",
|
||||
create_remote_dir=True,
|
||||
)
|
||||
auth_config = files.put(
|
||||
src=get_resource("dovecot/auth.conf"),
|
||||
|
||||
Reference in New Issue
Block a user