mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
deb12 new exim4 conf
This commit is contained in:
parent
83092b8ac8
commit
89c86b84fd
3 changed files with 43 additions and 454 deletions
|
@ -1426,6 +1426,10 @@ if [ "$exim" = 'yes' ]; then
|
|||
cp -f $vestacp/exim/spam-blocks.conf /etc/exim4/
|
||||
cp -f $vestacp/exim/deny_senders /etc/exim4/
|
||||
touch /etc/exim4/white-blocks.conf
|
||||
touch /etc/exim4/limit_per_email_account_max_sent_emails_per_hour
|
||||
touch /etc/exim4/limit_per_email_account_max_recipients
|
||||
touch /etc/exim4/limit_per_hosting_account_max_sent_emails_per_hour
|
||||
touch /etc/exim4/limit_per_hosting_account_max_recipients
|
||||
|
||||
if [ "$spamd" = 'yes' ]; then
|
||||
sed -i "s/#SPAM/SPAM/g" /etc/exim4/exim4.conf.template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue