Override exim messages
Hello,
I need to change the language for exim error messages. For example this one:
I need to change the data text in different language. I edit the /etc/exim.conf.local file and added the configuration under @ROUTERMIDDLE@ section:
Rebuilding the file exits with this error message:
What am I doing wrong or is there another way to change those kind of text in different language? Thanks.
fail_remote_domains:
driver = redirect
domains = ! +local_domains : ! localhost : ! localhost.localdomain
allow_fail
data = ":fail: The mail server could not deliver mail to $local_part@$domain. The account or doma
in may not exist, they may be blacklisted, or missing the proper dns entries."I need to change the data text in different language. I edit the /etc/exim.conf.local file and added the configuration under @ROUTERMIDDLE@ section:
@ROUTERMIDDLE@
fail_remote_domains:
driver = redirect
domains = ! +local_domains : ! localhost : ! localhost.localdomain
allow_fail
data = ":fail: Custom message. The mail server could not deliver mail to $local_part@$domain."Rebuilding the file exits with this error message:
/scripts/buildeximconf
....
....
Exim configuration error:
there are two routers called "fail_remote_domains"What am I doing wrong or is there another way to change those kind of text in different language? Thanks.
-
Hello, There's discussion of a workaround for making this type of change on the following thread: /scripts/posteximup help Thank you. 0 -
Thank for your answer. Is there some "native" solution? The described method is not very useful because if you make changes to current exim configarion, you will need to regenerate this custom file. 0 -
Hello, There's no functionality to support customization of those values in the Advanced Editor, but I encourage you to open a feature request if you'd like to see that in the future: Submit A Feature Request Thank you. 0
Please sign in to leave a comment.
Comments
3 comments