Roundcube Community Forum

 

header

Started by him, June 23, 2015, 07:35:53 AM

Previous topic - Next topic

him

when sending, I want to disable the header:
"X-PHP-Script"
"X-PHP-Originating-Script"
help me please.

alec

That's added by PHP if you use mail() for sending the mail. You need to unset this in php.ini. Other option is to use smtp server in Roundcube. See smtp_* options in Roundcube config file.

him

php.ini do not want to touch

where in the config file roundcube these options? I can't find.
www/roundcube/config/config.inc.php      ???
www/roundcube/config/defaults.inc.php      ???

SKaero

You can see all the config options in the defaults.inc.php, when you want to change an option copy it to the config.inc.php and set the new config value.

ABerglund

There are no roundcube options to remove headers if you are using PHP's mail() process. The options in roundcube would be for you to change your sending method from PHP mail() to SMTP.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

him

ok.

/usr/local/etc/php.ini
mail.add_x_header = Off
apachectl restart


how to disable x-php-script ?
what value to disable?
I can't find...