Re: [Dovecot] Dovecot vs MBox

2013-04-30 Thread Ravi Kanchan
Hi  Gregory Sloop, check your mailbox/maildir  setting in dovecot configuration.   Regard's Ravi Kanchan Sharma Sr. System Administrator Infinite Computer Solutions (I) Ltd. Bglr. Mo. 9997154666   From: Gregory Sloop To: dovecot@dovecot.org Sent: Tuesday, 30

Re: [Dovecot] Mail deduplication

2013-04-30 Thread Tim Groeneveld
- Original Message - > This only dedupes attachments - which, in my opinion, is the only > part of deduplicating email that is really worth it. > > [snip] > > I am expecting at least a 40-60% reduction in our storage when I > implement this on my new server soon. Thanks guys for all of

Re: [Dovecot] dovecot antispam plugin is not woking

2013-04-30 Thread Tom Hendrikx
On 30-04-13 17:14, Eugene Paskevich wrote: > On Tue, 30 Apr 2013 15:56:19 +0300, Ravi Kanchan > wrote: > >> thank you for your valuable response >> >> >> I have changed the configuration as per your suggestion. > > Try putting it this way: > > plugin { > antispam_spam = Spam > antispam_allo

Re: [Dovecot] Dovecot vs MBox

2013-04-30 Thread Kyle Wheeler
On Tuesday, April 30 at 08:04 AM, quoth Gregory Sloop: Any ideas where to look next, what I might do to force dovecot to forget message ID's etc - that might force it to read the whole mailbox file again? Find the dovecot.index files for that mbox and delete them. They will be re-generated fr

[Dovecot] NTLM authentication with Outlook 2010

2013-04-30 Thread Kevin Bridges
All, I have a Ubuntu 12.04.2 box running Dovecot 2.0.19. I have it configured for our active directory. WBinfo and ntlm_auth work great. I am trying to get sso to work with ntlm. Gssapi with thunderbird works like it should. I just cant get ntlm with outlook 2010 to work for sso. I get promp

Re: [Dovecot] Antispam r49 breaks Dovecot v2.1

2013-04-30 Thread Eugene Paskevich
On Thu, 20 Dec 2012 12:58:23 +0200, Steffen Kaiser wrote: patch 49 breaks compilation with Dovecot v2.1. Fixed in 5ebc6aae4d7c. -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua| ---(==* | The Matrix

Re: [Dovecot] dovecot antispam plugin is not woking

2013-04-30 Thread Eugene Paskevich
On Tue, 30 Apr 2013 15:56:19 +0300, Ravi Kanchan wrote: thank you for your valuable response I have changed the configuration as per your suggestion. Try putting it this way: plugin { antispam_spam = Spam antispam_allow_append_to_spam = YES antispam_backend = dspam antispam_dspam

[Dovecot] Dovecot vs MBox

2013-04-30 Thread Gregory Sloop
I'm still in the "what's wrong" stage of figuring out what's going on. But I've got a mail user who isn't getting new messages. Postfix accepts it and drops it in the users mbox. [This is verified. If I tail the Mbox, I can see the new messages.] "Mail" will see the messages too. But dovecot do

Re: [Dovecot] Dovecot has no understandable configuration any more

2013-04-30 Thread forum
Am 30.04.2013 16:34, schrieb Steffen Kaiser: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Apr 2013, forum wrote: for many years i used an mailserver with dovecot V1 very satisfied! http://mailserver.decotrain.de/ One of the reasons to use dovecot was a simply configuration. Dovecot

Re: [Dovecot] Dovecot has no understandable configuration any more

2013-04-30 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Apr 2013, forum wrote: I can connect to dovecot locally with an webmailer. But there is no listener process to be seen outside of the server? Locally this ports are working, but not outside: # netstat -tulpn | grep dove tcp6 0

Re: [Dovecot] Dovecot has no understandable configuration any more

2013-04-30 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Apr 2013, forum wrote: for many years i used an mailserver with dovecot V1 very satisfied! http://mailserver.decotrain.de/ One of the reasons to use dovecot was a simply configuration. Dovecot was the best choice for IMAP for me! Hmm, t

Re: [Dovecot] Mail deduplication

2013-04-30 Thread Charles Marcus
On 2013-04-30 2:05 AM, Angel L. Mateo wrote: El 30/04/13 03:28, Tim Groeneveld escribió: I am wondering about mail deduplication. I am looking into the possibility of seperating out all of the message bodies with multiple parts inside mail that is recived from `dovecot` and hashing them all.

Re: [Dovecot] dovecot antispam plugin is not woking

2013-04-30 Thread Ravi Kanchan
Dear Eugene thank you for your valuable response I have changed the configuration as per your suggestion. plugin {   antispam_backend = dspam   antispam_crm_args = --config=/home/vmail   antispam_dspam_args = --client;--user=vmail; --source=error;--signature=%%s   antispam_dspam_binary =

Re: [Dovecot] dovecot antispam plugin is not woking

2013-04-30 Thread Eugene Paskevich
On Tue, 30 Apr 2013 12:36:44 +0300, Ravi Kanchan wrote: I am using dovecot version 2.0.9 DSPAM Anti-Spam Suite 3.10.2 (agent/library) ClamAV 0.97.7/17102 and dspam antispam plugin dovecot-antispam-plugin-43880985e3dd That is quite an old revision. However, there were no significant chang

Re: [Dovecot] Mail deduplication

2013-04-30 Thread Radek Novotný
Tim, oops, I read your message again and carefully. I see my mistake. You don't want delete whole duplicated messages but only their parts. So sorry for my reply, because It is quite out of topic. Radek Dne 30.4.2013 03:28, Tim Groeneveld napsal: Hi Guys, I am wondering about mail dedupl

[Dovecot] Dovecot has no understandable configuration any more

2013-04-30 Thread forum
Hello, my last problem could be solved now with userdb { driver = static args = uid=mail gid=mail home=/srv/mail/%d/%n } I can connect to dovecot locally with an webmailer. But there is no listener process to be seen outside of the server? Locally this ports are working, but not outside:

[Dovecot] Dovecot has no understandable configuration any more

2013-04-30 Thread forum
Hello, for many years i used an mailserver with dovecot V1 very satisfied! http://mailserver.decotrain.de/ One of the reasons to use dovecot was a simply configuration. Dovecot was the best choice for IMAP for me! Now i updated the server to Debian testing with dovecot 2.1.7. It's not possible f

[Dovecot] dovecot antispam plugin is not woking

2013-04-30 Thread Ravi Kanchan
 Hi All, I am using dovecot  version 2.0.9 DSPAM Anti-Spam Suite 3.10.2 (agent/library) ClamAV 0.97.7/17102 and dspam antispam plugin  dovecot-antispam-plugin-43880985e3dd and plugin configuration is given below: protocol imap {   mail_plugins = " antispam autocreate" } protocol pop3 {   mai

Re: [Dovecot] Mail deduplication

2013-04-30 Thread Radek Novotný
Dne 30.4.2013 03:28, Tim Groeneveld napsal: Hi Guys, I am wondering about mail deduplication. I am looking into the possibility of seperating out all of the message bodies with multiple parts inside mail that is recived from `dovecot` and hashing them all. The idea is that by hashing all of

Re: [Dovecot] Mail deduplication

2013-04-30 Thread Jan-Frode Myklebust
Wasn't there also some issue with cleanup of attachments ? Not being able to delete the last copy, or something. I did some testing of using SIS on a backup dsync destination a year (or two) ago, and got quite confused.. Don't quite remember the problems I had, but I did lose confidence in it and d

Re: [Dovecot] Mail deduplication

2013-04-30 Thread Arnaud Abélard
On 04/30/2013 08:05 AM, Angel L. Mateo wrote: El 30/04/13 03:28, Tim Groeneveld escribió: Hi Guys, I am wondering about mail deduplication. I am looking into the possibility of seperating out all of the message bodies with multiple parts inside mail that is recived from `dovecot` and hashing t