Error remote_smtp

Avenueduweb

Verified User
Joined
Jun 8, 2004
Messages
113
Hello,

I've got a problem with some mails ([email protected]). When i post email to this addresses i've got this error :

"remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11"

I have not problems with others mails. My exim is setuping with spamassassin and spamblocker. What is the solution ?

Thanks. Bye.
 
This is what the mainlog says:

Code:
2006-03-06 10:01:14 1FGBac-00078A-BE <= [email][email protected][/email] H=82-217-78-36.cable.quicknet.nl (raymondpc) [82.217.78.36] P=esmtp S=2829 id=000f01c640fc$d65b6d10$6802a8c0@raymondpc T="TEST EMAIL" from <[email protected]> for [email][email protected][/email]
2006-03-06 10:01:14 1FGBac-00078A-BE == [email][email protected][/email] R=lookuphost T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11
2006-03-06 10:01:14 1FGBac-00078A-BE Frozen
 
RayManZ, I get no errors when I go through a dialogue with the .nl server manually.

I'd suggest shelling into the sending server and try a manual email exchange using telnet to the receiving server and see if you can send an email that way.

I'd also try tailing the logs on both servers while sending the message.

Jeff
 
The recieving server says:
Code:
2006-03-07 16:05:07 TLS error on connection from hosted-by.intronic-is.net (server1.intronic-is.net) [83.149.96.169] (SSL_accept): error:00000000:lib(0):func(0):reason(0)

I googled on the error but could not find anything...
 
Having added hosts_avoid_tls = * in remote_smtp: email began to leave but to not come.
 
Upgrade your OpenSSL to the latest version and recompile/upgrade your exim.

what is your exim version ?
 
I have the same problem too on one of the servers i maintain. I'm quite clueless why this error occurs, but i understand it has something to do with apache2 and SSL or TLS.

Tried all the advice on the forum to no avail. I wonder what's the way to go to upgrade openssl on a freebsd 6.1 server?

Edit:
Found a way. See post http://www.directadmin.com/forum/showthread.php?s=&threadid=10229&perpage=20&pagenumber=2.

Didn't solve the problem though.
 
Last edited:
Back
Top