Replaced automx by Modoboa autoconfig service

This commit is contained in:
Antoine Nguyen
2025-09-16 18:12:11 +02:00
parent 56be1be372
commit fc81c04220
10 changed files with 9 additions and 222 deletions

View File

@@ -126,7 +126,7 @@ class ConfigFileTestCase(unittest.TestCase):
"example.test"])
self.assertTrue(os.path.exists(self.cfgfile))
self.assertIn(
"fail2ban modoboa automx amavis clamav dovecot nginx "
"fail2ban modoboa amavis clamav dovecot nginx "
"postfix postwhite spamassassin uwsgi radicale opendkim",
out.getvalue()
)