From f6f0fafd9be4a774e11e3c7bff5377914f66dff0 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 13 Dec 1995 05:56:07 +0000 Subject: [PATCH] Change freefall's default mailer from smtp to smtp8 to try and avoid the 8 to 7 bit conversion.. --- etc/sendmail/freefall.mc | 3 ++- usr.sbin/sendmail/cf/cf/freefall.mc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/sendmail/freefall.mc b/etc/sendmail/freefall.mc index 18f3bfd1d2b8..833e4b04bede 100644 --- a/etc/sendmail/freefall.mc +++ b/etc/sendmail/freefall.mc @@ -33,7 +33,7 @@ divert(-1) # SUCH DAMAGE. # -VERSIONID(`@(#)freefall.mc $Revision: 1.5 $') +VERSIONID(`@(#)freefall.mc $Revision: 1.6 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl MAILER(local)dnl @@ -45,6 +45,7 @@ define(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl define(`confCHECKPOINT_INTERVAL', `4')dnl define(`confAUTO_REBUILD', `True')dnl define(`confMIN_FREE_BLOCKS', `1024')dnl +define(`confSMTP_MAILER', `smtp8')dnl define(`confME_TOO', `True')dnl define(`confMCI_CACHE_TIMEOUT', `10m')dnl define(`confTO_QUEUEWARN', `1d')dnl diff --git a/usr.sbin/sendmail/cf/cf/freefall.mc b/usr.sbin/sendmail/cf/cf/freefall.mc index 18f3bfd1d2b8..833e4b04bede 100644 --- a/usr.sbin/sendmail/cf/cf/freefall.mc +++ b/usr.sbin/sendmail/cf/cf/freefall.mc @@ -33,7 +33,7 @@ divert(-1) # SUCH DAMAGE. # -VERSIONID(`@(#)freefall.mc $Revision: 1.5 $') +VERSIONID(`@(#)freefall.mc $Revision: 1.6 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl MAILER(local)dnl @@ -45,6 +45,7 @@ define(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl define(`confCHECKPOINT_INTERVAL', `4')dnl define(`confAUTO_REBUILD', `True')dnl define(`confMIN_FREE_BLOCKS', `1024')dnl +define(`confSMTP_MAILER', `smtp8')dnl define(`confME_TOO', `True')dnl define(`confMCI_CACHE_TIMEOUT', `10m')dnl define(`confTO_QUEUEWARN', `1d')dnl