Sunil Mohan Adapa 14c6541dfb
email_server: Drop showing diagnostics/repair and roundcube config
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2022-01-31 18:46:04 -05:00

9 lines
256 B
Python

# SPDX-License-Identifier: AGPL-3.0-or-later
"""
Provides diagnosis and repair of email server configuration issues
"""
from . import aliases, domain, home, ldap, models, spam, tls
__all__ = ['aliases', 'domain', 'home', 'ldap', 'models', 'spam', 'tls']