server_banner - replace helo message so it does not show server python version used

This commit is contained in:
nahakubuilde
2025-06-07 08:06:23 +01:00
parent d0fb2eafd2
commit 24227df461
3 changed files with 20 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ DEFAULTS = {
'HOSTNAME': 'mail.example.com',
'helo_hostname': 'mail.example.com',
'BIND_IP': '0.0.0.0',
'server_banner': "",
},
'Database': {
'DATABASE_URL': 'sqlite:///email_server/server_data/smtp_server.db',