From a532aec4ebe68b712a74ba9bad0839b90d4ef7a9 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 Jul 2002 21:46:28 +0000 Subject: Did away with Mail::Internet. Using local sendmail binary only --- Echolot/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Echolot/Config.pm') diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 4d2f07a..b651d81 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader -# $Id: Config.pm,v 1.21 2002/07/10 17:58:05 weasel Exp $ +# $Id: Config.pm,v 1.22 2002/07/10 21:46:28 weasel Exp $ # =pod @@ -62,7 +62,7 @@ sub init($) { hash_len => 8, addresses_default_ttl => 5, # getkeyconf seconds (days) check_resurrection_ttl => 8, # check_resurrection seconds (weeks) - smarthost => 'localhost', + sendmail => '/usr/sbin/sendmail', mailindir => 'mail', mailerrordir => 'mail-errors', fetch_new => 1, -- cgit v1.2.3