Email not delivered, but frozen instead

mvdg27

Verified User
Joined
Oct 25, 2006
Messages
20
Hi,

I just got my new webserver with DA installed on it. I really like the control panel, but I have one quite serious problem. I'm not sure whether it's DA-related, but I've never had this problem with my former server/control panel.

What happens is that email send to my users is initially not delivered in their mailbox, but is kept frozen on the webserver. I have to manually thaw the email and then retry, before the email is actually delivered.

Does anyone know why this happening and how I can solve this?

I'm fairly new with linux (commandline at least), so I'd appriciate it if somebody could explain it in more than just 2 words (if you know what I mean ;))

Thanx in advance!
-Michiel
 
Make sure you've got working recursive nameservers in your /etc/resolv.conf file.

Reinstall a new copy of exim.conf.

Jeff
 
I dont believe it has to do with the DNS but: http://directadmin.com/forum/showthread.php?s=&threadid=15175

I still got the problem and John doesn't know what do except to trying a reinstall of the total system.
 
I don't know if it's DNS either, but checking certainly shouldn't take much time. Do some digs from the command line, to the mx records of the frozen emails:
Code:
dig destination.example.com mx
to make sure they resolve.

And certainly reinstalling the exim.conf file and restarting exim is a lot less drastic than the entire server, so I'd still give that a try :) .

You might want to try asking on the exim-users list.

Jeff
 
It's not the DNS... It happened after upgrading to OpenSSL 0.9.8d ;)

Even not the exim.conf, tried to... Recompiled everything from source...

Reported bug @ Exim list but no respons :(

Before you ask to downgrade to .c

Code:
/usr/bin/ld: warning: libcrypto.so.5, needed by /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../libc-client.so, may conflict with libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.5, needed by /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../libc-client.so, may conflict with libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.5, needed by /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../libc-client.so, may conflict with libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.5, needed by /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../libc-client.so, may conflict with libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.5, needed by /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../libc-client.so, may conflict with libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.5, needed by /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../libc-client.so, may conflict with libcrypto.so.0.9.8
Code:
[root@sf01 customapache]# whereis libcrypto.so.5
libcrypto.so: /lib/libcrypto.so.5 /usr/lib/libcrypto.so /usr/lib/libcrypto.so.0
While building PHP 5.1.6
 
Last edited:
Back
Top