compose errors at send
John Read
john.read@newnet-marketing.de
Fri, 1 Jun 2001 21:23:18 +0100
hello,
I have just finished installing IMP v.2.2.5 on a SuSe linus 7.1 with a local
postfix mail server. It seems to be running (and looks very good), the
/horde/test.php3, etc ran fine. I can also see and move emails in the IMAP
folders without any problems.
When I try to send an email then there are various effects depending on the
browser that I am using.
1: lynx: it works ok.
2: Netscape 4.7.6 : "The document contained no data". No email sent. No
entry in server logs.
3: IE 5.50 SP1: tries to access something!!! Does not show what it is
trying to access. Times out finally. No email sent. No entry in server logs.
Where can I look for any other errors?? Can I turn a debugging, or logging
on??
Thanks.
regards
--
John Read
NewNet Marketing
Tel: +49-8076-8879818
Fax: +49-8076-8879819
>From rbarnett@neuromics.com Date: Fri, 1 Jun 2001 14:26:16 -0500
Return-Path: <rbarnett@neuromics.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 51234 invoked from network); 1 Jun 2001 19:29:40 -0000
Received: from unknown (HELO C.private.neuromics.com) (208.210.149.98)
by horde.org with SMTP; 1 Jun 2001 19:29:40 -0000
Received: (from apache@localhost)
by C.private.neuromics.com (8.11.0/8.11.0) id f51JQG323565
for imp@lists.horde.org; Fri, 1 Jun 2001 14:26:16 -0500
Received: from 192.168.193.1 ( [192.168.193.1])
as user rbarnett@imap.private.neuromics.com by C.private.neuromics.com with HTTP;
Fri, 1 Jun 2001 14:26:16 -0500
Message-ID: <991423576.3b17ec5833579@C.private.neuromics.com>
Date: Fri, 1 Jun 2001 14:26:16 -0500
From: Rodney Barnett <rbarnett@neuromics.com>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Setting default addressbooks in prefs.php
In IMP 2.3.7-cvs, what is the proper way to fill in multiple addressbooks in the
following configuration from prefs.php?
> // addressbook(s) to use when expanding addresses
> $_prefs['search_sources'] = array(
> 'value' => '',
> 'locked' => false,
> 'shared' => false,
> 'type' => 'implicit'
> );
I tried replacing '' with an array, but that produced what appears to be a type
conversion error on the Addressbook options page.
TIA.
Rodney