set DELIVERY_MODE to 'queue'

This commit is contained in:
cgd 1993-12-19 10:28:31 +00:00
parent 47b4886a7f
commit 734451e0ff
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ divert(-1)
#
include(`../m4/cf.m4')
VERSIONID(`@(#)sun-lamp.mc $Revision: 1.3 $')
VERSIONID(`@(#)sun-lamp.mc $Revision: 1.4 $')
OSTYPE(bsd4.4)dnl
MAILER(local)dnl
MAILER(smtp)dnl
@ -45,6 +45,7 @@ define(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl
define(`confCHECKPOINT_INTERVAL', 10)dnl
define(`confAUTO_REBUILD', True)dnl
define(`confMESSAGE_TIMEOUT', 3d/4h)dnl
define(`confDELIVERY_MODE', queue)dnl
Cwlamp