Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Mail Server
  • Search

Problem after upgrade to exim-4.94-1.el7 on CentOS 7 Topic is solved

Questions regarding the Mail Server
Dovecot, Exim, RoundCube
Post Reply
  • Print view
Advanced search
98 posts
  • Page 2 of 10
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10
  • Next
peters
Posts: 29
Joined: Thu Jun 18, 2020 9:05 am

Os: CentOS 6x
Web: apache + nginx
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by peters » Fri Jun 19, 2020 11:00 pm

The reason for the tainted error appearing in the log is that the variable $domain is used by VestaCP and many other exim configurations is used within the path to many files like passwd, aliases etc. and exim 4.94 denies this as this looks for exim like the variable will be overwritten and this could also be done by something malicious.

However I'm not sure how the exim devs think a config like many people need can be achieved within exim 4.94. Looking on Debian lists the package maintainers provided some patches so the taint detection for the local part and domain variable is ignored.
Top

XAOC
Posts: 4
Joined: Wed Dec 25, 2019 2:21 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by XAOC » Sun Jun 21, 2020 11:13 am

How to disable autoupdate of exim ?
Top

RodolfoSouza
Posts: 4
Joined: Thu Jun 18, 2020 5:52 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by RodolfoSouza » Sun Jun 21, 2020 1:46 pm

I have the same doubt.
XAOC wrote: ↑
Sun Jun 21, 2020 11:13 am
How to disable autoupdate of exim ?
Top

XAOC
Posts: 4
Joined: Wed Dec 25, 2019 2:21 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by XAOC » Sun Jun 21, 2020 2:49 pm

I have disabled automatic updates

Image

I'm periodically checking Exim version:

Code: Select all

rpm -qa |grep exim
Top

peters
Posts: 29
Joined: Thu Jun 18, 2020 9:05 am

Os: CentOS 6x
Web: apache + nginx
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by peters » Sun Jun 21, 2020 2:53 pm

It should not be auto updated by VestaCP as it only updates itself. Exim is provided from the EPEL Repository and updated by yum. If you want to prevent the update do not run yum update or exclude exim before from your EPEL repository config.
Top

XAOC
Posts: 4
Joined: Wed Dec 25, 2019 2:21 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by XAOC » Sun Jun 21, 2020 3:00 pm

I thought so that automatic updates in vesta are for the panel itself but I didn't know what else to try
The fact is that I didn't run a yum update at all. What else can trigger exim update ?
Top

peters
Posts: 29
Joined: Thu Jun 18, 2020 9:05 am

Os: CentOS 6x
Web: apache + nginx
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by peters » Sun Jun 21, 2020 3:28 pm

Oh sorry my bad yum update is triggered by /usr/local/vesta/bin/v-update-sys-vesta-all so you need to disable it within your VestaCP cron config or exclude exim from your epel source.
Top

XAOC
Posts: 4
Joined: Wed Dec 25, 2019 2:21 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by XAOC » Sun Jun 21, 2020 4:52 pm

Thanks for helping out.
Top

RodolfoSouza
Posts: 4
Joined: Thu Jun 18, 2020 5:52 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by RodolfoSouza » Sun Jun 21, 2020 7:56 pm

peters wrote: ↑
Sun Jun 21, 2020 3:28 pm
Oh sorry my bad yum update is triggered by /usr/local/vesta/bin/v-update-sys-vesta-all so you need to disable it within your VestaCP cron config or exclude exim from your epel source.
I don't have "v-update-sys-vesta-all" in my cron, just the:

/usr/local/vesta/bin/v-update-letsencrypt-ssl
/usr/local/vesta/bin/v-update-sys-rrd
/usr/local/vesta/bin/v-update-user-stats
/usr/local/vesta/bin/v-update-sys-queue webstats
/usr/local/vesta/bin/v-update-sys-queue traffic
/usr/local/vesta/bin/v-update-sys-queue disk

Can any of them be execute the exim update?
Top

peters
Posts: 29
Joined: Thu Jun 18, 2020 9:05 am

Os: CentOS 6x
Web: apache + nginx
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
  • Quote

Post by peters » Sun Jun 21, 2020 8:31 pm

I don't think so maybe its initiated from somewhere else.

To ensure that you stay on exim 4.93 as long as there will be no other solution I recommend to exclude exim from receiving updates.

Run the following:

vi /etc/yum.repos.d/epel.repo
Insert exclude=exim within the [epel] part right under gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

This ensures that whenever yum update is executed it will exclude to update exim.

Important: Please do not forget to remove the exclude when this issue has been resolved. Otherwise it will threaten your system by not updating exim with future versions and security bugfixes.
Top


Post Reply
  • Print view

98 posts
  • Page 2 of 10
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10
  • Next

Return to “Mail Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password