mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
installer: copy exim4 deny_senders
This commit is contained in:
parent
f1a1c0e0a6
commit
a1c95d0290
1 changed files with 1 additions and 0 deletions
|
@ -1118,6 +1118,7 @@ if [ "$exim" = 'yes' ]; then
|
|||
cp -f $vestacp/exim/exim4.conf.template /etc/exim4/
|
||||
cp -f $vestacp/exim/dnsbl.conf /etc/exim4/
|
||||
cp -f $vestacp/exim/spam-blocks.conf /etc/exim4/
|
||||
cp -f $vestacp/exim/deny_senders /etc/exim4/
|
||||
touch /etc/exim4/white-blocks.conf
|
||||
|
||||
if [ "$spamd" = 'yes' ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue