exim 4.42

Chrysalis

Verified User
Joined
Aug 25, 2004
Messages
1,587
Location
uk
anyone managed to get exim 4.42-1 working on freebsd 4.x yet? for me it installs but doesnt start.

exim 4.34 gets a routing error to my email address when it tries to send the tickets via email but then can send the mail error fine to the same address, so currently using exim 4.24.
 
I've got the same problem here. Also running FreeBSD 4.9.

:)

webhosting# /usr/local/etc/rc.d/exim status
exim dead but subsys locked
 
Last edited:
DirectAdmin Support said:
Hello,

Check what happens when you type:

/usr/sbin/exim -bV

If it correctly shows the version number, then try installing a different exim.conf and exim.pl:

wget -O /etc/exim.conf http://files.directadmin.com/services/exim.conf
wget -O /etc/exim.pl http://files.directadmin.com/services/exim.pl
chmod 755 /etc/exim.pl

John
Hi,
i receive this answer:

hera# /usr/sbin/exim -bV
Bad system call (core dumped)

So i think something is wrong with the install file.
Any update or fix?
Thanks
Regards,
Christos
 
During startup:

pid 88 (exim), uid 0: exited on signal 12 (core dumped)
pid 89 (exim), uid 0: exited on signal 12 (core dumped)
pid 251 (exim), uid 0: exited on signal 12 (core dumped)
pid 351 (exim), uid 0: exited on signal 12 (core dumped)
pid 360 (exim), uid 0: exited on signal 12 (core dumped)
pid 377 (exim), uid 0: exited on signal 12 (core dumped)
pid 386 (exim), uid 0: exited on signal 12 (core dumped)
pid 422 (exim), uid 0: exited on signal 12 (core dumped)
pid 432 (exim), uid 0: exited on signal 12 (core dumped)
pid 457 (exim), uid 0: exited on signal 12 (core dumped)
 
Re: exim

netline said:
I get the same

Who that can solve this problem ?

I get exactly the same. Maybe support can give some advice.
 
Last edited:
Re: Re: exim

user# wget -O /etc/exim.conf http://files.directadmin.com/services/exim.conf
(...)
16:55:56 (162.36 KB/s) - `/etc/exim.conf' saved [40401/40401]

user# wget -O /etc/exim.pl http://files.directadmin.com/services/exim.pl
(...)
16:56:54 (88.73 KB/s) - `/etc/exim.pl' saved [5361/5361]

user# chmod 755 /etc/exim.pl

user# /usr/local/etc/rc.d/exim restart
Shutting down exim: [ FAILED ]
Starting exim: [ OK ]
user# /usr/local/etc/rc.d/exim status
exim dead but subsys locked
 
Hello,

Alright, I've re-uploaded another exim package:

http://files.directadmin.com/services/freebsd4.8/da_exim-4.42-1.tgz

For anyone experiencing this problem, run:
Code:
pkg_delete exim-4.42-1
wget http://files.directadmin.com/services/freebsd4.8/da_exim-4.42-1.tgz
pkg_add da_exim-4.42-1.tgz
Let me know if there are anymore issues related to this.

John
 
I try again, And it is not working...

I get the errors in my systemlog

Sep 30 20:10:53 anke /kernel: pid 99731 (exim), uid 0: exited on signal 12 (core dumped)
Sep 30 20:11:00 anke /kernel: pid 99742 (exim), uid 0: exited on signal 12 (core dumped)
Sep 30 20:11:00 anke /kernel: pid 99752 (exim), uid 0: exited on signal 12 (core dumped)
Sep 30 20:11:01 anke /kernel: pid 99757 (exim), uid 0: exited on signal 12 (core dumped)
Sep 30 20:11:10 anke /kernel: pid 99769 (exim), uid 0: exited on signal 12 (core dumped)
Sep 30 20:12:00 anke /kernel: pid 99861 (exim), uid 0: exited on signal 12 (core dumped)
Sep 30 20:12:10 anke /kernel: pid 99901 (exim), uid 0: exited on signal 12 (core dumped)
Sep 30 20:12:23 anke /kernel: pid 99907 (exim), uid 0: exited on signal 12 (core dumped)
Sep 30 20:12:25 anke /kernel: pid 99914 (exim), uid 0: exited on signal 12 (core dumped)
 
Back
Top