mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
email: Fix creation of aliases for security@ and usenet@
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
c1129be4e7
commit
678ca1a9d1
@ -96,8 +96,8 @@ def setup_common_aliases(username):
|
||||
"""
|
||||
aliases = [
|
||||
'mailer-daemon', 'postmaster', 'nobody', 'webmaster', 'www',
|
||||
'hostmaster', 'info', 'support', 'abuse', 'noc', 'security'
|
||||
'usenet', 'news', 'ftp'
|
||||
'hostmaster', 'info', 'support', 'abuse', 'noc', 'security', 'usenet',
|
||||
'news', 'ftp'
|
||||
]
|
||||
for alias in aliases:
|
||||
if not exists(alias):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user