mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Change freefall's default mailer from smtp to smtp8 to try and avoid
the 8 to 7 bit conversion..
This commit is contained in:
parent
1cdb60485c
commit
f6f0fafd9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12800
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user