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:
parent
0737d873f4
commit
14b6bc1f80
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue