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 @[email protected] 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.
I need to change the language for exim error messages. For example this one:
Code:
fail_remote_domains:
driver = redirect
domains = ! +local_domains : ! localhost : ! localhost.localdomain
allow_fail
data = ":fail: The mail server could not deliver mail to [email protected]$domain. The account or doma
in may not exist, they may be blacklisted, or missing the proper dns entries."
I edit the /etc/exim.conf.local file and added the configuration under @[email protected] section:
Code:
@[email protected]
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 [email protected]$domain."
Code:
/scripts/buildeximconf
....
....
Exim configuration error:
there are two routers called "fail_remote_domains"
Thanks.