From 14b6bc1f806a889aa9e77b91dfa200b19696d005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=EF=BF=BD=EF=BF=BDois=20Serman?= Date: Wed, 23 Oct 2013 15:07:47 +0000 Subject: [PATCH] added "mail.add_x_header" flag, which adds the scriptname in the mail headers to ease the cleanup in case of spam --- etc/alternc/templates/apache2/vhost.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/alternc/templates/apache2/vhost.conf b/etc/alternc/templates/apache2/vhost.conf index 246f06d8..9c78d037 100644 --- a/etc/alternc/templates/apache2/vhost.conf +++ b/etc/alternc/templates/apache2/vhost.conf @@ -8,6 +8,7 @@ php_admin_value open_basedir "%%account_root%%:/usr/share/php/" php_admin_value upload_tmp_dir %%account_root%%/tmp php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" ' + php_admin_flag mail.add_x_header on Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch AllowOverride AuthConfig FileInfo Limit Options Indexes