mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Creating spamassassin /nonexistent folder
This commit is contained in:
parent
ac98e1d9aa
commit
a6eedcc6a9
1 changed files with 6 additions and 0 deletions
|
@ -1545,6 +1545,12 @@ if [ "$spamd" = 'yes' ]; then
|
|||
else
|
||||
currentservice='spamd'
|
||||
fi
|
||||
|
||||
echo "=== Creating spamassassin /nonexistent folder"
|
||||
mkdir /nonexistent
|
||||
mkdir /nonexistent/.spamassassin
|
||||
chown -R nobody:debian-spamd /nonexistent
|
||||
|
||||
echo "=== Patching spamassassin dns_server"
|
||||
sed -i "s/report_safe 1/report_safe 1\n\ndns_server 127.0.0.1/g" /etc/spamassassin/local.cf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue