mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
added whitlist exeption
This commit is contained in:
parent
14be9aa777
commit
4b48caef14
2 changed files with 6 additions and 3 deletions
|
@ -515,6 +515,7 @@ if [ "$srv_type" = 'micro' ] || [ "$srv_type" = 'small' ]; then
|
|||
fi
|
||||
wget $CHOST/$VERSION/dnsbl.conf -O /etc/exim/dnsbl.conf
|
||||
wget $CHOST/$VERSION/spam-blocks.conf -O /etc/exim/spam-blocks.conf
|
||||
touch /etc/exim/white-blocks.conf
|
||||
rm -rf /etc/exim/domains
|
||||
mkdir -p /etc/exim/domains
|
||||
chmod 640 /etc/exim/exim.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue