Use new default settings

This commit is contained in:
Imran Haider 2015-06-20 19:22:23 -04:00
parent 35134096c6
commit b29a2e4180
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
{{ set_parameter('smtpd_banner', '$myhostname ESMTP $mail_name') }}
{{ set_parameter('biff', 'no') }}
{{ set_parameter('compatibility_level', '2') }}
# appending .domain is the MUA's job.
{{ set_parameter('append_dot_mydomain', 'no') }}