diff options
Diffstat (limited to 'debian/examples')
-rw-r--r-- | debian/examples/Makefile.in | 4 | ||||
-rw-r--r-- | debian/examples/tls/starttls.m4.in | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/examples/Makefile.in b/debian/examples/Makefile.in index 1dee680..496bdff 100644 --- a/debian/examples/Makefile.in +++ b/debian/examples/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/debian/examples/tls/starttls.m4.in b/debian/examples/tls/starttls.m4.in index dd45c0a..8f7a66e 100644 --- a/debian/examples/tls/starttls.m4.in +++ b/debian/examples/tls/starttls.m4.in @@ -54,8 +54,11 @@ dnl # NOTE: The key must *NOT* be encrypted !!! define(`confCLIENT_CERT', `@sysconfdir@/mail/tls/sendmail-client.crt')dnl define(`confCLIENT_KEY', `@sysconfdir@/mail/tls/sendmail-common.key')dnl dnl # +dnl # DH parameters +define(`confDH_PARAMETERS',`@sysconfdir@/mail/tls/sendmail-common.prm')dnl +dnl # dnl # Optional settings -define(`confTLS_SRV_OPTIONS', `V')dnl # do not request user certs +define(`confTLS_SRV_OPTIONS', `')dnl # do not request user certs dnl # dnl # Do not touch anything below this line... ')')dnl |