В моей сети есть постфиксные серверы, и очень многие пользователи не читают английский язык, и я хочу установить ошибки на испанском языке.
Моя версия почтовых серверов postfix:
mail_version = 2.9.6
Моя ОС:
On Ubuntu 12.04 server LTS
Заранее спасибо
Вы можете установить собственные сообщения об ошибках, заменяющие английские по умолчанию, с помощью:
bounce_template_file = /etc/postfix/bounce.cf
Из руководство:
The Postfix bounce(8) server produces delivery status notification (DSN) messages for undeliverable mail, delayed mail, successful deliv- ery or address verification requests. By default, these notifications are generated from built-in templates with message headers and message text. Sites can override the built-in information by specifying a bounce template file with the bounce_tem- plate_file configuration parameter.