Anyone know how to setup dovecot with mdbox so that it can be used through
shared storage from multiple hosts? I've setup a gluster volume and am
sharing it between 2 test clients. I'm using postfix/dovecot LDA for
delivery and I'm using postal to send mail between 40 users. In doing
this, I'm s
On Wed, Mar 21, 2012 at 10:05 AM, Timo Sirainen wrote:
> On 21.3.2012, at 17.56, James Devine wrote:
>
> > Anyone know how to setup dovecot with mdbox so that it can be used
> through
> > shared storage from multiple hosts? I've setup a gluster volume and am
>
Also I don't seem to get these errors with a single dovecot machine using
the shared storage and it looks like there are multiple simultaneous
delivery processes running
On Wed, Mar 21, 2012 at 10:25 AM, James Devine wrote:
>
>
> On Wed, Mar 21, 2012 at 10:05 AM, Timo Sirainen
On Fri, Mar 23, 2012 at 7:39 AM, wrote:
> On Wed, 21 Mar 2012 09:56:12 -0600, James Devine
> wrote:
> > Anyone know how to setup dovecot with mdbox so that it can be used
> through
> > shared storage from multiple hosts? I've setup a gluster volume and am
> > s
As it turns out I can duplicate this problem with a single dovecot server
and a single gluster server using mdbox, so maybe not caching? This being
the case I don't think director would help
On Thu, Apr 5, 2012 at 7:16 PM, James Devine wrote:
>
>
> On Fri, Mar 23, 2012 at 7
I'm messing around with lazy expunge and I just had a couple of questions.
If I delete messages or folders with messages, I see them being moved to
the expunge namespace, but if I delete an empty folder, all traces of it
seem to disappear. Is there a way to move empty folders to the expunge
names
On Wed, Apr 11, 2012 at 12:01 AM, Timo Sirainen wrote:
> On 10.4.2012, at 23.19, James Devine wrote:
>
> > I'm messing around with lazy expunge and I just had a couple of
> questions.
> >
> > If I delete messages or folders with messages, I see them being moved t
I have setup director and a backend dovecot service on the same machine
using different ports. The backend service is listening on the default 24,
110 and 143 for lmtp, pop3 and imap respectively. Director is listening on
10024, 10110 and 10143 for the same respective services.
I can get this se
On Tue, May 8, 2012 at 6:25 PM, Timo Sirainen wrote:
> On Tue, 2012-05-08 at 12:55 -0600, James Devine wrote:
> > I have setup director and a backend dovecot service on the same machine
> > using different ports. The backend service is listening on the default
> 24,
> &
I'm playing with running dovecot over NFS and I am running into some
issues. I have followed the guide at http://wiki2.dovecot.org/NFS and my
setup includes 1 nfs server and 1 client running postfix/dovecot. In
testing I am running postal via the command:
postal -t 10 -c 10 localhost users399
On Sat, Jun 9, 2012 at 12:40 PM, Daniel Parthey <
daniel.part...@informatik.tu-chemnitz.de> wrote:
> James Devine wrote:
> > I'm playing with running dovecot over NFS and I am running into some
> > issues. I have followed the guide at http://wiki2.dovecot.org/NFS and
By client I meant NFS client running postfix/dovecot servers
On Sun, Jun 10, 2012 at 9:38 PM, James Devine wrote:
>
> On Sat, Jun 9, 2012 at 12:40 PM, Daniel Parthey <
> daniel.part...@informatik.tu-chemnitz.de> wrote:
>
>> James Devine wrote:
>> > I'm pla
Is it possible to query LDAP differently for different protocols? I am
using dovecot for both pop3/imap and lmtp deliveries and there are
different enable flags in ldap for them. I tried wrapping user_filter
inside the protocols in the file dovecot-ldap.conf.ext as shown below but
this didn't see
nevermind I think I got it, wrapping the ldap userdb in the protocols and
making a copy of the ldap configuration files seems to work
On Tue, Jul 17, 2012 at 5:04 PM, James Devine wrote:
> Is it possible to query LDAP differently for different protocols? I am
> using dovecot for both pop
> On 2012.10.09 14.41, James Devine wrote:
>
>> We have an LDAP server that contains AES encrypted passwords. So far I've
>> been able to use this by adding a passdb module that encrypts the user's
>> password prior to ldap comparison. Now I am looking at supporting
word(u...@domain.tld,192.168.160.49): Credentials:
f124dc24328ed3d90db035f0d5284636
The listed password is a base64 representation of its encrypted form which
I need to somehow decrypt between the time LDAP returns it and these
credentials are generated.
On Tue, Oct 9, 2012 at 1:16 PM, James Devin
Is there a way I can have something like the following setup:
192.168.0.2 port 110/143, with no starttls/ssl
192.168.0.3 port 110,995/143,993 with starttls/ssl
192.168.0.4 port 110,995/143,993 with starttls/ssl
I am looking to setup dovecot so that some IPs will run without any notion
of SSL wher
I am looking through the logging options and wondering if there are a
couple of things that we can do
1. Logouts don't seem to show the IP address of the logout, we
typically see multiple sessions at a time and wondering if there is a
way to tie the logouts to an IP
2. POP logouts show the number
ct var_expand_table *tab;
***
*** 255,260
--- 256,262
tab[6].value = dec2str(client->total_size);
tab[7].value = dec2str(client->input->v_offset);
tab[8].value = dec2str(client->output->offset);
+ tab[9].value = getenv("IP")
Upon thinking, the variable names may not be descriptive enough as
`host` is a bit ambiguous and `deleted_count` may refer to a different
command than expunge in imap and may be valid to track at some point
so I have changed `host` to `client_ip` and `deleted_count` in imap to
`expunged_count`, bel
Is there any way to still be able to login/delete email via
dovecot-imap when the user's filesystem quota is exceeded? We just
moved from courier where this was still possible but now a user over
quota can login but cannot get a list of messages and the logs show
this:
May 27 10:24:45 pop1.gwtc.n
I have made some changes to the expunge logging as client->mailbox is
set to NULL prior to one of the relevant calls. The change leaves
mailbox in the function now and adds client. The modified patch to
1.2.11 is included.
imap-expunge-logging.patch
Description: Binary data
Any thoughts to adding a json formatter to the doveadm output?
Tim,
Had you made any progress on this? We've been using elasticsearch to index
our mail backup for a while now and I am interested in possibly using it to
index our live mail as well.
On Wed, Jun 26, 2013 at 11:14 PM, Tim Groeneveld wrote:
>
> - Original Message -
> > I would like to
24 matches
Mail list logo