diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2023-01-17 06:49:07 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2023-02-01 03:20:51 +0000 |
| commit | 8d4a89c92fadf5c130e4bbfff8c8b53a0105eebe (patch) | |
| tree | c59201b9861f5f97ba1aef4936d874709b85bf3a /etc | |
| parent | 1b51c714b007cdaf22a58239010fb97e97377d26 (diff) | |
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/sendmail/freebsd.submit.mc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/sendmail/freebsd.submit.mc b/etc/sendmail/freebsd.submit.mc index fabc1118fa21..165c5f8eadf8 100644 --- a/etc/sendmail/freebsd.submit.mc +++ b/etc/sendmail/freebsd.submit.mc @@ -1,6 +1,6 @@ divert(-1) # -# Copyright (c) 2001-2003 Sendmail, Inc. and its suppliers. +# Copyright (c) 2001-2003, 2014 Proofpoint, Inc. and its suppliers. # All rights reserved. # # By using this file, you agree to the terms and conditions set @@ -24,3 +24,6 @@ define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl dnl dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:0:0:0:0:0:0:0:1] FEATURE(`msp', `[127.0.0.1]')dnl +dnl enable this for SMTPUTF8 support +dnl LOCAL_CONFIG +dnl O SMTPUTF8=true |
