aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-04-18 14:52:42 +0000
committerNicolas Vigier <boklm@mageia.org>2012-04-18 14:52:42 +0000
commitc54179d1f6d137f4004b2bc4567ffed70101c0ec (patch)
tree1675c1da32b4fd9f6c1eba004d50734948c42a07 /modules/postfix
parentc48045f9520c3ed27768f276ff226f496b8a1ae5 (diff)
downloadpuppet-c54179d1f6d137f4004b2bc4567ffed70101c0ec.tar
puppet-c54179d1f6d137f4004b2bc4567ffed70101c0ec.tar.gz
puppet-c54179d1f6d137f4004b2bc4567ffed70101c0ec.tar.bz2
puppet-c54179d1f6d137f4004b2bc4567ffed70101c0ec.tar.xz
puppet-c54179d1f6d137f4004b2bc4567ffed70101c0ec.zip
update distribution name in smtpd banner
Diffstat (limited to 'modules/postfix')
-rw-r--r--modules/postfix/templates/main.cf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf
index 6652c4c9..ffda06b3 100644
--- a/modules/postfix/templates/main.cf
+++ b/modules/postfix/templates/main.cf
@@ -85,7 +85,7 @@ sympabounce_destination_recipient_limit = 1
<%- end -%>
#delay_warning_time = 4h
-smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux)
+smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (<%= lsbdistid %>)
unknown_local_recipient_reject_code = 450
smtp-filter_destination_concurrency_limit = 2
lmtp-filter_destination_concurrency_limit = 2