mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Алиасы кириллических доменов
This commit is contained in:
parent
e058a35113
commit
f713cf0583
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ is_object_unsuspended 'mail' 'DOMAIN' "$domain"
|
|||
|
||||
# Change cathcall alias
|
||||
if [[ "$MAIL_SYSTEM" =~ exim ]]; then
|
||||
sed -i "/*@$domain:/d" $HOMEDIR/$user/conf/mail/$domain/aliases
|
||||
echo "*@$domain:$email" >> $HOMEDIR/$user/conf/mail/$domain/aliases
|
||||
sed -i "/*@$domain_idn:/d" $HOMEDIR/$user/conf/mail/$domain/aliases
|
||||
echo "*@$domain_idn:$email" >> $HOMEDIR/$user/conf/mail/$domain/aliases
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue