mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-24 07:05:58 -07:00
Parameter %domain% may contain non-ASCII characters, use the %domain idn% instead, when specifying sendmail Return-Path
This commit is contained in:
parent
efa101b98c
commit
a0a003423d
52 changed files with 52 additions and 52 deletions
|
@ -21,7 +21,7 @@
|
|||
php_admin_value memory_limit 32M
|
||||
php_admin_flag mysql.allow_persistent off
|
||||
php_admin_flag safe_mode off
|
||||
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain%"
|
||||
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
|
||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:/bin:/usr/bin:/usr/local/bin:/var/www/html:/tmp:/usr/share:/etc/phpMyAdmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/etc/roundcubemail:/etc/roundcube:/var/lib/roundcube
|
||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||
php_admin_value session.save_path %home%/%user%/tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue