POP3 strange logging behavior after upgrade from 2.2.13 to 2.2.25

2016-08-19 Thread Iavor Stoev

Hello,

I've tested the patch and can confirm that the issue is resolved.
Thank you for your assistance!

Iavor Stoev
Project Manager // Head of System & Network Administration Department
ICDSoft Ltd - http://icdsoft.com


On 18.8.2016 г. 18:14 ч., dovecot-requ...@dovecot.org wrote:

Hi!

This has been now fixed in
https://github.com/dovecot/core/commit/7424d35ff1b7d17c0caf7b426c0ef3c2b8229afc

Aki Tuomi
Dovecot Oy


POP3 strange logging behavior after upgrade from 2.2.13 to 2.2.25

2016-08-09 Thread Iavor Stoev

Hello,

After the upgrade from Dovecot version 2.2.13 to 2.2.25,
we experience the following strange behavior with POP3 logging.

When a connection is closed with reason "Connection closed" & 
"Disconnected for inactivity", the number of deleted mails is missing.

Like del=/1166 & del=/4138 from the example bellow.

With Dovecot 2.2.13:
Feb 14 03:35:20 serverXYZ dovecot: pop3(u...@domain.com): Connection 
closed top=0/0, retr=0/0, del=0/946, size=39500197
Feb 15 16:49:18 serverXYZ dovecot: pop3(u...@domain.com): Disconnected 
for inactivity top=0/0, retr=0/0, del=0/739, size=52319632


With Dovecot 2.2.25:
Jul 31 02:56:03 serverXYZ dovecot: pop3(u...@domain.com): Connection 
closed top=1/1380, retr=0/0, del=/4138, size=284167741
Jul 31 02:34:47 serverXYZ dovecot: pop3(u...@domain.com): Disconnected 
for inactivity top=0/0, retr=0/0, del=/1166, size=111425436


For sessions completed normally, everything works fine with both Dovecot 
versions:
Jul 31 06:55:48 serverXYZ dovecot: pop3(u...@domain.com): Disconnected: 
Logged out top=0/0, retr=0/0, del=0/0, size=0
Jul 31 02:36:59 serverXYZ dovecot: pop3(u...@domain.com): Disconnected: 
Logged out top=0/0, retr=1/18821, del=1/1, size=18803


Please advise if this behavior is normal and if yes how should we read
entries like "del=/4138"?

Thank you

Iavor Stoev
Project Manager // Head of System & Network Administration Department
ICDSoft Ltd - http://icdsoft.com


Changed IMAP MOVE behavior in Dovecot 2.2.x

2014-07-14 Thread Iavor Stoev

Hello,

After the migration to Dovecot 2.2.13 from Dovecot 2.1.17,
I noticed a changed behavior when I move a message from one folder to 
another. I use Thunderbird with: Account Settings - Server Settings - 
When I delete a message: Just mark it as deleted.


I use Thunderbird 24.6.0 with IMAP.

With Dovecot 2.1.x when I move a message, the message appears in the new 
folder and is marked for deletion in the original folder (which gives me 
an easy option to undo the action if I made a mistake until I choose to 
Compact/Purge the folder).


With Dovecot 2.2.x when I move the a message it is marked for deletion 
and is AUTO Compacted/Purged immediately.


Is there a way to achieve the 2.1.x behavior with Dovecot 2.2.x?

Thank you

Iavor


BUG: Mail folder with space in its name is not supported in the global acl file

2014-06-16 Thread Iavor Stoev

Hello,

I use Dovecot 2.2.13

The syntax of my global acl file is:

cat /etc/dovecot/acls
INBOX.Junk Mail owner lrwstiae

The error is:

Error: Global ACL file /etc/dovecot/acls line 1: Unknown ID 'Mail'

I tried to escape it with ,'',/ and enclose the whole name with   
'' without success


If I change the rule to:

INBOX.JunkMail owner lrwstiae
or
INBOX.Junk?Mail owner lrwstiae

The acl works fine.

Please advise how to apply the acl rule for the folder with a space in 
its name?


Thank you

Iavor Stoev
Project Manager // Head of System  Network Administration Department


ACL configuration migration from Dovecot 2.1.17 to 2.2.13

2014-06-11 Thread Iavor Stoev

Hello,

I'm preparing migration to the latest Dovecot version 2.2.13
from the previous stable branch 2.1.17 which is deployed on my servers.

With version 2.1.17 I use global acl dir to prevent all mail users to 
delete their INBOX.Junk Mail folder, which is part from our spam 
protection system.


My current config is:

cat /etc/dovecot/acls/INBOX.Junk\ Mail
owner lrwstiae

With version 2.2.13, the global acl dir support is disabled (with the 
above config, the imap server shows no folders at all) so I must
use global acl file. The problem is that the INBOX.Junk Mail folder 
contains space character and I tried to escape it with ,'',/ and 
enclose the whole name with   '' without success. If I change the acl 
config to INBOX.Mail it works OK.


The syntax of my global acl file is:

cat /etc/dovecot/acls
INBOX.Junk Mail owner lrwstiae

The error is:

Error: Global ACL file /etc/dovecot/acls line 1: Unknown ID 'Mail'

Please advise

Iavor Stoev
Project Manager // Head of System  Network Administration Department