Displaying 20 results from an estimated 2000 matches similar to: "Director+NFS Experiences"
2017 Feb 24
3
Director+NFS Experiences
In our experience. A ring with more of 4 servers is bad, we have sync
problems everyone. Using 4 or less works perfect.
Em 24 de fev de 2017 4:30 PM, "Mark Moseley" <moseleymark at gmail.com>
escreveu:
> >
> > On Thu, Feb 23, 2017 at 3:15 PM, Timo Sirainen <tss at iki.fi> wrote:
> >
> >> On 24 Feb 2017, at 0.08, Mark Moseley <moseleymark at
2017 Feb 24
3
Director+NFS Experiences
On Thu, Feb 23, 2017 at 3:45 PM, Zhang Huangbin <zhb at iredmail.org> wrote:
>
> > On Feb 24, 2017, at 6:08 AM, Mark Moseley <moseleymark at gmail.com> wrote:
> >
> > * Do you use the perl poolmon script or something else? The perl script
> was
> > being weird for me, so I rewrote it in python but it basically does the
> > exact same things.
>
2017 Feb 23
3
Director+NFS Experiences
On Thu, Feb 23, 2017 at 3:15 PM, Timo Sirainen <tss at iki.fi> wrote:
> On 24 Feb 2017, at 0.08, Mark Moseley <moseleymark at gmail.com> wrote:
> >
> > As someone who is about to begin the process of moving from maildir to
> > mdbox on NFS (and therefore just about to start the 'director-ization' of
> > everything) for ~6.5m mailboxes, I'm
2017 Feb 24
0
Director+NFS Experiences
>
> On Thu, Feb 23, 2017 at 3:15 PM, Timo Sirainen <tss at iki.fi> wrote:
>
>> On 24 Feb 2017, at 0.08, Mark Moseley <moseleymark at gmail.com> wrote:
>> >
>> > As someone who is about to begin the process of moving from maildir to
>> > mdbox on NFS (and therefore just about to start the 'director-ization'
>> of
>> >
2017 Feb 23
0
Director+NFS Experiences
> On Feb 24, 2017, at 6:08 AM, Mark Moseley <moseleymark at gmail.com> wrote:
>
> * Do you use the perl poolmon script or something else? The perl script was
> being weird for me, so I rewrote it in python but it basically does the
> exact same things.
Would you mind sharing it? :)
----
Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/
Time zone: GMT+8
2017 Apr 21
1
Host ... is being updated before previous update had finished
Timo/Aki/Docecot guys, any hints here? Is this a bug? Design issue?
On Fri, Apr 7, 2017 at 10:10 AM Mark Moseley <moseleymark at gmail.com> wrote:
> On Mon, Apr 3, 2017 at 6:04 PM, Mark Moseley <moseleymark at gmail.com>
> wrote:
>
>> We just had a bunch of backend boxes go down due to a DDoS in our
>> director cluster. When the DDoS died down, our director ring
2017 Apr 04
2
Host ... is being updated before previous update had finished
We just had a bunch of backend boxes go down due to a DDoS in our director
cluster. When the DDoS died down, our director ring was a mess.
Each box had thousands (and hundreds per second, which is a bit much) of
log lines like the following:
Apr 03 19:59:29 director: Warning: director(10.1.20.10:9090/left): Host
10.1.17.15 is being updated before previous update had finished (up ->
down) -
2017 Feb 23
0
Director+NFS Experiences
On 24 Feb 2017, at 0.08, Mark Moseley <moseleymark at gmail.com> wrote:
>
> As someone who is about to begin the process of moving from maildir to
> mdbox on NFS (and therefore just about to start the 'director-ization' of
> everything) for ~6.5m mailboxes, I'm curious if anyone can share any
> experiences with it. The list is surprisingly quiet about this
2019 Jun 22
2
LastLogin update
> On 20 Jun 2019, at 11:36, Adrian Minta via dovecot <dovecot at dovecot.org> wrote:
>
> this seems to work very well:
>
> https://docs.iredmail.org/track.user.last.login.html
This is cool, but I have a question:
> For MySQL/MariaDB backends, we create the sql table in database vmail.
Would this interfere with or confuse postfixadmin? I use that so that users can
2016 Nov 24
2
Implementing secondary quota w/ "Archive" namespace
On 24 Nov 2016, at 9.33, Mark Moseley <moseleymark at gmail.com> wrote:
>
> On Wed, Nov 23, 2016 at 6:05 PM, Timo Sirainen <tss at iki.fi> wrote:
>
>> On 23 Nov 2016, at 0.49, Mark Moseley <moseleymark at gmail.com> wrote:
>>>
>>> If I move messages between namespaces, it appears to ignore the quotas
>> I've
>>> set on them.
2009 Oct 31
2
Post login script issue with pop3 protocol
Hi, all.
I want to track user last login data (ip address, login date, etc)
with dovecot, followed dovecot tutorial[1], and it now works with
IMAP, but failed with POP3. i don't know why.
My script:
----
LDAP_URI='ldap://127.0.0.1:389'
LDAP_BASEDN='o=domains,dc=iredmail,dc=org'
BIND_DN='cn=vmailadmin,dc=iredmail,dc=org'
BIND_PW='plain_passwd'
if [
2008 Jul 12
3
How can i get original mail subject in sieve vacation?
Hi, all.
I want to mix some new words and original mail subject as vacation
subject, how can i get original mail subject in sieve vacation?
Original subject: Hello.
Vacation subject: Auto-Reply msg: Hello.
^^^^^ New ^^^^^ ^Orig^
Thanks very much.
--
Best Regards.
Zhang Huangbin
- iRedMail: Mail Server Solution for Red Hat(R) Enterprise Linux & CentOS 5.x:
2008 Jul 12
2
How can i set vacation subject in non-english characters?
Hi, all.
I have implemented vacation via dovecot sieve. but how can i use
non-english characters in vacation subject?
Thanks very much.
This is my sample sieve rule for vacation:
----8<----
require ["vacation"];
vacation
:days 1
:mime
:subject "Auto-Reply: Out of office."
"MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
2019 Jun 24
3
LastLogin update
Em 22/06/2019 22:41, Zhang Huangbin via dovecot escreveu:
>
>> On Jun 23, 2019, at 4:43 AM, @lbutlr via dovecot <dovecot at dovecot.org> wrote:
>>
>>> https://docs.iredmail.org/track.user.last.login.html
>> This is cool, but I have a question:
>>
>>> For MySQL/MariaDB backends, we create the sql table in database vmail.
>> Would this
2017 Dec 22
2
Lua Auth
> On December 22, 2017 at 8:20 AM Mark Moseley <moseleymark at gmail.com> wrote:
>
>
> On Thu, Dec 21, 2017 at 9:51 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
> >
> > > On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com>
> > wrote:
> > >
> > >
> > > >
> > > >
> > >
2009 Mar 13
4
How can i override mail_location?
Hi, all.
I use dovecot-1.1.11 with OpenLDAP backend. but i found the
mail_location is not correct. How can i override mail_location setting
in dovecot.conf?
LDAP user data and dovecot config are attached below. in dovecot config,
mail_location is:
----
mail_location = maildir:/%Lh/%Ld/%Ln/:INDEX=/%Lh/%Ld/%Ln/
----
but the correct maildir should be 'homeDirectory' +
2016 Nov 24
2
Implementing secondary quota w/ "Archive" namespace
On 23 Nov 2016, at 0.49, Mark Moseley <moseleymark at gmail.com> wrote:
>
> If I move messages between namespaces, it appears to ignore the quotas I've
> set on them. A *copy* will trigger the quota error. But a *move* just
> happily piles on to the overquota namespace. Is that normal?
Probably needs a bit more thinking, but I guess the attached patch would help.
2012 Apr 19
2
Custom LDAP filter for doveadm-mailbox?
Dear Timo,
With Dovecot-2.0.16, 'doveadm mailbox list -A' will perform LDAP search with filter "(objectClass=posixAccount)", and get value of attribute 'uid' as mail user. Is it possible to custom the ldap filter and returned attribute name? For example:
- LDAP filter: (&(objectClass=mailUser)(accountStatus=active))
- Returned attribute name: mail
Did i miss
2016 Dec 01
2
Implementing secondary quota w/ "Archive" namespace
On Thu, Nov 24, 2016 at 9:10 PM, Mark Moseley <moseleymark at gmail.com> wrote:
> On Thu, Nov 24, 2016 at 10:52 AM, Timo Sirainen <tss at iki.fi> wrote:
>
>> On 24 Nov 2016, at 9.33, Mark Moseley <moseleymark at gmail.com> wrote:
>> >
>> > On Wed, Nov 23, 2016 at 6:05 PM, Timo Sirainen <tss at iki.fi> wrote:
>> >
>> >> On
2017 Dec 22
2
Lua Auth
> On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com> wrote:
>
>
> >
> >
> >
> >
> > 2) Is there an appropriate way to return data with spaces in it (or
> > presumably other non-alphanum chars. My quota name had a space in it,
> > which
> > somehow got interpreted as 'yes' , i.e.:
> >
> > imap: