Timo,
Thanks for the patch. It's been applied and I'll let you know whether
it clears up the problems.
Mail files are stored on NFS. All imap connections for a given user are
are mapped to a particular server at any given time.
What about new mail deliveries? Are you using deliver?
All
On Fri, Mar 25, 2011 at 7:05 PM, Timo Sirainen wrote:
> On Fri, 2011-03-25 at 17:56 -0430, Olaf Reitmaier Veracierta wrote:
>
> > The dovecot-ldap.conf of "proxy server A" is working when the "host"
> > attribute is the FQDN of other server:
> >
> > pass_attrs = uid=user,userPassword={SSHA}passwo
On Fri, 2011-03-25 at 17:56 -0430, Olaf Reitmaier Veracierta wrote:
> The dovecot-ldap.conf of "proxy server A" is working when the "host"
> attribute is the FQDN of other server:
>
> pass_attrs = uid=user,userPassword={SSHA}password,\
> =proxy_maybe=,maildrop=host,=port=143,=destuser=%u,=sta
On Thu, 2011-03-24 at 21:21 -0500, Mike Abbott wrote:
> While trying to use imaptest (-20100922, from
> http://dovecot.org/nightly/imaptest/imaptest-latest.tar.gz) with the included
> tests directory, it assert-crashes after a suspicious connect() failure:
>
> $ ./imaptest user=foo pass=bar host
On Thu, 2011-03-24 at 13:19 -0400, Mark Dieterich wrote:
> IMAP(): Transaction log dovecot.index.log: duplicate
> transaction log sequence (37)
This is the reason everything else messes up..
> IMAP(): fscking index file dovecot.index
> IMAP(): fstat() failed with index file
> dovecot.index: No s
On Fri, 2011-03-25 at 09:57 +0100, Michal Hlavinka wrote:
> Hi,
>
> one Fedora user sees regression in dovecot 2.0.11 (compared to prev. 2.0.9).
> There was change recently:
> http://hg.dovecot.org/dovecot-2.0/diff/bc77e80947c0/src/lib-settings/settings-parser.c
> which adds call to settings_find
On Fri, 2011-03-25 at 09:57 +0100, Michal Hlavinka wrote:
> Hi,
>
> one Fedora user sees regression in dovecot 2.0.11 (compared to prev. 2.0.9).
> There was change recently:
> http://hg.dovecot.org/dovecot-2.0/diff/bc77e80947c0/src/lib-settings/settings-parser.c
> which adds call to settings_find
On Thu, 2011-03-24 at 21:58 +0100, easy wrote:
> SSL : yes (OpenSSL)
So it should be there..
> so it looks like SSL support is included, but when I start dovecot the
> message is:
>
> doveconf: Error: SSL support not compiled in but ssl=yes
Well, that's weird. Are you s
On Fri, 2011-03-25 at 09:47 -0700, Brandon Lamb wrote:
> In my dovecot.log I am seeing:
> Warning: quota: Namespace '' is not Maildir, skipping for Maildir++ quota
Maildir++ quota is only for Maildir. You need to switch to dict (file)
quota. Maildir works fine with it too.
http://wiki2.dovecot.or
On Fri, 2011-03-25 at 16:34 +0100, Frank Bonnet wrote:
> Is there a way to restrict access to Dovecot server during
> mailboxes convertion ?
You'd want to also tempfail all mail deliveries.
> I need dovecot to be running to convert mailboxes from
> a format to another, but I would like to block
On Fri, 2011-03-25 at 14:05 -0700, duonut wrote:
> Hi
> I use roundcube as the webmail fronted to a dovecot server. It currently has
> squat enabled. When round cube performs a search, it does a compound search
> even if only one field is selected.
>
> >From another thread i read, dovecot in the v
On Wed, 2011-03-09 at 22:50 +0100, Antoine Millet wrote:
> Some trashed messages reappear after the next sync, by dint of
> insisting, sometime it are duplicated. Occasionally, the
> synchronization has the desired effect, but messages reappear few hours
> later...
See if these fixes help:
http:
Hi help is preciated,
PROBLEM
The dovecot-ldap.conf of "proxy server A" is working when the "host"
attribute is the FQDN of other server:
pass_attrs = uid=user,userPassword={SSHA}password,\
=proxy_maybe=,maildrop=host,=port=143,=destuser=%u,=starttls=any-cert
pass_filter = (&(objectClass=pos
Hi
I use roundcube as the webmail fronted to a dovecot server. It currently has
squat enabled. When round cube performs a search, it does a compound search
even if only one field is selected.
>From another thread i read, dovecot in the v1 period did not support
compound searches for squat.
Does
On 03/25/2011 04:34 PM, Frank Bonnet wrote:
> Hello
>
> Is there a way to restrict access to Dovecot server during
> mailboxes convertion ?
>
> I need dovecot to be running to convert mailboxes from
> a format to another, but I would like to block all our
> LAN clients until the end of convertion
Hello,
I pasted my config below, hoping someone can point out something obvious.
In my dovecot.log I am seeing:
Warning: quota: Namespace '' is not Maildir, skipping for Maildir++ quota
I am using mysql userdb_* and passing maildir:~/maildir or
mdbox:~/mdbox for mail. When its maildir its fine,
> Hi,
>
> I am trying to use Quota in dovecot-2.0.11. I find as a sender(same
> user a receiver) I receive an email that receiver's Quota is exceeded
> , and receiver's mailbox is full . This is good, however the receiver
> whose MB is full isn't getting any quota-warning. Configuration is as
> bel
Hello
Is there a way to restrict access to Dovecot server during
mailboxes convertion ?
I need dovecot to be running to convert mailboxes from
a format to another, but I would like to block all our
LAN clients until the end of convertion.
If there is no internal Dovecot mechanism I will use
some
Hi,
one Fedora user sees regression in dovecot 2.0.11 (compared to prev. 2.0.9).
There was change recently:
http://hg.dovecot.org/dovecot-2.0/diff/bc77e80947c0/src/lib-settings/settings-parser.c
which adds call to settings_find_key_nth(, &parent_def,...). This function
can set parent_def to
On 03/24/2011 06:05 PM, Timo Sirainen wrote:
> On Thu, 2011-03-24 at 17:17 +0100, Frank Bonnet wrote:
>
>> I use real unix users on the mailhub and I would like to
>> automate home directories creation for new users.
> This is done automatically, as long as filesystem permissions allow it.
> But si
20 matches
Mail list logo