[Dovecot] disconnect error

2008-04-23 Thread ML
a user complain about suddent disconnect error from time to time (he's using pop3 with Apple Mail) Looking at dovecot logs I discover that, each time the error shows up for him, I have this : dovecot: pop3[95137]: Info: user=<[EMAIL PROTECTED]> Disconnected top=0/0, retr=0/0, del=0/4, siz

Re: [Dovecot] disconnect error

2008-04-23 Thread Charles Marcus
On 4/23/2008, ML ([EMAIL PROTECTED]) wrote: # dovecot.conf : protocols: imap pop3 imaps pop3s What version of dovecot? -- Best regards, Charles

Re: [Dovecot] disconnect error

2008-04-23 Thread ML
Le 23 avr. 08 à 14:15, Charles Marcus a écrit : On 4/23/2008, ML ([EMAIL PROTECTED]) wrote: # dovecot.conf : protocols: imap pop3 imaps pop3s What version of dovecot? %dovecot --version 1.0.13 Regards, David.

Re: [Dovecot] disconnect error

2008-04-23 Thread Charles Marcus
On 4/23/2008, ML ([EMAIL PROTECTED]) wrote: # dovecot.conf : protocols: imap pop3 imaps pop3s What version of dovecot? %dovecot --version 1.0.13 Hmmm... was your config file posted from output of dovecot -n? That usually shows the version in its output... -- Best regards, Charles

Re: [Dovecot] disconnect error

2008-04-23 Thread ML
Le 23 avr. 08 à 14:55, Charles Marcus a écrit : On 4/23/2008, ML ([EMAIL PROTECTED]) wrote: # dovecot.conf : protocols: imap pop3 imaps pop3s What version of dovecot? %dovecot --version 1.0.13 Hmmm... was your config file posted from output of dovecot -n? That usually shows the versi

[Dovecot] Dovecot + iPhone

2008-04-23 Thread Tim Riley
dovecot version: 1.0.13 (RPM from http://atrpms.net/) protocol: IMAP dovecot -n: # 1.0.13: /etc/dovecot.conf log_path: /var/log/dovecot/dovecot.log listen: *removed* ssl_cert_file: /etc/pki/dovecot/certs/dovecot.pem ssl_key_file: /etc/pki/dovecot/private/dovecot.pem login_dir: /usr/local/var/run/do

Re: [Dovecot] Dovecot + iPhone

2008-04-23 Thread Asheesh Laroia
On Wed, 23 Apr 2008, Tim Riley wrote: dovecot version: 1.0.13 (RPM from http://atrpms.net/) protocol: IMAP dovecot -n: # 1.0.13: /etc/dovecot.conf log_path: /var/log/dovecot/dovecot.log listen: *removed* ssl_cert_file: /etc/pki/dovecot/certs/dovecot.pem ssl_key_file: /etc/pki/dovecot/private/dov

Re: [Dovecot] Dovecot + iPhone

2008-04-23 Thread Dean Brooks
On Wed, Apr 23, 2008 at 11:59:29AM -0400, Tim Riley wrote: > I want to start out by saying that Dovecot works 100% when viewing/moving > mail (on our company mail server that I maintain) via Outlook Express and/or > Windows Mail. > > I'm having issues with moving mail via my iPhone. > > If I mo

[Dovecot] Connection problems using dovecot proxy

2008-04-23 Thread Adrian Wojcicki | Unternehmensberatung Wojcicki
Hi Maybe somebody could help me with the following problem: I have set up a dovecot imap proxy in the dmz and a dovecot imap server in the intranet. Both in version 1.05. Now, while this setup works using Thunderbird, iPhone, etc. I have problems connecting using a Samsung Qbowl. It simply a

Re: [Dovecot] Dovecot + iPhone

2008-04-23 Thread Tim Riley
Where do I check to make sure the /Deleted flag is set on the message in my Inbox? Also, Can I configure Dovecot to function like Yahoo's server and expunge on disconnect? -- Original Message --- From: Dean Brooks <[EMAIL PROTECTED]> To: dovecot@dovecot.org Sent: Wed, 23 Apr

Re: [Dovecot] mailtrain with dovecot antispam plugin

2008-04-23 Thread Johannes Berg
Please don't take mail private. I tend to not reply at all in that case. Can you try this patch? johannes diff --git a/mailtrain.c b/mailtrain.c index dbe770c..75c0fc8 100644 --- a/mailtrain.c +++ b/mailtrain.c @@ -213,7 +213,9 @@ int backend_handle_mail(struct mailbox_transaction_context *t,

Re: [Dovecot] Dovecot + iPhone

2008-04-23 Thread Dean Brooks
On Wed, Apr 23, 2008 at 01:27:02PM -0400, Tim Riley wrote: > Where do I check to make sure the /Deleted flag is set on the message in my > Inbox? Well, one way is to look at the X-Status: header and see if it contains the letter "D". As in: X-Status: D If it does, then it has been marked de

Re: [Dovecot] Dovecot + iPhone

2008-04-23 Thread Tim Riley
I viewed the message left in the inbox and it does contain X-Status: D. So the flag is set. I'll call Apple tech support and see if there's a way to get the iPhone's mail client to expunge mail. I'm still interested in seeing if there's a plugin for Dovecot to expunge mail.so if anyone out

Re: [Dovecot] Dovecot + iPhone

2008-04-23 Thread Scott Silva
on 4-23-2008 1:04 PM Tim Riley spake the following: I viewed the message left in the inbox and it does contain X-Status: D. So the flag is set. I'll call Apple tech support and see if there's a way to get the iPhone's mail client to expunge mail. I'm still interested in seeing if there's a p

Re: [Dovecot] Dovecot + iPhone

2008-04-23 Thread Dean Brooks
On Wed, Apr 23, 2008 at 01:45:03PM -0700, Scott Silva wrote: > on 4-23-2008 1:04 PM Tim Riley spake the following: > >I viewed the message left in the inbox and it does contain X-Status: D. So > >the flag is set. > > > >I'll call Apple tech support and see if there's a way to get the iPhone's > >

Re: [Dovecot] Dovecot + iPhone

2008-04-23 Thread Scott Silva
on 4-23-2008 2:14 PM Dean Brooks spake the following: On Wed, Apr 23, 2008 at 01:45:03PM -0700, Scott Silva wrote: on 4-23-2008 1:04 PM Tim Riley spake the following: I viewed the message left in the inbox and it does contain X-Status: D. So the flag is set. I'll call Apple tech support and s

Re: [Dovecot] mailtrain with dovecot antispam plugin

2008-04-23 Thread Hugo Monteiro
Johannes Berg wrote: Please don't take mail private. I tend to not reply at all in that case. Can you try this patch? johannes diff --git a/mailtrain.c b/mailtrain.c index dbe770c..75c0fc8 100644 --- a/mailtrain.c +++ b/mailtrain.c @@ -213,7 +213,9 @@ int backend_handle_mail(struct mailbox_tra