• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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="-fxxx@yyy.zzz"

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 = -fxxx@yyy.zzz
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