mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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 = [
|
aliases = [
|
||||||
'mailer-daemon', 'postmaster', 'nobody', 'webmaster', 'www',
|
'mailer-daemon', 'postmaster', 'nobody', 'webmaster', 'www',
|
||||||
'hostmaster', 'info', 'support', 'abuse', 'noc', 'security'
|
'hostmaster', 'info', 'support', 'abuse', 'noc', 'security', 'usenet',
|
||||||
'usenet', 'news', 'ftp'
|
'news', 'ftp'
|
||||||
]
|
]
|
||||||
for alias in aliases:
|
for alias in aliases:
|
||||||
if not exists(alias):
|
if not exists(alias):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user