[imp] why does Horde/IMP re-define mime types, and Dovecot issue(s)

Chris H. fbsd at 1command.com
Sun Aug 6 17:07:51 PDT 2006


Hello Chuck, thank you for your response.

Quoting Chuck Hagenbuch <chuck at horde.org>:

> Horde, and all Horde apps, do not "redefine" any mime types, for PHP 
> or otherwise.

Good to hear.

> It may be that your server is segfaulting.

That does not appear to be the case; there are no indications that Apache
or Dovecot are stopping, or dying. There are no indications in any of the
logs, nor any cores on the system. I just wiped the disks and performed a
fresh install of everything (OS too). The results are still the same.
There are no errors in the Apache logs while using the imp/test.php to try
to find a problem. But attempting to connect to the IMAP(s) server (Dovecot),
on the test.php page, the Dovecot reveals this in it's log:

####
dovecot: Aug 06 05:47:32 Info: Dovecot v1.0.rc2 starting up
dovecot: Aug 06 05:56:06 Info: imap-login: Disconnected: Inactivity: 
rip=127.0.0.1, lip=127.0.0.1, TLS
dovecot: Aug 06 05:58:06 Warning: imap-login: SSL_accept() syscall 
failed: EOF [127.0.0.1]
dovecot: Aug 06 06:00:06 Info: imap-login: Disconnected: Inactivity: 
rip=127.0.0.1, lip=127.0.0.1, TLS
dovecot: Aug 06 06:02:06 Warning: imap-login: SSL_accept() syscall 
failed: EOF [127.0.0.1]
dovecot: Aug 06 06:10:41 Warning: Killed with signal 15
####

NOTE: Killed with signal 15 is always whats emmited when shutting Dovecot
down. It's a normal response.

####
dovecot: Aug 06 16:08:46 Info: Dovecot v1.0.rc2 starting up
dovecot: Aug 06 16:12:16 Info: imap-login: Disconnected: Inactivity: 
rip=127.0.0.1, lip=127.0.0.1, TLS
dovecot: Aug 06 16:14:16 Warning: imap-login: SSL_accept() syscall 
failed: EOF [127.0.0.1]
dovecot: Aug 06 16:16:16 Info: imap-login: Disconnected: Inactivity: 
rip=127.0.0.1, lip=127.0.0.1, TLS
dovecot: Aug 06 16:18:16 Warning: imap-login: SSL_accept() syscall 
failed: EOF [127.0.0.1]
dovecot: Aug 06 16:54:32 Info: imap-login: Disconnected: rip=127.0.0.1, 
lip=127.0.0.1, TLS
dovecot: Aug 06 16:54:33 Info: imap-login: Login: user=<joetest>, 
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
dovecot: Aug 06 16:54:34 Info: IMAP(joetest): Disconnected: Logged out
dovecot: Aug 06 16:55:34 Info: imap-login: Disconnected: Inactivity: 
rip=127.0.0.1, lip=127.0.0.1, TLS
########

The IMP test.php test also returns the following:

    * Trying protocol imap/ssl, Port 993:

          Certificate for localhost: self signed certificate:
          /C=US/ST=Washington/L=Seattle/O=H.R. Communications
          Corp./OU=Security/CN=fast.dnswatch.com/emailAddress=secure at localhost

    * Trying protocol imap/ssl/novalidate-cert, Port 993:

          SUCCESS - INBOX has 170 messages (122 new 11 recent)

The following configurations were successful and may be used in your 
imp/config/servers.php file:

    Configuration 1

        'server' => 'localhost'
        'protocol' => 'imap/ssl/novalidate-cert'
        'port' => '993'

The following IMAP server information was discovered from the remote server:

    Namespace Information

        NAMESPACE: ""
        DELIMITER: /
        TYPE: personal


    IMAP CHILDREN support:

        SUPPORTED

    IMAP Charset Search Support:

        Server supports searching with the UTF-8 character set.

So the test tells me everything is OK.
But /actual/ usage/ attempts indicate otherwise. :(
Any other thoughts or suggestions? Or am I required to use 3.11?

Thank you for all your time and consideration in this matter.

--Chris


>
>
> ----- Message from fbsd at 1command.com -----
>
>
>> Hello and thank you for your response...
>>
>> Quoting Christian Hernmarck <news-NO.SPAM at lists.hernmarck.ch>:
>>
>>> Hi Chris
>>>
>>> Chris H. schrieb am Samstag, 5. August 2006 05:58 im Beitrag
>>> <20060804205840.9bkq54wiogwg440c at webmail.1command.com>:
>>>>
>>>> Quoting Bill Graham <grahamcw at hurleybulldogs.com>:
>>>>
>>>>> On your second issue -
>>>>> I don't believe it's a Horde issue
>>>>> Apache isn't interperting php  - my guess is you don't have any
>>>>> .php
>>>>> defined to Apache or to the directory that Horde is in  ?
>>>>
>>>> As mentioned below, ever since Apache/ PHP have been around PHP
>>>> doc's have been defined as:
>>>> application/x-httpd-php
>>>>
>>>> Need proof? ;)
>>>> ...
>>>>    AddType application/x-httpd-php .php
>>>
>>> It only takes a short time to check if it's horde or your apache
>>> config which is /wrong/.
>>> Make a file, e.g. i.php in your horde webroot. With the following
>>> line:
>>> <?php phpinfo(); ?>
>>> And run it in the browser http://yourserver/horde/i.php
>>
>> Horde already provides this in horde-root/test.php. All test info
>> returned by the test.php (as provided by Horde/IMP) says that Horde/IMP
>> are satisfied with my installed software. As mentioned earlier, this is
>> virtually a clone of a /working/ 3.11 install. Except I am now running
>> 3.12 and chose the Dovecot option when prompted for the choice. All 
>> the other
>> web related applications that I run have no difficulty communicating with
>> PHP SSL, or MySQL. I do a great deal of server management (and have for some
>> 10yrs.) with web based applications. My PHP/SSL/MySQL installation
>> provides far more than Horde/IMP require. It's just that Horde/IMP attempt
>> to re-define the mime type of PHP /during/ the login process. There aren't
>> any problems prior. I can get the logon screen and when I did the setup
>> immediately after the installation, I could run the setup process. It was
>> not until I /required/ a logon and make the attempt to login, that
>> the problem
>> arises (after I press the logon button). It is then that Horde/IMP start
>> changing (re-defining) mime types (PHP).
>>
>> Thank you again for your response.
>>
>> --Chris
>>
>>> If this runs well then it seems to be a horde problem (the mime type
>>> thing you mentioned), otherwise I'd suggest to have a look at the
>>> apache/php configuration.
>>>
>>> Regards Christian
>>>
>>>
>>> --
>>> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>>> Frequently Asked Questions: http://horde.org/faq/
>>> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>>>
>>
>>
>>
>> --
>> panic: kernel trap (ignored)
>>
>>
>>
>> -----------------------------------------------------------------
>> FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006
>> /////////////////////////////////////////////////////////////////
>>
>> --
>> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
>
> -chuck
>
> --
> "we are plastered to the windshield of the bus that is time." - Chris
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>



-- 
panic: kernel trap (ignored)



-----------------------------------------------------------------
FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006
/////////////////////////////////////////////////////////////////



More information about the imp mailing list