• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PLESK-cfg files individual by each user

U

unlock

Guest
Hello,

i have a PLESK 8.2 installed on FreeBSD 6.1.
After creation new account, plesk generates user conf like:
/usr/local/www/vhosts/domain.com/conf/httpd.include
I want to ask PLESK, what it need to put a new string in this file (not defaults) like:

php_admin_value sendmail_path "/usr/sbin/sendmail -t -i [email protected]"

It can`t be placed on main config, becouse i need use an individual mail address for each domain.


So, after creation, i need to put this line to new user config automatically.
How i can do it? Any ideas?
 
If you want to add or override any domain's settings you have to create a file called vhost.conf in the domain's conf dir and run websrvmng to have Plesk include an Include statement for that vhost.conf file (use vhost_ssl.conf for https). (Search the forums for more info on vhost.conf, I have been telling this story one time too many now.)

If you want to create the file automatically you can put it in the skeleton. You can use the variable @domain_name@ in the file in the skeleton and Plesk will replace that with the domain's real name when a domain is created.
 
Back
Top