mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
add acl to apt.packages
This commit is contained in:
@@ -535,6 +535,12 @@ def deploy_chatmail(config_path: Path) -> None:
|
||||
domains=[mail_domain, f"mta-sts.{mail_domain}", f"www.{mail_domain}"],
|
||||
)
|
||||
|
||||
apt.packages(
|
||||
# required for setfacl for echobot
|
||||
name="Install acl",
|
||||
packages="acl",
|
||||
)
|
||||
|
||||
apt.packages(
|
||||
name="Install Postfix",
|
||||
packages="postfix",
|
||||
|
||||
Reference in New Issue
Block a user