rozen remote_smtp defer (-1) 0x000b only with webmails.

Rolling back Exim (from version 4.86 to 4.85) has fixed the problem for me too.
 
I've added the patch to the exim-4.86.tar.gz on files1.directadmin.com.
When you type:
Code:
./build update
you should see:
Code:
*** MD5 Checksum for exim-4.86.tar.gz Failed.  Redownloading...***
and it should re-download the new tar.gz file.
If you're not using files1, then you might need to wait up to 24 hours for the server to sync to the other mirrors.

The new tar.gz is 2443625 bytes in size. The old one is 2331569, so make sure you've actually go the new one before compiling.

Also, if you manually download it early, the md5 will fail and it would re-download the old one again, so you'd just need to edit the versions.txt to clear out the md5 hash to the right of the exim:4.86:HASH entry, eg:
Code:
exim:4.86:
but a "./build update" would download a new versions.txt too, so if you're confused, just wait 24 hours ;)

John
 
@John, Thanks! The patch seems to have solved the problem on my servers. :)
 
I have a problem which resembles the above. Unfortunately, the latest version does not seem to resolve this. I have now rolled back to 4.85.

I have seen this only with one e-mail provider, zonnet.nl. Furthermore, in the mainlog I get:

2015-10-13 20:18:55 1Zm49y-0007pC-04 [217.149.195.27] SSL verify error: depth=0 error=self signed certificate cert=/C=NL/ST=Some-State/O=InterNLnet / Tele2/OU=IT/CN=deliver01.zonnet.isp-net.nl
2015-10-13 20:18:55 1Zm49y-0007pC-04 [217.149.195.27] SSL verify error: certificate name mismatch: "/C=NL/ST=Some-State/O=InterNLnet / Tele2/OU=IT/CN=deliver01.zonnet.isp-net.nl"
2015-10-13 20:18:56 1Zm49y-0007pC-04 Spool file 1Zk7W3-0005kF-Rt-D not found

Could the SSL error have anything to do with this?
 
Back
Top