I just got a complaint from a client about the non-correct SPF records being used, I looked into this with DEBUG logging and found the following:
Wed, 10 Sep 2014 11:22:45 -> Success: Action=[Add Mail To Queue], Details=[2 KB]
Wed, 10 Sep 2014 11:22:45 -> Success: Action=[Process Mail], Details=[2 KB: Start transfer.]
Wed, 10 Sep 2014 11:22:45 -> Success: Action=[MX Lookup], Details=[DNS=94.142.208.6, Domain=webtic.nl: Found 1 records]
Wed, 10 Sep 2014 11:22:45 -> Success: Action=[SMTP Transfer], Details=[Domain=webtic.nl, Host=exim1.webtic.nl:25, IP=82.94.199.249: Connection accepted.]
Wed, 10 Sep 2014 11:22:45 -> ***DEBUG*** -> Success: Action=[Recv Response], Details=[IP=82.94.199.249: 220 smurf.webtic.nl ESMTP Exim 4.77 Wed, 10 Sep 2014 11:23:32 +0200]
Wed, 10 Sep 2014 11:22:45 -> ***DEBUG*** -> Success: Action=[Send Command], Details=[IP=82.94.199.249: EHLO KO3.net]
Wed, 10 Sep 2014 11:22:45 -> ***DEBUG*** -> Success: Action=[Recv Response], Details=[IP=82.94.199.249: 250-smurf.webtic.nl Hello mx1.ko3.net [94.142.213.180]]
Wed, 10 Sep 2014 11:22:45 -> ***DEBUG*** -> Success: Action=[Recv Response], Details=[IP=82.94.199.249: 250-SIZE 52428800]
Wed, 10 Sep 2014 11:22:45 -> ***DEBUG*** -> Success: Action=[Recv Response], Details=[IP=82.94.199.249: 250-PIPELINING]
Wed, 10 Sep 2014 11:22:45 -> ***DEBUG*** -> Success: Action=[Recv Response], Details=[IP=82.94.199.249: 250-AUTH PLAIN LOGIN CRAM-MD5]
Wed, 10 Sep 2014 11:22:45 -> ***DEBUG*** -> Success: Action=[Recv Response], Details=[IP=82.94.199.249: 250 HELP]
It uses KO3.net in the EHLO where it should be using MX1.KO3.net. I could not find this setting in any of the .ini files. (How) can this be configured?