Pierre Labastie wrote: > I should have been clearer. It is when sending local mail through > smtp. I think usual MUA like heirloom mailx use batch submission > (exim -bm), which works with the default config file.
I use mutt, which defaults to using "/usr/sbin/sendmail -oem -oi" (and sendmail is a symlink to exim), so I am using batch submission rather than SMTP. That explains why I do not see your problem. > You can reproduce the problem with: > exim -bs -v > helo <host-address> > mail from: <user>@<host-address> > rcpt to: <user>@<host-address> > temporarily rejected RCPT <user>@<host-address>: syntax error in > "control=dkim_disable_verify" Confirmed: I tried this and reproduced the problem exactly as you describe it. I still do not understand why this reports a syntax error. What happens when you run "/usr/sbin/exim -bV"? Does it report any syntax errors in the configuration file? I wonder if the configuration is OK but something else is feeding the "control=dkim_disable_verify" lines into a context where they are not syntactically valid. > I have bisected through the source repository, and found the commit where > the commands above started to generate the error... > ---- > commit f444c2c7e41c8a2b43b6270708e7eb88831f11e0 > Author: Jeremy Harris <[email protected]> > Date: Wed Jan 6 17:50:06 2016 +0000 > > DKIM: Remove embedded copy of PolarSSL and use OpenSSL/GnuTLS library. > Bug 1192 > ---- > I've tried to mail upstream, but I guess I need to subscribe, because my > mail does not appear in their archive. I hope you get a response! It would be a shame if nothing happened after you went to the trouble of bisecting the bug. Regards, Jeremy Henty -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
