mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Missing abuse@
This commit is contained in:
parent
fe888dd841
commit
67e03e6f1b
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ def user_create(operation_logger, username, firstname, lastname, domain, passwor
|
||||||
'admin@' + main_domain,
|
'admin@' + main_domain,
|
||||||
'webmaster@' + main_domain,
|
'webmaster@' + main_domain,
|
||||||
'postmaster@' + main_domain,
|
'postmaster@' + main_domain,
|
||||||
|
'abuse@' + main_domain,
|
||||||
]
|
]
|
||||||
|
|
||||||
if mail in aliases:
|
if mail in aliases:
|
||||||
|
|
Loading…
Add table
Reference in a new issue