search for: arobert

Displaying 8 results from an estimated 8 matches for "arobert".

Did you mean: robert
2008 Mar 08
3
1.1 master auth not expanding static userdb variables
Can dovecot-1.1 deliver work with static userdb? I'm currently running dovecot-1.0.12 and postfix-2.4.6, with virtual users' maildirs all owned by vmail and mail_location = maildir:/var/mail/%Lu. The following definition of the dovecot transport in postfix/master.conf works fine with dovecot-1.0: dovecot unix - n n - 1 pipe flags=DRh
2017 Nov 29
0
ls performance on directories with small number of items
...dual fstat calls. That's roughly 16us per frame. Can you eliminate the fstat calls? If you only get the directory listing that should be significantly better. To prove this, do "echo *". You will instantly see your 123k entries. On November 27, 2017 5:18:56 AM PST, Aaron Roberts <aroberts at domicilium.com> wrote: >Hi, >I have a situation where an apache web server is trying to locate the >IndexDocument for a directory on a gluster volume. This URL is being >hit roughly 20 times per second. There is only 1 file in this >directory. However, the parent directory...
2017 Nov 27
1
ls performance on directories with small number of items
...additional information about the cluster / volume >typology and configuration would help others assist you (but I still >think you should upgrade!). > >-- >Sam McLeod >https://smcleod.net >https://twitter.com/s_mcleod > >> On 28 Nov 2017, at 12:18 am, Aaron Roberts <aroberts at domicilium.com> >wrote: >> >> Hi, >> I have a situation where an apache web server is >trying to locate the IndexDocument for a directory on a gluster volume. >This URL is being hit roughly 20 times per second. There is only 1 >file in this dire...
2017 Nov 27
4
ls performance on directories with small number of items
Hi, I have a situation where an apache web server is trying to locate the IndexDocument for a directory on a gluster volume. This URL is being hit roughly 20 times per second. There is only 1 file in this directory. However, the parent directory does have a large number of items (+123,000 files and dirs) and we are performing operations to move these files into 2 levels of
2009 Nov 27
1
Proxy, using checkpassword
Hi all, I think I may be doing something wrong but, is it possible to proxy POP and IMAP users when using a checkpassword script as the passdb? I'm trying to write a perl script to handle authentication to a mix of SQL and POP3 sources whilst logging user passwords at the same time for a migration. At the moment, I'm trying to set environment variables to tell dovecot what to do:
2017 Nov 27
0
ls performance on directories with small number of items
...nce.stat-prefetch Further to this, additional information about the cluster / volume typology and configuration would help others assist you (but I still think you should upgrade!). -- Sam McLeod https://smcleod.net https://twitter.com/s_mcleod > On 28 Nov 2017, at 12:18 am, Aaron Roberts <aroberts at domicilium.com> wrote: > > Hi, > I have a situation where an apache web server is trying to locate the IndexDocument for a directory on a gluster volume. This URL is being hit roughly 20 times per second. There is only 1 file in this directory. However, the parent...
2009 Sep 04
1
External auth database process
Hi, Is it possible to call a completely external process to authenticate users in dovecot? I am trying to setup a transparent pop3 proxy that will lookup users from a couple of different pop3 servers, authenticate to 1 of them, take a copy of the password and a timestamp and client IP upon success, then proxy to the appropriate end server. I was hoping I would be able to do something along the
2010 Nov 11
1
Possible split-brain
Hi all, I have 4 glusterd servers running a single glusterfs volume. The volume was created using the gluster command line, with no changes from default. The same machines all mount the volume using the native glusterfs client: [root at localhost ~]# gluster volume create datastore replica 2 transport tcp 192.168.253.1:/glusterfs/primary 192.168.253.3:/glusterfs/secondary