[imp] help
Victor Ientilucci
victor at hostopia.com
Tue Mar 4 17:02:22 UTC 2008
please remove me from your mailing list. thanks
--
Victor Ientilucci
Hostopia.com
5915 Airport Rd. Suite 1100
Mississauga, ON
L4V 1T1
Direct - ( 416 ) 883-6757
Toll Free - 1 800 332 9438
Quoting imp-request at lists.horde.org:
> Send imp mailing list submissions to
> imp at lists.horde.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.horde.org/mailman/listinfo/imp
> or, via email, send a message with subject or body 'help' to
> imp-request at lists.horde.org
>
> You can reach the person managing the list at
> imp-owner at lists.horde.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of imp digest..."
>
>
> Today's Topics:
>
> 1. Re: Universal Time problem (Matthew Zaleski)
> 2. Can't authenticate against my IMAP Server (Philip MacIver)
> 3. Re: Quota display problems (Jan Schneider)
> 4. Re: Can't authenticate against my IMAP Server (Jan Schneider)
> 5. Re: Quota display problems ( Luis Hern?n Otegui )
> 6. Re: Can't authenticate against my IMAP Server (Philip MacIver)
> 7. Re: Can't authenticate against my IMAP Server (Jan Schneider)
> 8. Re: Can't authenticate against my IMAP Server (Philip MacIver)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 4 Mar 2008 14:08:24 +0000 (UTC)
> From: Matthew Zaleski <matthew.zaleski at spamcop.net>
> Subject: Re: [imp] Universal Time problem
> To: imp at lists.horde.org
> Message-ID: <loom.20080304T140210-898 at post.gmane.org>
> Content-Type: text/plain; charset=us-ascii
>
> Michael M Slusarz <slusarz <at> horde.org> writes:
>
>>
>> Quoting Matthew Zaleski <matthew.zaleski <at> spamcop.net>:
>
>> > Sorry to be dragging up an old thread but I ran into this problem with
>> > spamcop.net's webmail package and traced back to IMP as a
>> potential source of
>> > the problem. I too had read RFC 822 and 2822 when I ran into this
>> > problem and
>> > as stated above, 2822 says a client needs to properly deal with
>> > these obsoleted
>> > time formats (it just can't generate new email with the old formats).
>> >
>> > Is Otto a developer of IMP? His response conflicts with this bug report's
>> > response: http://bugs.horde.org/ticket/5717 basically claiming it
>> > isn't a bug.
>> >
>> > Which is correct? Is it a bug by the definition of RFC 2822 Section
>> > 4? And is
>> > the problem in IMP itself or in PHP?
>>
>> If it is a bug, it's either a PHP or c-client bug. Horde/IMP does not
>> parsing of date functions itself.
>>
>> michael
>>
>
> I went off hunting for evidence of the bug in PHP and got this hit:
> http://bugs.php.net/bug.php?id=42486
>
> The PHP devs closed it as "not a bug" with a solution of "the PHP
> user needs to
> replace 'UT' with 'UTC' before calling strtotime()".
>
> The problem is PHP can say it isn't a bug. IMP can't claim 'not a
> bug' if its
> goal is RFC 2822 compliance (or RFC 822 for that matter).
>
> I'm guessing the origin of email generators kicking out "UT" instead of "UTC"
> was ignorance. They are supposedly within 1 second of each other
> nearly all of
> the time.
>
> Matthew
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 4 Mar 2008 16:36:07 +0100
> From: Philip MacIver <philip at ivercore.com>
> Subject: [imp] Can't authenticate against my IMAP Server
> To: imp at lists.horde.org
> Message-ID: <20080304163607.54d7045f at viajar>
> Content-Type: text/plain; charset=US-ASCII
>
> Hi,
>
> I have just today decided to install Horde Groupware Webmail Edition so
> I can access my email that is hosted with slashmail.org using a nicer
> webmail interface.
>
> I have followed the instructions and looked through the faqs but can't
> seem to find out why when I try to log in I get a "login failed". And I
> am not sure if I have not looked hard enough, but I can't even find
> logs to view what is going on when authentication is trying to be
> gained from the slashmail server.
>
> This is my servers.php under the imp directory. Everything else in the
> installation went fine.
>
> --8<--
> $servers['_prompt'] = array(
> 'name' => _("Choose a mail server:")
> );
>
> /* Example configurations: */
>
> $servers['imap'] = array(
> 'name' => 'IMAP Mail',
> 'server' => 'slashmail.org',
> 'hordeauth' => false,
> 'protocol' => 'imap/ssl',
> 'port' => 993,
> 'maildomain' => 'ivercore.com',
> 'realm' => '',
> 'preferred' => '',
> 'smtphost' => 'slashmail.org',
> 'smtpport' => 25
> );
> --8<--
>
> Any help or a point in the right direction is appreciated.
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 04 Mar 2008 17:20:02 +0100
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] Quota display problems
> To: imp at lists.horde.org
> Message-ID: <20080304172002.16293b9dv1m1bhkw at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
> format="flowed"
>
> Zitat von Luis Hern?n Otegui <luis.otegui at gmail.com>:
>
>> Hi everybody, I have a really disturbing problem. I'm running Horde
>> Webmail Edition 1.0.3 over Debian Sarge, with courier-imap
>> 3.0.8-4sarge5, maildrop 2.0.2-11~bpo.1, Postfix and PostfixAdmin.
>>
>> I've implemented virtual quota support in Postfix, and here's the
>> pertinent section of the /horde/imp/config/servers.php file:
>>
>> $servers['imap'] = array(
>> 'name' => 'IMAP Server',
>> 'server' => 'localhost',
>> 'hordeauth' => false,
>> 'protocol' => 'imap/notls',
>> 'port' => 143,
>> 'maildomain' => '',
>> 'realm' => '',
>> 'preferred' => '',
>> 'quota' => array(
>> 'driver' => 'courier',
>> 'params' => array(),
>> ),
>> );
>>
>> The issue resumes to this: some users (not all of them) are
>> complaining that their quota display in IMP is unreliable. Some times
>> they delete a (small) message, having over 80% of their capacity full,
>> and the quota display bar falls down to 22% or so (cyphers are
>> irrelevant here, I'm just trying to throw an example out). So they
>> feel safe, thinking they have that 22% of space occupied. But when a
>> new mail arrives, their quota jumps back to 80-something percent (or
>> more).
>> I've thought it was a permission issue, and checked back and forth the
>> files in those people's maildirs. But could find nothing.
>>
>> Has anyone been through this before? could you throw me a hint?
>
> Well, we just display the quota information that's returned by the
> IMAP server, so I suggest you ask on a Courier mailing list.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 04 Mar 2008 17:22:44 +0100
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] Can't authenticate against my IMAP Server
> To: imp at lists.horde.org
> Message-ID: <20080304172244.769259khbgjsfw08 at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
> format="flowed"
>
> Zitat von Philip MacIver <philip at ivercore.com>:
>
>> Hi,
>>
>> I have just today decided to install Horde Groupware Webmail Edition so
>> I can access my email that is hosted with slashmail.org using a nicer
>> webmail interface.
>>
>> I have followed the instructions and looked through the faqs but can't
>> seem to find out why when I try to log in I get a "login failed". And I
>> am not sure if I have not looked hard enough, but I can't even find
>> logs to view what is going on when authentication is trying to be
>> gained from the slashmail server.
>
> This might be hard to track down, since you don't have access to the
> IMAP server logs. Start trying the login tests at
> horde-webmail/imp/test.php.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 4 Mar 2008 14:21:56 -0200
> From: " Luis Hern?n Otegui " <luis.otegui at gmail.com>
> Subject: Re: [imp] Quota display problems
> To: imp at lists.horde.org
> Message-ID:
> <3c8732670803040821p3c018834laabad1199ae4ae00 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Jan:
>
> 2008/3/4, Jan Schneider <jan at horde.org>:
>> Zitat von Luis Hern?n Otegui <luis.otegui at gmail.com>:
>>
>>
>> > Hi everybody, I have a really disturbing problem. I'm running Horde
>> > Webmail Edition 1.0.3 over Debian Sarge, with courier-imap
>> > 3.0.8-4sarge5, maildrop 2.0.2-11~bpo.1, Postfix and PostfixAdmin.
>> >
>> > I've implemented virtual quota support in Postfix, and here's the
>> > pertinent section of the /horde/imp/config/servers.php file:
>> >
>> > $servers['imap'] = array(
>> > 'name' => 'IMAP Server',
>> > 'server' => 'localhost',
>> > 'hordeauth' => false,
>> > 'protocol' => 'imap/notls',
>> > 'port' => 143,
>> > 'maildomain' => '',
>> > 'realm' => '',
>> > 'preferred' => '',
>> > 'quota' => array(
>> > 'driver' => 'courier',
>> > 'params' => array(),
>> > ),
>> > );
>> >
>> > The issue resumes to this: some users (not all of them) are
>> > complaining that their quota display in IMP is unreliable. Some times
>> > they delete a (small) message, having over 80% of their capacity full,
>> > and the quota display bar falls down to 22% or so (cyphers are
>> > irrelevant here, I'm just trying to throw an example out). So they
>> > feel safe, thinking they have that 22% of space occupied. But when a
>> > new mail arrives, their quota jumps back to 80-something percent (or
>> > more).
>> > I've thought it was a permission issue, and checked back and forth the
>> > files in those people's maildirs. But could find nothing.
>> >
>> > Has anyone been through this before? could you throw me a hint?
>>
>>
>> Well, we just display the quota information that's returned by the
>> IMAP server, so I suggest you ask on a Courier mailing list.
>
> Thanks for the tip. I'm getting there now.
>
>>
>> Jan.
>>
>> --
>> Do you need professional PHP or Horde consulting?
>> http://horde.org/consulting/
>>
>>
>> --
>> 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
>>
> Regards,
>
>
> Luis
> --
> -------------------------------------------------
> GNU-GPL: "May The Source Be With You...
> Linux Registered User #448382.
> When I grow up, I wanna be like Theo...
> -------------------------------------------------
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 4 Mar 2008 17:33:38 +0100
> From: Philip MacIver <philip at ivercore.com>
> Subject: Re: [imp] Can't authenticate against my IMAP Server
> To: imp at lists.horde.org
> Message-ID: <20080304173338.40fb17f9 at viajar>
> Content-Type: text/plain; charset=US-ASCII
>
> I do have access to the whole system, as I am running tests on a local
> machine before I deploy it on the actual server. I just don't know
> where horde/imp logs its messages to.
>
> But I went ahead a ran the tests as you suggested and this was what I
> got.
>
> Now am trying to connect to my IMAP server using imap/ssl, but as you
> see below it gives me a certificate failure, which I don't actually
> know what it means.
>
> Can you shed any light on that error message?
>
> Thanks
>
> --8<--
> PHP Mail Server Support Test
> Attempting to automatically determine the correct connection parameters
> for your server:
>
> * Trying protocol imap/notls, Port 993:
>
> ERROR - The server returned the following error message:
>
> Connection failed to slashmail.org,993: Connection timed out
>
> * Trying protocol imap/ssl, Port 993:
>
> ERROR - The server returned the following error message:
>
> Certificate failure for slashmail.org: unable to get local
> issuer
> certificate:
>
> /C=US/O=slashmail.org/OU=businessprofile.geotrust.com/get.jsp?GT42398189/OU=See
> www.rapidssl.com/cps (c)05/OU=Domain Control Validated -
> RapidSSL(R)/CN=slashmail.org
>
> * Trying protocol imap/ssl/novalidate-cert, Port 993:
>
> ERROR - The server returned the following error message:
>
> Retrying PLAIN authentication after Invalid authentication
> credentialsRetrying PLAIN authentication after Invalid authentication
> credentialsCan not authenticate to IMAP server: Invalid authentication
> credentials
>
> * Trying protocol imap/tls/novalidate-cert, Port 993:
>
> ERROR - The server returned the following error message:
>
> Connection failed to slashmail.org,993: Connection timed out
> --8<--
>
>
> On Tue, 04 Mar 2008 17:22:44 +0100
> Jan Schneider <jan at horde.org> wrote:
>
>> Zitat von Philip MacIver <philip at ivercore.com>:
>>
>> > Hi,
>> >
>> > I have just today decided to install Horde Groupware Webmail
>> > Edition so I can access my email that is hosted with slashmail.org
>> > using a nicer webmail interface.
>> >
>> > I have followed the instructions and looked through the faqs but
>> > can't seem to find out why when I try to log in I get a "login
>> > failed". And I am not sure if I have not looked hard enough, but I
>> > can't even find logs to view what is going on when authentication
>> > is trying to be gained from the slashmail server.
>>
>> This might be hard to track down, since you don't have access to the
>> IMAP server logs. Start trying the login tests at
>> horde-webmail/imp/test.php.
>>
>> Jan.
>>
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 04 Mar 2008 17:43:09 +0100
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] Can't authenticate against my IMAP Server
> To: imp at lists.horde.org
> Message-ID: <20080304174309.17412ulztw2pf8ys at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
> format="flowed"
>
> Zitat von Philip MacIver <philip at ivercore.com>:
>
>> I do have access to the whole system, as I am running tests on a local
>> machine before I deploy it on the actual server. I just don't know
>> where horde/imp logs its messages to.
>>
>> But I went ahead a ran the tests as you suggested and this was what I
>> got.
>>
>> Now am trying to connect to my IMAP server using imap/ssl, but as you
>> see below it gives me a certificate failure, which I don't actually
>> know what it means.
>
> It doesn't matter, because you can't authenticate with the credentials
> you entered. imap/ssl/novalidate-cert is the protocol of your choice,
> but not with the wrong username and password. ;-)
>
>> Can you shed any light on that error message?
>>
>> Thanks
>>
>> --8<--
>> PHP Mail Server Support Test
>> Attempting to automatically determine the correct connection parameters
>> for your server:
>>
>> * Trying protocol imap/notls, Port 993:
>>
>> ERROR - The server returned the following error message:
>>
>> Connection failed to slashmail.org,993: Connection timed out
>>
>> * Trying protocol imap/ssl, Port 993:
>>
>> ERROR - The server returned the following error message:
>>
>> Certificate failure for slashmail.org: unable to get local
>> issuer
>> certificate:
>>
>> /C=US/O=slashmail.org/OU=businessprofile.geotrust.com/get.jsp?GT42398189/OU=See
>> www.rapidssl.com/cps (c)05/OU=Domain Control Validated -
>> RapidSSL(R)/CN=slashmail.org
>>
>> * Trying protocol imap/ssl/novalidate-cert, Port 993:
>>
>> ERROR - The server returned the following error message:
>>
>> Retrying PLAIN authentication after Invalid authentication
>> credentialsRetrying PLAIN authentication after Invalid authentication
>> credentialsCan not authenticate to IMAP server: Invalid authentication
>> credentials
>>
>> * Trying protocol imap/tls/novalidate-cert, Port 993:
>>
>> ERROR - The server returned the following error message:
>>
>> Connection failed to slashmail.org,993: Connection timed out
>> --8<--
>>
>>
>> On Tue, 04 Mar 2008 17:22:44 +0100
>> Jan Schneider <jan at horde.org> wrote:
>>
>>> Zitat von Philip MacIver <philip at ivercore.com>:
>>>
>>> > Hi,
>>> >
>>> > I have just today decided to install Horde Groupware Webmail
>>> > Edition so I can access my email that is hosted with slashmail.org
>>> > using a nicer webmail interface.
>>> >
>>> > I have followed the instructions and looked through the faqs but
>>> > can't seem to find out why when I try to log in I get a "login
>>> > failed". And I am not sure if I have not looked hard enough, but I
>>> > can't even find logs to view what is going on when authentication
>>> > is trying to be gained from the slashmail server.
>>>
>>> This might be hard to track down, since you don't have access to the
>>> IMAP server logs. Start trying the login tests at
>>> horde-webmail/imp/test.php.
>>>
>>> Jan.
>>>
>> --
>> 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
>>
>
>
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 8
> Date: Tue, 4 Mar 2008 17:52:55 +0100
> From: Philip MacIver <philip at ivercore.com>
> Subject: Re: [imp] Can't authenticate against my IMAP Server
> To: imp at lists.horde.org
> Message-ID: <20080304175255.2eef5919 at viajar>
> Content-Type: text/plain; charset=US-ASCII
>
> Thanks for the quick reply. But the details that I enter into the test
> are the same details I enter into claws-mail client, and that works
> fine.
>
> Is there anything that could be the cause?
>
>
>
> On Tue, 04 Mar 2008 17:43:09 +0100
> Jan Schneider <jan at horde.org> wrote:
>
>> Zitat von Philip MacIver <philip at ivercore.com>:
>>
>> > I do have access to the whole system, as I am running tests on a
>> > local machine before I deploy it on the actual server. I just don't
>> > know where horde/imp logs its messages to.
>> >
>> > But I went ahead a ran the tests as you suggested and this was what
>> > I got.
>> >
>> > Now am trying to connect to my IMAP server using imap/ssl, but as
>> > you see below it gives me a certificate failure, which I don't
>> > actually know what it means.
>>
>> It doesn't matter, because you can't authenticate with the
>> credentials you entered. imap/ssl/novalidate-cert is the protocol of
>> your choice, but not with the wrong username and password. ;-)
>>
>> > Can you shed any light on that error message?
>> >
>> > Thanks
>> >
>> > --8<--
>> > PHP Mail Server Support Test
>> > Attempting to automatically determine the correct connection
>> > parameters for your server:
>> >
>> > * Trying protocol imap/notls, Port 993:
>> >
>> > ERROR - The server returned the following error message:
>> >
>> > Connection failed to slashmail.org,993: Connection timed
>> > out
>> >
>> > * Trying protocol imap/ssl, Port 993:
>> >
>> > ERROR - The server returned the following error message:
>> >
>> > Certificate failure for slashmail.org: unable to get local
>> > issuer
>> > certificate:
>> >
>> >
>> /C=US/O=slashmail.org/OU=businessprofile.geotrust.com/get.jsp?GT42398189/OU=See
>> > www.rapidssl.com/cps (c)05/OU=Domain Control Validated -
>> > RapidSSL(R)/CN=slashmail.org
>> >
>> > * Trying protocol imap/ssl/novalidate-cert, Port 993:
>> >
>> > ERROR - The server returned the following error message:
>> >
>> > Retrying PLAIN authentication after Invalid authentication
>> > credentialsRetrying PLAIN authentication after Invalid
>> > authentication credentialsCan not authenticate to IMAP server:
>> > Invalid authentication credentials
>> >
>> > * Trying protocol imap/tls/novalidate-cert, Port 993:
>> >
>> > ERROR - The server returned the following error message:
>> >
>> > Connection failed to slashmail.org,993: Connection timed
>> > out --8<--
>> >
>> >
>> > On Tue, 04 Mar 2008 17:22:44 +0100
>> > Jan Schneider <jan at horde.org> wrote:
>> >
>
>
> ------------------------------
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
> End of imp Digest, Vol 1994, Issue 2
> ************************************
>
>
More information about the imp
mailing list