diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-03 00:28:22 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-03 00:28:22 +0000 |
commit | 7fcfc52aa66f89ea196f08d3b26a969fad1a4c93 (patch) | |
tree | 160e68b47ee6b0120cbc07284e6dc8daaa8e77e9 /Echolot | |
parent | 9466ae2cbdb04f340274b31f63f7c1a19fb69492 (diff) |
rename mail dirs
Diffstat (limited to 'Echolot')
-rw-r--r-- | Echolot/Config.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 7c98535..63facde 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.10 2002/07/02 23:16:53 weasel Exp $ +# $Id: Config.pm,v 1.11 2002/07/03 00:28:22 weasel Exp $ # =pod @@ -32,8 +32,8 @@ sub init($) { hash_len => 8, addresses_default_ttl => 5, # days smarthost => 'localhost', - mailindir => 'mail/IN', - mailerrordir => 'mail/ERROR', + mailindir => 'mail', + mailerrordir => 'mail-errors', fetch_new => 1, ping_new => 1, show_new => 1, |