Page 1 of 1

Warning: purging the environment

Posted: Sat Apr 02, 2016 8:10 am
by Sanity
I update the exim few days ago, and watching the logs, appears this:
04/02/2016 9:55:56 Warning: purging the environment. Suggested action: keep use environment.
04/02/2016 9:59:38 Start queue run: pid = 18239
04/02/2016 9:59:38 End run queue: pid = 18239
04/02/2016 10:00:01 Warning: purging the environment. Suggested action: keep use environment.
04/02/2016 10:00:02 Warning: purging the environment. Suggested action: keep_environment use.
04/02/2016 10:05:01 Warning: purging the environment. Suggested action: keep_environment use.
02/04/2016 10:05:02 Warning: purging the environment. Suggested action: keep_environment use.

Do you know how to remove that message in the logs?

and other question...


I also get very many local mail messages that remain in the queue, how you can disable?
i ve in the exim conf
never_users = root

but they keep coming

Re: Warning: purging the environment

Posted: Sat Apr 02, 2016 11:04 pm
by jonn
I believe this was fixed just recently https://bugs.debian.org/cgi-bin/bugrepo ... bug=818349.

Code: Select all

apt-get update && apt-get dist-upgrade

Re: Warning: purging the environment

Posted: Sun Apr 03, 2016 8:44 am
by Sanity
thank you for your answer but i but I dont think a dist-upgrade will solve the problem

Re: Warning: purging the environment

Posted: Sun Apr 03, 2016 5:09 pm
by virooz
You can add keep_environment = to exim config, restart exim and the message goes away

Code: Select all

:~# head -15 /etc/exim4/exim4.conf.template
######################################################################
#                                                                    #
#          Exim configuration file for Vesta Control Panel           #
#                                                                    #
######################################################################

#SPAMASSASSIN = yes
#SPAM_SCORE = 50
#CLAMD =  yes

keep_environment =

Re: Warning: purging the environment

Posted: Sun Apr 03, 2016 8:11 pm
by Sanity
perfect!! thank you!!

Re: Warning: purging the environment

Posted: Mon Apr 04, 2016 10:37 pm
by jonn
https://groups.google.com/forum/#!topic ... xj4z2D9ARc

Code: Select all

add_environment=<; PATH=/bin:/usr/bin
keep_environment=

Re: Warning: purging the environment

Posted: Thu Apr 07, 2016 11:00 am
by skurudo
Added as bug, https://bugs.vestacp.com/issues/201
Thanks guys! ;-)