mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
replaced static definition for mail server
This commit is contained in:
parent
b072479b53
commit
fbb54a87fe
5 changed files with 4 additions and 8 deletions
|
@ -56,7 +56,7 @@ chown $user:mail $HOMEDIR/$user/mail/$domain_idn
|
|||
chmod 770 $HOMEDIR/$user/mail/$domain_idn
|
||||
|
||||
# Adding symlink
|
||||
ln -s $HOMEDIR/$user/conf/mail/$domain /etc/exim/domains/$domain_idn
|
||||
ln -s $HOMEDIR/$user/conf/mail/$domain /etc/$MAIL_SYSTEM/domains/$domain_idn
|
||||
|
||||
# Adding antispam protection
|
||||
if [ "$antispam" = 'yes' ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue