Re: dovecot: imap Error: read : Broken pipe

2018-11-06 Thread Carl St-Laurent
I forgot to mention that if I transfer the mail to my Gmail or Outlook 
address I can download the attachments without any problem. More over 
I've completely removed the firewall server from the equation, I plugged 
the adsl line directly into the mail server and the problem is still 
there, so my guess is that the firewall isn't the problem here.


I'll do the pcaps for Aki

Thanks for your help


On 06/11/2018 02:20, dovecot-requ...@dovecot.org wrote:

Send dovecot mailing list submissions to
dovecot@dovecot.org

To subscribe or unsubscribe via the World Wide Web, visit
https://dovecot.org/mailman/listinfo/dovecot
or, via email, send a message with subject or body 'help' to
dovecot-requ...@dovecot.org

You can reach the person managing the list at
dovecot-ow...@dovecot.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dovecot digest..."


Today's Topics:

   1. imap authentication - shadow vs mysql (Konra Wawryn)
   2. Re: imap authentication - shadow vs mysql (Ralph Seichter)
   3. Re: Event 0x2b1a5f270bd0 leaked (parent=(nil)):
  auth-client-connection.c:338 (Michael Slusarz)
   4. dovecot: imap Error: read : Broken pipe (Carl St-Laurent)
   5. Re: dovecot: imap Error: read : Broken pipe (Felipe Gasper)
   6. Re: dovecot: imap Error: read : Broken pipe (Aki Tuomi)
   7. Re: Event 0x2b1a5f270bd0 leaked (parent=(nil)):
  auth-client-connection.c:338 (Mart Pirita)
   8. Re: Event 0x2b1a5f270bd0 leaked (parent=(nil)):
  auth-client-connection.c:338 (Aki Tuomi)


--

Message: 1
Date: Mon, 05 Nov 2018 13:45:48 +0100
From: Konra Wawryn 
To: dovecot@dovecot.org
Subject: imap authentication - shadow vs mysql
Message-ID: <13e143d52fb2f094a285306ccbdec...@virtual-machine.org>
Content-Type: text/plain; charset=US-ASCII; format=flowed

Hi,

I`m looking for some opinions about authentication process for the
systems with more than 1000 E-mail accounts.
Maybe some one could advise me what is the best authentication method.

At the moment I`m storing all passwords in my /etc/passwd. My IMAP
server is growing and I`m planning to build new host, my question is:
what is the best authentication model for IMAP server ? Do I need to
store all user/passwords in mysql or maybe in LDAP ?

I`m searching for some solution which will help me to scale my system 
in

the future.


Maybe some one could advice me ?


Greetings

Konrad


--

Message: 2
Date: Mon, 05 Nov 2018 14:21:39 +0100
From: Ralph Seichter 
To: dovecot@dovecot.org
Subject: Re: imap authentication - shadow vs mysql
Message-ID: 
Content-Type: text/plain

* Konra Wawryn:


I`m searching for some solution which will help me to scale my system
in the future.


You provided very little information about your requirements, and "to
scale" is just as vague a term. Hence, I recommend an LDAP server,
because it works in many scenarios, can accommodate thousands of users,
and is basically the default solution for this type of write-seldom-
read-often type of user data storage.

As for MySQL, I would personally not use it for authentication unless I
had no other option.

-Ralph


--

Message: 3
Date: Mon, 5 Nov 2018 10:42:14 -0700 (MST)
From: Michael Slusarz 
To: Mart Pirita , dovecot@dovecot.org
Subject: Re: Event 0x2b1a5f270bd0 leaked (parent=(nil)):
auth-client-connection.c:338
Message-ID: <750544780.12327.1541439735...@appsuite.open-xchange.com>
Content-Type: text/plain; charset=UTF-8

On November 3, 2018 at 9:41 AM Mart Pirita  
wrote:



Hi,


But this harmless is spamming logs, so how to disable it:

grep auth-client-connection.c:338 maillog | wc -l
?? 1259


If using something like rsyslog, it is trivial to filter out unwanted 
entries.


michael



Aki Tuomi wrote:
> > On 03 November 2018 at 12:12 Mart Pirita < sysad...@e-positive.ee
> > <mailto:sysad...@e-positive.ee>> wrote:
> >
> >
> > Hi,
> >
> >
> > Noticed with latest v2.3.3 some new warning in logs, for example:
> >
> > dovecot: auth: Warning: Event 0x80a6fc0 leaked (parent=(nil)):
> > auth-client-connection.c:338: 1 Time(s)
> > dovecot: auth: Warning: Event 0x80aa1c8 leaked (parent=(nil)):
> > auth-client-connection.c:338: 1 Time(s)
> > dovecot: auth: Warning: Event 0x80aa718 leaked (parent=(nil)):
> > auth-client-connection.c:338: 1 Time(s)
> > dovecot: auth: Warning: Event 0x80adac0 leaked (parent=(nil)):
> > auth-client-connection.c:338: 1 Time(s)
> > dovecot: auth: Warning: Event 0x80b6c38 leaked (parent=(nil)):
> > auth-client-connection.c:338: 1 Time(s)
> > dovecot: auth: Warning: Event 0x80c0e00 leaked (parent=(nil)):
> > auth-client-connection.c:338: 1 Time(s)
> > do

Re: dovecot: imap Error: read : Broken pipe

2018-11-05 Thread Aki Tuomi


On 6.11.2018 2.28, Felipe Gasper wrote:
>> On Nov 5, 2018, at 6:19 PM, Carl St-Laurent  wrote:
>>
>> Hi everyone,
>>
>> I'm trying to find a solution for this bug who appears 2 months ago :
>>
>> dovecot: imap(%USER%): Error: read(> (%d)>) failed: Broken pipe (FETCH BINARY[2] for mailbox INBOX UID (%d)
> That looks a bit goofy … read() should never produce EPIPE, AFAIK?
>
> -F

It is bit strange that you are not experiencing this problem at the
office, but only from remote location(s). This does turn the pointing
finger towards firewall (despite what you said). Can you take pcaps from
this, since it seems to be reproducible and send them to me privately?

Aki



Re: dovecot: imap Error: read : Broken pipe

2018-11-05 Thread Felipe Gasper


> On Nov 5, 2018, at 6:19 PM, Carl St-Laurent  wrote:
> 
> Hi everyone,
> 
> I'm trying to find a solution for this bug who appears 2 months ago :
> 
> dovecot: imap(%USER%): Error: read() 
> failed: Broken pipe (FETCH BINARY[2] for mailbox INBOX UID (%d)

That looks a bit goofy … read() should never produce EPIPE, AFAIK?

-F

dovecot: imap Error: read : Broken pipe

2018-11-05 Thread Carl St-Laurent

Hi everyone,

I'm trying to find a solution for this bug who appears 2 months ago :

dovecot: imap(%USER%): Error: read((%d)>) failed: Broken pipe (FETCH BINARY[2] for mailbox INBOX UID (%d)


Where %USER% is the unix user and %d the UID of the mailbox.

This error appears each time a user tries to download an attachment from 
one of his emails. Whether with RoundCube or Thunderbird via VPN or not. 
I thought that it was related to my firewall but no. Furthermore the 
problem isn't present when users are at the office. Upload speed from 
our ADSL connection is pretty slow about 1mpbs, I thought maybe it was 
related but it was working fine since 2 years. So I'm really short of 
ideas.


Anyone could help me please ?

Best regards,
Carl


# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.9.0-7-amd64 x86_64 Debian 9.5
auth_mechanisms = plain login
disable_plaintext_auth = no
mail_location = maildir:~/Maildir
namespace inbox {
  inbox = yes
  location =
  mailbox Drafts {
auto = subscribe
special_use = \Drafts
  }
  mailbox Junk {
auto = subscribe
special_use = \Junk
  }
  mailbox Sent {
auto = subscribe
special_use = \Sent
  }
  mailbox "Sent Messages" {
special_use = \Sent
  }
  mailbox Trash {
auto = subscribe
special_use = \Trash
  }
  prefix =
}
passdb {
  driver = pam
}
plugin {
  sieve = file:~/sieve;active=~/.dovecot.sieve
  sieve_after = /etc/dovecot/sieve-after
}
protocols = imap imap
service auth {
  unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
  }
}
service imap-login {
  inet_listener imap {
port = 0
  }
  inet_listener imaps {
port = 993
ssl = yes
  }
}
ssl = required
ssl_ca = 

dovecot: imap Error: fts_solr: Query didn't return uid

2014-12-31 Thread Randall Gellens

Anyone know what this means and what the implications are?

dovecot: imap(user) Error: fts_solr: Query didn't return uid

--
Randall Gellens
Opinions are personal;facts are suspect;I speak for myself only
-- Randomly selected tag: ---
Men fear thought as they fear nothing else on earth, more than ruin,
more even than death   --Bertrand Russell


[Dovecot] imap: Error: mmap() failed with file ... dovecot.index.cache: Cannot allocate memory

2014-03-24 Thread Urban Loesch
Hi,

since some days (about 10) I get the following error in mail error log many, 
many times:

...
dovecot: imap(u...@domain.com pid:32769 session:): Error: 
mmap() failed with file /home/dovecotindex/domain.com/user/mailboxes/Trash
/dovecot.index.cache: Cannot allocate memory


It's always the same "dovecot.index.cache" file and only for the same heavily 
used account.
The account is currently used from about 10 different clients with imap at the 
sime time.

I checked the size of the index cache file and it seems very big:

total 2,7G
-rw--- 1 mailstore mailstore  464 Mär 24 14:36 dovecot.index
-rw--- 1 mailstore mailstore  464 Mär 24 14:36 dovecot.index.backup
-rw--- 1 mailstore mailstore 2,7G Mär 24 14:19 dovecot.index.cache
-rw--- 1 mailstore mailstore  140 Mär 24 14:45 dovecot.index.log
-rw--- 1 mailstore mailstore  89K Mär 24 14:36 dovecot.index.log.2

About 2,7 GB?

To solve the problem temporarily, I removed the index files from the index 
Trash folder
and Dovecot initialized an index rebuild. Now the size of the index files are 
small:

total 28K
-rw--- 1 mailstore mailstore  512 Mär 24 14:47 dovecot.index
-rw--- 1 mailstore mailstore  20K Mär 24 15:28 dovecot.index.cache
-rw--- 1 mailstore mailstore 1,2K Mär 24 15:28 dovecot.index.log


But why could the index cache file be so big?

Many thanks
Urban


Re: [Dovecot] imap: Error: net_connect_unix(/.../auth-master) failed: Invalid argument

2013-01-08 Thread Timo Sirainen
On 8.1.2013, at 11.15, Joan Picanyol i Puig  wrote:

>>  if (i_strocpy(sa.un.sun_path, path, sizeof(sa.un.sun_path)) < 0) {
>>  /* too long path */
>>  errno = EINVAL;
>> 
>> Your path is longer than possible. This patch should make it clearer in
>> future: http://hg.dovecot.org/dovecot-2.1/rev/e4cc3f2b66e3
> 
> Thanks, changing base_dir did the trick. I wonder why though, since
> both PATH_MAX and FILENAME_MAX are defined as 1024 on my system…

UNIX socket paths seem to have a rather small limit in all operating systems. 
Linux and Solaris has 108 bytes, OSX has 104 bytes. Probably increasing it 
would break some programs.

Although I wonder if it would be possible to simply allocate more memory than 
the struct contains and just write the string there. OSX also has some length 
parameter:

unsigned char   sun_len;/* sockaddr len including null */

Anyway, probably not worth the trouble.



Re: [Dovecot] imap: Error: net_connect_unix(/.../auth-master) failed: Invalid argument

2013-01-08 Thread Joan Picanyol i Puig
* Timo Sirainen  [20130108 02:17]:
> On Sat, 2013-01-05 at 21:51 +0100, Joan Picanyol i Puig wrote:
> 
> > I'm unable to get past the subject error trying to setup dovecot 2.1.10
> > on FreeBSD 6.4: right after login the server closes the connection
> > (testing with telnet)
> 
> I think this is the reason:
> 
>   if (i_strocpy(sa.un.sun_path, path, sizeof(sa.un.sun_path)) < 0) {
>   /* too long path */
>   errno = EINVAL;
> 
> Your path is longer than possible. This patch should make it clearer in
> future: http://hg.dovecot.org/dovecot-2.1/rev/e4cc3f2b66e3

Thanks, changing base_dir did the trick. I wonder why though, since
both PATH_MAX and FILENAME_MAX are defined as 1024 on my system...

tks
--
pica



Re: [Dovecot] imap: Error: net_connect_unix(/.../auth-master) failed: Invalid argument

2013-01-07 Thread Timo Sirainen
On Sat, 2013-01-05 at 21:51 +0100, Joan Picanyol i Puig wrote:

> I'm unable to get past the subject error trying to setup dovecot 2.1.10
> on FreeBSD 6.4: right after login the server closes the connection
> (testing with telnet)

I think this is the reason:

if (i_strocpy(sa.un.sun_path, path, sizeof(sa.un.sun_path)) < 0) {
/* too long path */
errno = EINVAL;

Your path is longer than possible. This patch should make it clearer in
future: http://hg.dovecot.org/dovecot-2.1/rev/e4cc3f2b66e3




[Dovecot] imap: Error: net_connect_unix(/.../auth-master) failed: Invalid argument

2013-01-05 Thread Joan Picanyol i Puig
Hi,

I'm unable to get past the subject error trying to setup dovecot 2.1.10
on FreeBSD 6.4: right after login the server closes the connection
(testing with telnet)

I've tried manualy chown()ing auth-master to 666, so permission issues
should be ruled out.

I'm attaching logs, config and excerpt of ktrace -id. I've built a
version with debug symbols, but I don't seem to hit a breakpoint in
net_connect_unix on lib/network.c

What can I look at?

tks
-- 
pica
Jan 05 21:15:05 master: Info: Dovecot v2.1.10 starting up
Jan 05 21:15:12 auth: Debug: Loading modules from directory: 
/package/host/spf.biaix.org/foreign/dovecot-2.1.10+spf+2/prefix/lib/dovecot/auth
Jan 05 21:15:12 auth: Debug: auth client connected (pid=768)
Jan 05 21:15:16 auth: Debug: client in: AUTH1   PLAIN   service=imap
secured session=p1QhQZDSuAB/AAABlip=127.0.0.1   rip=127.0.0.1   
lport=143   rport=60856 resp=AHR1MTAAdHUxMA==
Jan 05 21:15:16 auth-worker(1011): Debug: Loading modules from directory: 
/package/host/spf.biaix.org/foreign/dovecot-2.1.10+spf+2/prefix/lib/dovecot/auth
Jan 05 21:15:16 auth-worker(1011): Debug: pam(tu10,127.0.0.1): lookup 
service=dovecot
Jan 05 21:15:16 auth-worker(1011): Debug: pam(tu10,127.0.0.1): #1/1 style=1 
msg=Password: 
Jan 05 21:15:16 auth: Debug: client passdb out: OK  1   user=tu10
Jan 05 21:15:16 imap: Error: 
net_connect_unix(/fs/package/mount/package/host/spf.biaix.org/foreign/dovecot-2.1.10+spf+2/prefix/var/run/dovecot/auth-master)
 failed: Invalid argument
Jan 05 21:15:16 imap-login: Info: Internal login failure (pid=768 id=1) 
(internal failure, 1 succesful auths): user=, method=PLAIN, 
rip=127.0.0.1, lip=127.0.0.1, mpid=1012, secured, session=
Jan 05 21:15:16 auth: Warning: auth client 768 disconnected with 1 pending 
requests: EOF

  1012 imap CALL  getpid
  1012 imap RET   getpid 1012/0x3f4
  1012 imap CALL  readlink(0x182ebc97,0xbfbfebd0,0x3f)
  1012 imap NAMI  "/etc/malloc.conf"
  1012 imap RET   readlink -1 errno 2 No such file or directory
  1012 imap CALL  issetugid
  1012 imap RET   issetugid 0
  1012 imap CALL  mmap(0,0x1000,0x3,0x1002,0x,0,0,0)
  1012 imap RET   mmap 407044096/0x1843
  1012 imap CALL  break(0x8069000)
  1012 imap RET   break 0
  1012 imap CALL  break(0x8072000)
  1012 imap RET   break 0
  1012 imap CALL  break(0x8073000)
  1012 imap RET   break 0
  1012 imap CALL  __sysctl(0xbfbfec48,0x2,0x18226620,0xbfbfec64,0,0)
  1012 imap RET   __sysctl 0
  1012 imap CALL  getpid
  1012 imap RET   getpid 1012/0x3f4
  1012 imap CALL  break(0x8074000)
  1012 imap RET   break 0
  1012 imap CALL  sigaction(0xd,0xbfbfec50,0)
  1012 imap RET   sigaction 0
  1012 imap CALL  sigaction(0xe,0xbfbfec50,0)
  1012 imap RET   sigaction 0
  1012 imap CALL  break(0x8075000)
  1012 imap RET   break 0
  1012 imap CALL  gettimeofday(0x182278c8,0)
  1012 imap RET   gettimeofday 0
  1012 imap CALL  break(0x8076000)
  1012 imap RET   break 0
  1012 imap CALL  break(0x8077000)
  1012 imap RET   break 0
  1012 imap CALL  getpid
  1012 imap RET   getpid 1012/0x3f4
  1012 imap CALL  __getcwd(0x8069040,0x80)
  1012 imap RET   __getcwd 0
  1012 imap CALL  sigaction(0x2,0xbfbfec00,0)
  1012 imap RET   sigaction 0
  1012 imap CALL  pipe
  1012 imap RET   pipe 4
  1012 imap CALL  __sysctl(0xbfbfeba8,0x2,0xbfbfeba0,0xbfbfeba4,0,0)
  1012 imap RET   __sysctl 0
  1012 imap CALL  fcntl(0x4,0x3,0)
  1012 imap RET   fcntl 2
  1012 imap CALL  fcntl(0x4,0x4,0x6)
  1012 imap RET   fcntl 0
  1012 imap CALL  fcntl(0x8,0x3,0)
  1012 imap RET   fcntl 2
  1012 imap CALL  fcntl(0x8,0x4,0x6)
  1012 imap RET   fcntl 0
  1012 imap CALL  fcntl(0x4,0x1,0)
  1012 imap RET   fcntl 0
  1012 imap CALL  fcntl(0x4,0x2,0x1)
  1012 imap RET   fcntl 0
  1012 imap CALL  fcntl(0x8,0x1,0)
  1012 imap RET   fcntl 0
  1012 imap CALL  fcntl(0x8,0x2,0x1)
  1012 imap RET   fcntl 0
  1012 imap CALL  kqueue
  1012 imap RET   kqueue 9
  1012 imap CALL  fcntl(0x9,0x1,0)
  1012 imap RET   fcntl 0
  1012 imap CALL  fcntl(0x9,0x2,0x1)
  1012 imap RET   fcntl 0
  1012 imap CALL  break(0x8078000)
  1012 imap RET   break 0
  1012 imap CALL  kevent(0x9,0xbfbfebc0,0x1,0,0,0)
  1012 imap RET   kevent 0
  1012 imap CALL  sigaction(0xf,0xbfbfec00,0)
  1012 imap RET   sigaction 0
  1012 imap CALL  fstat(0x5,0xbfbfec60)
  1012 imap RET   fstat 0
  1012 imap CALL  kevent(0x9,0xbfbfebe0,0x1,0,0,0)
  1012 imap RET   kevent 0
  1012 imap CALL  kevent(0x9,0xbfbfebb0,0x1,0,0,0)
  1012 imap RET   kevent 0
  1012 imap CALL  write(0x5,0x807405c,0xc)
  1012 imap GIO   fd 5 wrote 12 bytes
   0x f403  0800  0100 ||

  1012 imap RET   write 12/0xc
   303 dovecot  RET   keve

Re: [Dovecot] Imap Error

2011-01-20 Thread Timo Sirainen
On Thu, 2011-01-20 at 11:22 -0500, Jason Liedtke wrote:
> This morning I have a Outlook 2007 user who getting the error and I am
> unsure how to fix it.
> 
> Cannot open this item. The server responded: "Error in IMAP command UID
> FETCH: Invalid uidset'

Looks like Outlook is sending some garbage to Dovecot. You could verify
this by getting the raw IMAP traffic logs, e.g. using
http://wiki.dovecot.org/Debugging/Rawlog or wireshark or ngrep.

The solution is probably to recreate the account in Outlook, or
something like that.



signature.asc
Description: This is a digitally signed message part


[Dovecot] Imap Error

2011-01-20 Thread Jason Liedtke
This morning I have a Outlook 2007 user who getting the error and I am
unsure how to fix it.

Cannot open this item. The server responded: "Error in IMAP command UID
FETCH: Invalid uidset'

DoveCot v 1.2.9


# 1.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-27-generic-pae i686 Ubuntu 10.04.1 LTS
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps pop3 pop3s managesieve
listen(default): *
listen(imap): *
listen(pop3): *
listen(managesieve): *:2000
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3): /usr/lib/dovecot/pop3-login
login_executable(managesieve): /usr/lib/dovecot/managesieve-login
mail_privileged_group: mail
mail_location: maildir:~/
mmap_disable: yes
mail_nfs_storage: yes
mail_nfs_index: yes
mbox_write_locks: fcntl dotlock
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_executable(managesieve): /usr/lib/dovecot/managesieve
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3): quota
mail_plugins(managesieve):
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve
imap_client_workarounds(default): tb-extra-mailbox-sep
imap_client_workarounds(imap): tb-extra-mailbox-sep
imap_client_workarounds(pop3):
imap_client_workarounds(managesieve):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_client_workarounds(managesieve):
managesieve_logout_format(default): bytes=%i/%o
managesieve_logout_format(imap): bytes=%i/%o
managesieve_logout_format(pop3): bytes=%i/%o
managesieve_logout_format(managesieve): bytes ( in=%i : out=%o )
namespace:
  type: private
  separator: /
  inbox: yes
  list: yes
  subscriptions: yes
lda:
  postmaster_address:
  hostname:
  auth_socket_path: /var/run/dovecot/auth-master
  mail_plugins: quota sieve
  log_path:
  info_log_path:
  syslog_facility: mail
auth default:
  username_format: %Lu
  passdb:
driver: ldap
args: /etc/dovecot/dovecot-ldap.conf
  passdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
  passdb:
driver: ldap
args: /etc/dovecot/dovecot-ldap.conf
  passdb:
driver: ldap
args: /etc/dovecot/dovecot-ldap.conf
  userdb:
driver: ldap
args: /etc/dovecot/dovecot-ldap.conf
  userdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
  userdb:
driver: ldap
args: /etc/dovecot/dovecot-ldap.conf
  userdb:
driver: ldap
args: /etc/dovecot/dovecot-ldap.conf
  socket:
type: listen
master:
  path: /var/run/dovecot/auth-master
  mode: 432
  user: vmail
  group: vmail
plugin:
  quota: maildir
  quota_rule: *:bytes=20M
  sieve: ~/sieve/.dovecot.sieve
  sieve_dir: ~/sieve
  sieve_global_path: /var/mail/default.sieve
  sieve_before: /var/mail/sieve/global
  sieve_extensions: +imapflags


Re: [Dovecot] imap error

2009-08-01 Thread Jack Raats

Thanks for your squick respond.
The error must be in squirrelmail.

Thanks again

Jack


- Original Message - 
From: "Timo Sirainen" 

To: "Jack Raats" 
Cc: "Dovecot Mailing List" 
Sent: Sunday, August 02, 2009 7:58 AM
Subject: Re: [Dovecot] imap error


On Sun, 2009-08-02 at 07:56 +0200, Jack Raats wrote:

This morning I tried to read my mail using squirrelmail.
I cann't connect. I'll get the following error:

Aug  2 07:51:44 hera dovecot: imap-login: Login: user=, 
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Aug  2 07:51:44 hera dovecot: IMAP(jack): Disconnected: Logged out 
bytes=44/298


That's not an error. The IMAP client logs in and then successfully logs
out.


Re: [Dovecot] imap error

2009-08-01 Thread Jack Raats

But squirrelmail refuses to connect. It can't authenticate

SquirrelMail version 1.4.19
By the SquirrelMail Project Team
   ERROR
   You must be logged in to access this page.
   Go to the login page



strange.



- Original Message - 
From: "Timo Sirainen" 

To: "Jack Raats" 
Cc: "Dovecot Mailing List" 
Sent: Sunday, August 02, 2009 7:58 AM
Subject: Re: [Dovecot] imap error


On Sun, 2009-08-02 at 07:56 +0200, Jack Raats wrote:

This morning I tried to read my mail using squirrelmail.
I cann't connect. I'll get the following error:

Aug  2 07:51:44 hera dovecot: imap-login: Login: user=, 
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Aug  2 07:51:44 hera dovecot: IMAP(jack): Disconnected: Logged out 
bytes=44/298


That's not an error. The IMAP client logs in and then successfully logs
out.


Re: [Dovecot] imap error

2009-08-01 Thread Timo Sirainen
On Sun, 2009-08-02 at 07:56 +0200, Jack Raats wrote:
> This morning I tried to read my mail using squirrelmail.
> I cann't connect. I'll get the following error:
> 
> Aug  2 07:51:44 hera dovecot: imap-login: Login: user=, method=PLAIN, 
> rip=127.0.0.1, lip=127.0.0.1, secured
> Aug  2 07:51:44 hera dovecot: IMAP(jack): Disconnected: Logged out 
> bytes=44/298

That's not an error. The IMAP client logs in and then successfully logs
out.



signature.asc
Description: This is a digitally signed message part


[Dovecot] imap error

2009-08-01 Thread Jack Raats
This morning I tried to read my mail using squirrelmail.
I cann't connect. I'll get the following error:

Aug  2 07:51:44 hera dovecot: imap-login: Login: user=, method=PLAIN, 
rip=127.0.0.1, lip=127.0.0.1, secured
Aug  2 07:51:44 hera dovecot: IMAP(jack): Disconnected: Logged out bytes=44/298

The pop3 is not affected.

Can anyone give me a clue where to look for??

Thanks

Jack