phantom: add support for managing email filters (managesieve)

This commit is contained in:
Leonardo Eugênio 2025-06-22 21:55:46 -03:00
parent ffe90ab90d
commit f410503e66
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -36,6 +36,8 @@
hashedPassword = "$2b$05$DcA9xMdvHqqQMZw2.zybI.vfKsQAJtaQ/JB.t9AHu6psstWq97m2C";
};
};
enableManageSieve = true;
};
# Prefer ipv4 and use main ipv6 to avoid reverse DNS issues
@ -52,7 +54,7 @@
$config['smtp_host'] = "tls://${config.mailserver.fqdn}:587";
$config['smtp_user'] = "%u";
$config['smtp_pass'] = "%p";
$config['plugins'] = [ "carddav", "archive" ];
$config['plugins'] = [ "carddav", "archive", "managesieve" ];
'';
};
}