added "mail.add_x_header" flag, which adds the scriptname in the mail headers to ease the cleanup in case of spam

This commit is contained in:
Fran��ois Serman 2013-10-23 15:07:47 +00:00
parent 0737d873f4
commit 14b6bc1f80
1 changed files with 1 additions and 0 deletions

View File

@ -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
</Directory>