View Full Version : exim 4.52
Chrysalis
07-01-2005, 08:36 AM
exim 4.52 is released I will notify John for packages.
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ChangeLogs/NewStuff-4.52
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ChangeLogs/ChangeLog-4.52
rate limiter looks a nice addition, there could be a config problem with a change concerning submission mode detailed at TF/02 on the 1st link if someone who knows the config well could check before we all dive in to the upgrade.
vandal
07-09-2005, 06:56 PM
anyone upgraded yet?
hackerpitbull
07-10-2005, 05:23 AM
Originally posted by vandal
anyone upgraded yet?
not yet, waiting for John src.rpm file ;P
It's out since july 1st, http://files.directadmin.com/services/da_exim-4.52-1.src.rpm
I've been using it for a week now, no problems so far.
blueice
07-10-2005, 01:11 PM
i wait now for the freebsd and debian release
Chrysalis
07-10-2005, 03:49 PM
yes I forgot to mention, I emailed John the day I made the post, he replied within an hour telling me he did the rpm, so I replied asking for the FreeBSD Package and have heard nothing since. So he is aware but for some reason hasnt done it.
Tantawi
07-10-2005, 05:56 PM
How can I update CentOS 3? :confused:
Originally posted by Tantawi
How can I update CentOS 3? :confused:
wget http://files.directadmin.com/services/da_exim-4.52-1.src.rpm
rpm -ivh da_exim-4.52-1.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bb exim.spec
cd /usr/src/redhat/RPMS/i386
rpm -Uvh da_exim-4.52-1.i386.rpm
Tantawi
07-10-2005, 07:08 PM
Originally posted by rpan
wget http://files.directadmin.com/services/da_exim-4.52-1.src.rpm
rpm -ivh da_exim-4.52-1.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bb exim.spec
cd /usr/src/redhat/RPMS/i386
rpm -Uvh da_exim-4.52-1.i386.rpm
Thanks so much for the help, however I'm getting the follwoing error after
rpmbuild -bb exim.spec
exim_dbmbuild.c:287: `R_NOOVERWRITE' undeclared (first use in this function)
make[1]: *** [exim_dbmbuild.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/da_exim-4.52/build-Linux-i386'
make: *** [go] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.74108 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.74108 (%build)
I tried googling the error but no help :(
Can anybody provide the binary RPM for CentOS?
Thanks so much!
Chrysalis
07-11-2005, 11:20 AM
have fired of another email since its possible the last one has got forgotten about.
Chrysalis
07-11-2005, 06:44 PM
John has done it FreeBSD files here.
http://files.directadmin.com/services/freebsd4.8/da_exim-4.52-1.tgz
http://files.directadmin.com/services/freebsd5.1/da_exim-4.52-1.tgz
telecart
07-12-2005, 01:48 AM
hello everyone,
a bit of help here please :)
whan running:
rpm -Uvh da_exim-4.52-1.i386.rpm
i'm getting those errors:
error: Failed dependencies:
libcrypto.so.0.9.7 is needed by da_exim-4.52-1
libssl.so.0.9.7 is needed by da_exim-4.52-1
any ideas?:rolleyes:
jmstacey
07-12-2005, 07:13 AM
Do you have those two dependencies installed (the version it needs)?
You might need to install the devel packages ;)
telecart
07-12-2005, 07:47 AM
Originally posted by jmstacey
Do you have those two dependencies installed (the version it needs)?
You might need to install the devel packages ;)
i'm sorry but, can ytou excplain what exactly i need to install? (if there's some sort of guide i'll be super-glad :) ).
nobaloney
07-13-2005, 08:15 PM
Telecart, what OS and distribution version are you running?
John, can you look into this please; if you remember I had a similar issue which I haven't addressed yet.
Thanks.
Jeff
telecart
07-13-2005, 09:20 PM
Originally posted by jlasman
Telecart, what OS and distribution version are you running?
Linux, Centos 3.4
DirectAdmin Support
07-13-2005, 09:49 PM
Try using --force. It might in fact work.. else just compile it from source.
John
max2000
07-19-2005, 02:03 AM
I have this error message at the very end of the process:
file /etc/aliases from install of da_exim-4.52-1 conflicts with file from package setup-2.5.37-1.1
dbeames
07-24-2005, 11:35 AM
I have the same thing:
[root@server i386]# rpm -Uvh --nodeps da_exim-4.52-1.i386.rpm
Preparing... ########################################### [100%]
file /etc/aliases from install of da_exim-4.52-1 conflicts with file from package setup-2.5.33-1
I have to use --nodeps because if I don't I get the error about missing libcrypto and libssl. No big deal, I had to do the same thing when upgrading to 4.50 exim.
What do you think about that error John?
UPDATE: Add --force to it. It works. ;)
albatroz
07-29-2005, 11:26 AM
I am still with Exim 4.44
on Redhat 9, can somebody recommend any upgrade path to the latest Exim 4.52 version?
I have read that the new version changed its exim.conf format
RayManZ
07-29-2005, 12:19 PM
Originally posted by Tantawi
Thanks so much for the help, however I'm getting the follwoing error after
rpmbuild -bb exim.spec
exim_dbmbuild.c:287: `R_NOOVERWRITE' undeclared (first use in this function)
make[1]: *** [exim_dbmbuild.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/da_exim-4.52/build-Linux-i386'
make: *** [go] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.74108 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.74108 (%build)
I tried googling the error but no help :(
Can anybody provide the binary RPM for CentOS?
Thanks so much!
Got the same problem...
Centos 3.5 Fersh install :(
Tried to build proftp 1.2.10 and it worked but exim doesn't.. :(
why?
plugin
07-29-2005, 03:55 PM
Installed it some days ago in combination with SpamAssassin 3.0.3 and the latest ClamAV, works fine on RH90.
albatroz
07-29-2005, 05:55 PM
I had Exim 4.4 working with Clamav and SpamAssassin on Redhat9.
Then I tried to upgrade to Exim 4.52
using
http://files.directadmin.com/services/9/da_exim-4.50-2.i386.rpm
The installation worked fine, but when I tried to restart I got this error:
2005-07-29 18:47:06 Exim configuration error in line 562 of /etc/exim.conf:
error in ACL: unknown ACL condition/modifier in "demime = *"
Uncomenting that line fixed the problem,
but what was that line about?
it seems to be related to Clamav
Chrysalis
07-29-2005, 08:12 PM
read the 4.50 thread about config file changes.
splitech
07-29-2005, 10:01 PM
well. i just downloaded the da_exim-4.52-1.src.rpm and installed it, restarted exim, and for some reason im still running 4.42 with no change to exim??
What happened?
mr. green
07-30-2005, 04:28 AM
Originally posted by splitech
well. i just downloaded the da_exim-4.52-1.src.rpm and installed it, restarted exim, and for some reason im still running 4.42 with no change to exim??
What happened?
You installed the source RPM, but didn't compile it !
Just type the following:
cd /usr/src/redhat/SPECS
rpmbuild -bb exim.spec --clean
cd ../RPMS/i386
rpm -Uvh da_exim-4.52-1.i386.rpm
service exim restart
nobaloney
07-30-2005, 05:40 PM
Originally posted by albatroz
I have read that the new version changed its exim.conf format
Where did you read that?
Neither the changelogs nor the "NewStuff" for exim 4.50 - 4.52, both found here (ftp://ftp.exim.org/pub/exim/ChangeLogs/), say anything about changes to exim.conf.
Jeff
Chrysalis
07-31-2005, 11:54 PM
I believe 4.50 has changes to the way exiscan part of config works and interfasys posted the new method of using exiscan in the 4.50 thread. Since then there has been minor changes to the config in each release.
hostu
08-01-2005, 06:55 PM
Originally posted by Chrysalis
read the 4.50 thread about config file changes.
hi, can you give a link to this thread, can't seem to find it?
thanks
chuck
Sheldon
08-01-2005, 07:47 PM
Hi all,
Was wondering if upgrading to newest version overwrites your config file.
As I have changes to it, and would rather not have to re-do them.
-Sheldon
albatroz
08-01-2005, 07:53 PM
No, it doesn´t overwrite the config.
Chrysalis
08-01-2005, 08:29 PM
here
http://www.directadmin.com/forum/showthread.php?s=&threadid=7028&perpage=20&pagenumber=2
albatroz
08-03-2005, 06:14 AM
I have noticed that altough the EXIM upgrade does not overwrite the config file, it does overwrite the system_filter.exim file so if you have any custom setting there, you should be aware.
Titam
08-11-2005, 10:16 PM
Installed on FC3 without any problem
rocketcity
08-25-2005, 07:41 AM
I just tried to upgrade to latest version of exim I got to the last part of the install "rpm -Uvh da_exim-4.52-1.i386.rpm" and I get the following message / error.
[root@raven i386]# rpm -Uvh da_exim-4.52-1.i386.rpm
Preparing... ########################################### [100%]
file /etc/aliases from install of da_exim-4.52-1 conflicts with file from package setup-2.5.36-1
file /etc/logrotate.d/exim from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /etc/rc.d/init.d/exim from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /etc/sysconfig/exim from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exicyclog from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exigrep from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exim from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exim_checkaccess from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exim_dbmbuild from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exim_dumpdb from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exim_fixdb from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exim_lock from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exim_tidydb from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/eximstats from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exinext from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exiqsumm from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/sbin/exiwhat from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
file /usr/share/man/man8/exim.8.gz from install of da_exim-4.52-1 conflicts with file from package exim-4.43-1.FC3.1
____________________________________
How do I fix this?
---------------------------------------------------------
Disregard, I tried the --force option & it worked. Now running exim 4.52
---------------------------------------------------------
CrazyLane
08-25-2005, 10:39 AM
I'm getting this error also:
rfc2047.o(.text+0x38f): In function `rfc2047_decode2':
: undefined reference to `libiconv_open'
rfc2047.o(.text+0x45c): In function `rfc2047_decode2':
: undefined reference to `libiconv'
rfc2047.o(.text+0x548): In function `rfc2047_decode2':
: undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/da_exim-4.52/build-Linux-i386'
make: *** [go] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.68204 (%build)
Does anyone have a fix?
jahama
08-27-2005, 09:10 AM
Is updating Exim in on my FreeBSD 5.3 box as simple as downloading the files indicated earlier in this thread and then just compiling them? Anything special need to be done when I ./configure the thing?
Thanks!
tdldp
08-31-2005, 01:55 PM
Originally posted by Titam
Installed on FC3 without any problem
Could you give your how-to i get the following when updating from 4.51 to 4.52 :
[]# rpm -Uvh da_exim-4.52-1.i386.rpm
Préparation... ########################################### [100%]
file /etc/aliases from install of da_exim-4.52-1 conflicts with file from package setup-2.5.36-1
Titam
08-31-2005, 01:59 PM
Originally posted by tdldp
Could you give your how-to i get the following when updating from 4.51 to 4.52 :
[]# rpm -Uvh da_exim-4.52-1.i386.rpm
Préparation... ########################################### [100%]
file /etc/aliases from install of da_exim-4.52-1 conflicts with file from package setup-2.5.36-1
Salut toi ^^ content de te revoir :p
A la place de
rpm -Uvh da_exim-4.52-1.i386.rpm
essaye de taper ça :
rpm -Uvh --force da_exim-4.52-1.i386.rpm
pour le reste c'est tout pareil ;)
polidoor
09-14-2005, 04:30 AM
Originally posted by CrazyLane
I'm getting this error also:
rfc2047.o(.text+0x38f): In function `rfc2047_decode2':
: undefined reference to `libiconv_open'
rfc2047.o(.text+0x45c): In function `rfc2047_decode2':
: undefined reference to `libiconv'
rfc2047.o(.text+0x548): In function `rfc2047_decode2':
: undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/da_exim-4.52/build-Linux-i386'
make: *** [go] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.68204 (%build)
Does anyone have a fix?
We have the same error is there allready a fix ? Centos 3.4
Thnx,
Paul
CrazyLane
09-14-2005, 04:41 AM
I still have the same problem on RH 3.
CrazyLane
09-20-2005, 11:25 PM
If you are getting these errors:
rfc2047.o(.text+0x38f): In function `rfc2047_decode2':
: undefined reference to `libiconv_open'
rfc2047.o(.text+0x45c): In function `rfc2047_decode2':
: undefined reference to `libiconv'
rfc2047.o(.text+0x548): In function `rfc2047_decode2':
: undefined reference to `libiconv_close'
Try uninstalling libiconv. As of PHP 5 iconv ext. are built in.
Worked for me anyway.
Robert
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.