VestaCP - exim - WARNING: purging the environment. Suggested action: use keep environment and add environment

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Самые выгодные сервера в рунете

VestaCP - exim - WARNING: purging the environment. Suggested action: use keep environment and add environment

Ошибка вида:

# exim -bt [email protected]
2016-04-29 15:29:01 WARNING: purging the environment.
Suggested action: use keep_environment and add_environment.
[email protected]
 router = localuser, transport = local_delivery


Решается добавлением в конфиг exim - переменных add_environment и keep_environment:

# vi /etc/exim/exim.conf
add_environment=<; PATH=/bin:/usr/bin
keep_environment=   
# /etc/init.d/exim restart