Problems with IMP on Horde (fwd)

Brent J. Nordquist bjn@horde.org
Sun, 4 Mar 2001 18:20:19 -0600 (CST)


Thomas, I don't know the answer to this one.  A quick search of the IMP
list archive shows that a few others have reported this problem over the
years, but no definite conclusions.  There is a syslog message in the
middle of the defaults.php3 you sent?!  Make sure that isn't in your
actual file.  :-)

I'm sending this to the IMP list to see if someone else might have
suggestions.  Please reply to this message and tell the list exactly what
version of Horde, IMP, Apache, and PHP you're using; those details often
matter.

-- 
Brent J. Nordquist <brent-nordquist@bethel.edu> KC0JMP
Yahoo!: Brent_Nordquist / AIM: BrentJNordquist / ICQ: 76158942

---------- Forwarded message ----------
Date: Sun, 4 Mar 2001 16:51:05 +0100
From: Thomas Angermayer <ange@htl-donaustadt.at>
To: bjn@horde.org
Subject: Problems with IMP on Horde

Dear Mr. Nordquist!

I've a strange problem with IMP on horde and I pretty hope that you can
give me an advice... I've setup horde and IMP on sonja.htl-donaustadt.at.
It seems that horde ans IMP all run correctly. But when I try to contact
the imap or pop3 service on sonja.htl-donaustadt.at from IMP then I get
only the message "Document contains no data" and the apache server error
log posted: "FATAL:  emalloc():  Unable to allocate 537214681 bytes". But
in case I misstyped my user name or my password I get the appropriate IMP
message that the login failed.

Now it comes. When I try to connect to our other IMP-Server
monika.itabt.htl-donaustadt.at from IMP everything works ok and a can see
my mailbox there. The next strange thing is that when i go to the Horde
homepage to the demo IMP-Server (URL:
http://demo.horde.org/stable/horde/imp/), I'm able to log on to
sonja.htl-donaustadt.at over IMAP!!!!!

I don't know what's wrong here.

I hope you can help me! Please finde my IMP defaults.php3 enclosed

Thanks in advance and with best regards
    Thomas

<?php
/* file: defaults.php3 */
/* setup.php3 by Jason "ZeroDiVide" Orcutt < zerodiv@atcjet.net > */


/* For debugging purposes */
$default->error_level                    = '15';


/* The longest that things like file uploads and slow functions */
/* should be allowed to run. 0 means run until termination */
/* (forever if infinite loop). */


/* NOTE: you can't set this to 0 if safe_mode is on. */
$default->max_execution_time             = 0;
Message from syslogd@sonja at Sun Mar  4 16:49:42 2001
                                                       ...
sonja *[25594]: IMAP toolkit crash: Lock when already locked
$default->localhost                      = 'sonja.htl-donaustadt.at';


/* Web Server Configuration */
$default->root_url                       = '/horde/imp';
$default->include_dir                    = './templates';
$default->graphics_url                   = '/horde/imp/graphics';


/* Default IMAP Server Configuration */
$default->server                         = 'mail.htl-donaustadt.at';
$default->from_server                    = 'htl-donaustadt.at';
$default->port                           = '143';
$default->servtype                       = 'imap';


/* Default IMAP Folder Configuration */
$default->folders                        = '';
$default->use_imap_subscribe             = false;
$default->show_dotfiles= false;
$default->save_sent_mail= true;
$default->sent_mail= 'sent-mail';
$default->postponed= 'drafts';


/* Ldap searching */
$default->use_ldap_search                = false;


/* Server list : user is presented with a list */
/* of available imap servers */
$default->use_server_list                = false;


/* User changeable items */
$default->user_change_server             = true;
$default->user_change_port               = true;
$default->user_change_servtype           = true;
$default->user_change_folder             = true;
$default->user_change_from               = true;
$default->user_change_fullname           = true;
$default->user_use_addressbook           = true;


/* Check For New Mail Configuration */
$default->newmail_popup                  = false;
$default->refresh_delay                  = '600';


/* External Binaries Configuration */
$default->path_to_sendmail               = '/usr/sbin/sendmail';       /* Sendma
$default->path_to_ispell                 = '/usr/bin/ispell';         /* ISpell
$default->path_to_mswordview             = '/usr/bin/wvHtml';     /* M$WordView
$default->path_to_tar                    = '/bin/tar';            /* Tar */


/* Cyrus Configuration */
$default->personal_folders               = '';    /* i.e. INBOX. */


/* Default Language Configuration */
$default->language                       = 'de';


/* Message Configuration */
$default->append_header                  = true;
$default->append_trailer                 = true;


/* Text Viewing */
$default->text_parts_inline              = true;


/* Database Configuration */
$default->use_db                         = true;
$default->database_driver                = 'mysql';
$default->db_user_name                   = 'hordemgr';
$default->db_password                    = '**********';
$default->db_security_nag                = true;
$default->db_name                        = 'horde';
$default->db_server_name                 = 'localhost';
$default->db_pref_table                  = 'imp_pref';
$default->db_address_table               = 'imp_addr';
$default->db_connect_string              = '';
$default->db_server_port                 = '';
$default->db_server_options              = '';
$default->db_server_tty                  = '';


?>