Hi
We recently installed a dovecot postfix roundcube debian
wheezy serverIt is now in production and we are feeling
our way as we progressivelyadd new users to this local
server.
I noticed that dovecot is creating user directory structures
for unknown users withinour domain in /var/vmail, even
t
Hi,
I'm considering patching Dovecot to work as a transparent (and virus
scanning) IMAP proxy.
What is the appropriate feature to extend? (I've considered the
following: IMAPC and reverse proxying, with IMAPC looking more promising
since it actually parses IMAP communication).
Can anyone w
Am 16.06.2013 15:42, schrieb Yonatan Broza:
> I'm considering patching Dovecot to work as a transparent (and virus
> scanning) IMAP proxy
why would someone implement a virus scanner on the IMAP-level?
what happens with POP3?
this has to be done on SMTP level long before the message is stored
a
Hello!
As posted on May 27th this year, dovecot 2.1.7 does not allow for the mailstore
to be located in a virtio partition.
I still receive fstat()-errors on the lock files in this combination:
May 27 12:54:51 host dovecot: imap(test@mydomain): Error:
fstat(/var/vmail/mydomain/test/.quotausag
Am 16.06.2013 16:21, schrieb Erich N. Pekarek:
> As posted on May 27th this year, dovecot 2.1.7 does not allow for the
> mailstore to be located in a virtio partition.
> I still receive fstat()-errors on the lock files in this combination:
>
> May 27 12:54:51 host dovecot: imap(test@mydomain):
On 16.6.2013, at 16.42, Yonatan Broza wrote:
> I'm considering patching Dovecot to work as a transparent (and virus
> scanning) IMAP proxy.
>
> What is the appropriate feature to extend? (I've considered the following:
> IMAPC and reverse proxying, with IMAPC looking more promising since it
>
On 6.6.2013, at 21.51, Axel Luttgens wrote:
> Hello,
>
> 1. Considering a user_query similar to this one:
>
> SELECT ... FROM ... WHERE CASE '%s' WHEN 'lmtp' THEN ...
>
> and issuing following command:
>
> doveadm user -x service=lmtp someu...@example.com
>
> the log shows:
>
>
On 10.6.2013, at 14.56, W. de Hoog wrote:
> We store our mail archive in a tree of subfolders. I am trying to speed up
> text searching on our mail archive but when running "doveadm -D -v index -u
> neil shared/Exalon/Aandeelhouders" the following output is produced:
..
> doveadm(neil): Panic:
On 13.6.2013, at 9.16, Michael Cramer wrote:
> 3 LIST () "" (*)
> Connection closed by foreign host.
..
> now the full conf
>
> # 2.2.2 (45399357008a): /etc/dovecot/dovecot.conf
Is it fixed with a newer version? I think
http://hg.dovecot.org/dovecot-2.2/rev/04ee59c96fc9 fixed it?
On 13.6.2013, at 11.03, clau...@bayern-mail.de wrote:
> A little extra question: why do you split in and out in rawlog?
It was easier to implement :) Although nowadays there's iostream_rawlog that
would make it easy to implement a combined log.
Zitat von Timo Sirainen :
On 13.6.2013, at 9.16, Michael Cramer wrote:
3 LIST () "" (*)
Connection closed by foreign host.
..
now the full conf
# 2.2.2 (45399357008a): /etc/dovecot/dovecot.conf
Is it fixed with a newer version? I think
http://hg.dovecot.org/dovecot-2.2/rev/04ee59c96fc9
From: Reindl Harald
why would someone implement a virus scanner on the IMAP-level?
what happens with POP3?
this has to be done on SMTP level long before the message is stored
and not every time a client is downloading a message
Or, as an alternative, most desktop antivirus tools have a mail-
On 13.6.2013, at 10.34, Bernhard Schmidt wrote:
>>> Jun 12 21:46:23 lxmhs69 dovecot: lmtp(20120,
>>> ext44...@mstoretest.mail.xxx.de): Panic: file istream.c: line 163
>>> (i_stream_read): assertion failed: (old_size == _stream->pos -
>>> _stream->skip)
>>
>> Can you easily reproduce this? Does i
Fixed: http://hg.dovecot.org/dovecot-2.2/rev/dd04b4ef530d
On 13.6.2013, at 18.22, Michael M Slusarz wrote:
> Background: importing a mbox file containing ~700 messages (20 MB). Our
> program splits MULTIAPPENDS into approx. 5MB chunks. We don't use literal+
> in order to immediately catch er
On 14.6.2013, at 12.15, Robert Schetterer wrote:
> Hi ,i get an compile error
>
> security -Werror=format-security -MT lucene-wrapper.lo -MD -MP -MF
> .deps/lucene-wrapper.Tpo -c lucene-wrapper.cc -fPIC -DPIC -o
> .libs/lucene-wrapper.o
> lucene-wrapper.cc: In function 'lucene_index* lucene_ind
On 14.6.2013, at 10.11, Christoph Hintermüller wrote:
> Where can i find the list of prerequisites for compiling dovocot 2.2.2
> form the sources, is there a dedicated link or what terms i should best
> use to search the archives of this mailing list, the documentation or
> the web?
Dovecot does
On 06/16/2013 01:31 PM, Eugene wrote:
Or, as an alternative, most desktop antivirus tools have a
mail-scanning capability.
But SMTP is certainly better (though IMO even that is not really
needed if you have reasonable antispam filtering and think before
opening attachments).
In my experience,
On 14.6.2013, at 10.12, Pavel Volkovitskiy wrote:
> im testing lazy_expunge_only_last_instance here and it seems it works wrong
> with IMAP MOVE
I suppose you mean with mdbox format? Seems to be annoyingly difficult to fix..
On 14.6.2013, at 22.31, Jonathon Price wrote:
> If having a single seen flag for the mailboxs was preferred, i.e. no
> private indexes. Is there a recommended mail store format that would work
> best with higher levels of concurrent access?
Anything but mbox works fine.
On 14.6.2013, at 9.15, Benoit Panizzon wrote:
> Is there a way to get quota-status to also use the proxy feature to request
> the quota information from the correct machine?
Looks like this is a missing feature. I first thought quota-status would go
through doveadm protocol, which would make t
On 06/16/2013 03:42 PM, Yonatan Broza wrote:
> I'm considering patching Dovecot to work as a transparent (and virus
> scanning) IMAP proxy.
> [...]
Have you considered non transparent caching proxy?
http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz.sig
This is a pretty important upgrade for v2.2 users, because of the IMAP
ENVELOPE reply fix.
* LDA/LMTP: If new mail delivery first fails with "temporary
failure", tempfai
Hello! This is my first dovecot install, which I put together by mixing
and matching pieces of various online howtos (fortunately, Dovecot doesn't
seem to be overly complex - a big plus). I've got it mostly working, but
the trash plugin doesn't seem to be working right. Below are configs and
som
Hello all! I tried to post this earlier today, but it's stuck in a
moderator queue for being too long, so here's a shorter version (mod,
please delete the pending message from me, if you read this).
I'm new to dovecot and just finished setting everything up. It's a postfix
+ dovecot + myql + spa
Have just upgraded to 2.2.3 and when it started I got these lines in the log:
dovecot[44069]: master: Dovecot v2.2.3 starting up (core dumps disabled)
Jun 17 15:48:46 mail dovecot[44072]: config: Error: Module is for different ABI
version 2.2.ABIv2(2.2.2) (we have 2.2.ABIv3(2.2.3)):
/usr/local/l
James Brown skrev den 2013-06-17 08:02:
Jun 17 15:48:46 mail dovecot[44072]: config: Error: Module is for
different ABI version 2.2.ABIv2(2.2.2) (we have 2.2.ABIv3(2.2.3)):
/usr/local/lib/dovecot/settings/libmanagesieve_settings.so
Can someone tell me how to fix this?
you wait for pigenhole 2.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Benny Pedersen said the following on 17/06/2013 08:09:
> James Brown skrev den 2013-06-17 08:02:
>> Jun 17 15:48:46 mail dovecot[44072]: config: Error: Module is for
>> different ABI version 2.2.ABIv2(2.2.2) (we have 2.2.ABIv3(2.2.3)):
>> /usr/local/
On Sun, Jun 16, 2013 at 11:30 PM, Timo Sirainen wrote:
> On 14.6.2013, at 10.12, Pavel Volkovitskiy wrote:
>
> > im testing lazy_expunge_only_last_instance here and it seems it works
> wrong
> > with IMAP MOVE
>
> I suppose you mean with mdbox format? Seems to be annoyingly difficult to
> fix..
* Timo Sirainen :
> http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz
> http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz.sig
>
> This is a pretty important upgrade for v2.2 users, because of the IMAP
> ENVELOPE reply fix.
Compiled & installed. Seems to work for me :)
> * LDA/LMTP: I
29 matches
Mail list logo