• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Can't set mail.force_extra_parameters via CLI

mmic9net

New Pleskian
I tried to change mail.force_extra_parameters via CLI but I had no success.

I created a file called mysettings containing just one line:
mail.force_extra_parameters="[email protected]"

I execute the following command:
/usr/local/psa/bin/subscription_settings --update-php-settings yyy.zzz -settings mysettings

I have no error message but php.ini file is unchnaged

I'm using Plesk 12.0.18 on CloudLinux 6.6 with CageFS active

Can you help me?
 
All works fine for me. Before applying:

# /usr/local/psa/bin/subscription_settings --show-php-settings rolfsonlangworth.ppu12-0.demo.pp.plesk.ru
General settings:
safe_mode = off
open_basedir = {WEBSPACEROOT}{/}{:}{TMP}{/}
Performance settings:
Additional directivies:

Applying:

# /usr/local/psa/bin/subscription_settings --update-php-settings rolfsonlangworth.ppu12-0.demo.pp.plesk.ru -settings mysetting

After applying:

# /usr/local/psa/bin/subscription_settings --show-php-settings rolfsonlangworth.ppu12-0.demo.pp.plesk.ru General settings:
safe_mode = off
mail.force_extra_parameters = [email protected]
open_basedir = {WEBSPACEROOT}{/}{:}{TMP}{/}
Performance settings:
Additional directivies:
 
Is there any way I can debug it?

I've double checked everything but still have no success: change is NOT recorded in psa database, php.ini file mtime changes but content still remains the same.
 
Back
Top