From c41010f90012950e088392cb7f34634c631b5844 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Mon, 24 Jul 2006 16:11:45 +0000 Subject: [PATCH] Enable anvil and scache. By popular demand. It's also enabled by default on postfix distribution. --- gnu/dist/postfix/conf/master.cf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/dist/postfix/conf/master.cf b/gnu/dist/postfix/conf/master.cf index 272cf6f6cb71..9ab3f6cecd0d 100644 --- a/gnu/dist/postfix/conf/master.cf +++ b/gnu/dist/postfix/conf/master.cf @@ -1,4 +1,4 @@ -# $NetBSD: master.cf,v 1.12 2006/07/19 01:35:39 rpaulo Exp $ +# $NetBSD: master.cf,v 1.13 2006/07/24 16:11:45 rpaulo Exp $ # # # Postfix master process configuration file. For details on the format @@ -41,8 +41,8 @@ discard unix - - n - - discard local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - n - - lmtp -#anvil unix - - n - 1 anvil -#scache unix - - n - 1 scache +anvil unix - - n - 1 anvil +scache unix - - n - 1 scache # # ==================================================================== # Interfaces to non-Postfix software. Be sure to examine the manual