Full changelog;
New Exim release 4.95 with multiple security fixes.
New Exim release 4.95 with multiple security fixes.
Enabling BlockCracking...
BlockCracking is now enabled.
2021-10-04 17:47:42 Exim configuration error in line 1 of /etc/exim.srs.conf:
main option "srs_config" unknown
2021-10-04 17:47:42 Exim configuration error in line 1 of /etc/exim.srs.conf:
main option "srs_config" unknown
Your version of Exim does not support SRS, which is needed for Easy Spam Fighter. Please update exim using the CustomBuild script: ./build exim.
root@b:/usr/local/directadmin/custombuild# ./build easy_spam_fighter
2021-10-04 17:47:52 Exim configuration error in line 1 of /etc/exim.srs.conf:
Please update exim using the CustomBuild script: ./build exim.
2021-10-04 19:10:21 cwd=/home/<snip path>/public_html/wp-admin 5 args: /usr/sbin/sendmail -t -i -f <snip email address>
2021-10-04 19:10:47 cwd=/home/<snip path>/public_html/wp-admin 5 args: /usr/sbin/sendmail -t -i -f <snip email address>
2021-10-04 19:10:48 1mXRUF-0007cW-RY <= <snip email address> U=<snip> P=local S=86259 id=puYiDrDizGHjDsdsiP7xrdSmRFAGuDECIC1s0LCkYY@<snip> T="Some subject" from <snip email address> for <snip email address>
2021-10-04 19:10:48 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1mXRUF-0007cW-RY
2021-10-04 19:10:48 1mXRUF-0007cW-RY => <snip> <snip> F=<snip> SRS=<SRS0=34GM8k=OY=<snip>=<snip>> R=virtual_user T=dovecot_lmtp_udp S=87543 C="250 2.0.0 <snip email address> uHYZDZg1W2GaOQAANN8VOA Saved"
2021-10-04 19:10:48 1mXRUF-0007cW-RY Completed
Replace EXPERIMENTAL_SRS_ALT with EXPERIMENTAL_SRS in build script, and re-build the old version of exim after.Hi Richard,
Thanks for your reply.
I want to revert exim version because of the logging in /var/log/exim/mainlog.
In /var/log/exim/mainlog I find that the mails that error only log a single line, usually to an external e-mail address
Code:2021-10-04 19:10:21 cwd=/home/<snip path>/public_html/wp-admin 5 args: /usr/sbin/sendmail -t -i -f <snip email address>
Mail that arrives (eg. local mail) log multiple lines in /var/log/exim/mainlog
Code:2021-10-04 19:10:47 cwd=/home/<snip path>/public_html/wp-admin 5 args: /usr/sbin/sendmail -t -i -f <snip email address> 2021-10-04 19:10:48 1mXRUF-0007cW-RY <= <snip email address> U=<snip> P=local S=86259 id=puYiDrDizGHjDsdsiP7xrdSmRFAGuDECIC1s0LCkYY@<snip> T="Some subject" from <snip email address> for <snip email address> 2021-10-04 19:10:48 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1mXRUF-0007cW-RY 2021-10-04 19:10:48 1mXRUF-0007cW-RY => <snip> <snip> F=<snip> SRS=<SRS0=34GM8k=OY=<snip>=<snip>> R=virtual_user T=dovecot_lmtp_udp S=87543 C="250 2.0.0 <snip email address> uHYZDZg1W2GaOQAANN8VOA Saved" 2021-10-04 19:10:48 1mXRUF-0007cW-RY Completed
As said: it's a bit vague as not all WordPress mail 'hangs'. Thus I want to debug with an older version.
When I configure custom_version.txt to use the previous Exim I have all run ./build exim ./build exim_conf, ./build easy_spam_fighter but all of those end with the 'SRS not supported' message so I'm a bit stuck there...
echo ini_get('sendmail_path') ;
/usr/sbin/sendmail -t -i -f <the@emailadres>
@dkzr
PHPmailer?
Then yes or no with SMTP configured / settings there? While looks like direct sendmail then out of phpmailer?
If phpmailer used then latest version?
while there are versions with security and other bugs....
Curiuos about versions while if phpmailer and configs while this combi could be maybe then problem if not updated or..? If this is happening > If authentication fails , it gives up , and with some changes and buggy before in older phpmailer then...
https://www.exim.org/exim-html-current/doc/html/spec_html/ch-smtp_authentication.html prior to Exim 4.95
With this https://core.trac.wordpress.org/ticket/52822
So maybe it is not the exim version that is real cause is what i am trying to say.![]()
Yup that was the reason i asked for yes or no SMTP , the sendmail and now more in combination with auth.... not succeeding / succesfull and this newer handling in updated exim is a ....I'm running with apache with php-fpm (PHP 8) and I have rebuild apache/web, spamassassin and exim conf,
to no avail yet
So it seems the queue from sendmail doesn't get processed, sending via smtp works fine
Unable to call getifaddrs: 97 Address family not supported by protocol
IPv4 and IPv6 Apache ?look like when sendmail with php "mail()"
it generate paniclog
when restart exim, Mail Queue got processing fine
but it send when I restart, All mail queue got sending
I found the same in my log. Did not link it to this though but perhaps it is linked!look like when sendmail with php "mail()"
it generate paniclog