summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-10 21:46:28 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-10 21:46:28 +0000
commita532aec4ebe68b712a74ba9bad0839b90d4ef7a9 (patch)
treeb2778522e045e0b476eda113514b9a7c2950f343 /Echolot/Config.pm
parentab769e4e8e9fb8d6fec70dbd9704819988b70de6 (diff)
Did away with Mail::Internet. Using local sendmail binary only
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r--Echolot/Config.pm4
1 files changed, 2 insertions, 2 deletions
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 <peter@palfrader.org>
-# $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,