Problem with README.exim.md #98
bjornblomqvist
started this conversation in
Ideas
Replies: 1 comment
-
|
I'm not using exim either, so I'm glad to take pull requests with a known good configuration, but I cannot verify (or fix) it myself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The example in README.exim.md does not work as is. The return_path set would always include a space at the end and would get rejected by the receiving smtp server.
Return-Path: <SRS0=0uXk=2F=another-dummy.net=jane.doe@dummy-host.com >My fix was to remove the line breaks in the configuration like seen below.
Unfortunately I am not very good at exim4 configuration so I cant say where in my change the fix is.
I am using Exim 4.92.
Beta Was this translation helpful? Give feedback.
All reactions