similar to: dovecot performance

Displaying 20 results from an estimated 500 matches similar to: "dovecot performance"

2009 Jan 20
2
dotlock timestamp trouble
Hi there, I'm getting a lot of this message in production log: Created dotlock file's timestamp is different than current time (1232468644 vs 1232468524): /path/to/dovecot.index.log The IT guy swears the clocks are sincronized. Whe even have made a test in the machine running dovecot, inside the user's mailbox: # > foo; ls -l --time-style=full-iso foo; date -rw-r--r-- 1 root root
2008 Nov 04
1
problem with i_stream_next_line()
Hello there, I have a "subscriptions" file that is *not* ended with a line break (created by another system). When I do a "lsub "" "*"" the last mailbox name is not listed. Debugging a little showed that it looks like i_stream_next_line() is not returning the last line if it doesn't end with a line break. Is this a bug? btw, i'm using version
2008 Sep 04
2
filename format question
Hello, Is it possible to configure the filename format in dovecot? For example, to change from "unique,W=size:2,FLAGS" to "unique,size.hostname:2,FLAGS_unique2"? Thanks in advance.
2008 Sep 10
1
plugin for writing compressed mails
Hello there, I've being reading the zlib plugin and the dovecot code and I can't see a way of extending the plugin for writing compressed mails instead of just reading it. Any clue? Tks in advance, gpg
2008 Sep 26
1
problems with auth protocol
Hello there, I have a client connecting to dovecot and comunicating like this: * OK Dovecot ready. * AUTHENTICATE MYAUTH + base64 challange base64_response {NNN} * NO Invalid base64 data in continued response The problem is that dovecot seems to reject the response because of the {NNN} in the end of the string. If I remove the {NNN} it authenticates just fine. Any idea of whether it's
2008 Nov 06
1
index storage usage
Hello there, I failed in finding the answer in the wiki so i'm asking it here. In average, how much the dovecot's indexes increase the usage of storage, compared to a standard maildir mailbox? I believe it would be a function of the number of messages instead of the message's size. Is there a known aproximated function for that? Thank you. gpg
2009 Jul 11
6
Install Xen on VirtualBox?
Hey, Anyone tried before, is it successful? Also, Is it possible to use the CPU VT inside Xen if it is running inside VirtualBox? I want to setup such env. for testing purpose. Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Aug 08
1
Blocking auth services
Hi, I'm writing an passdb/userdb plugin to authenticate against an external daemon listening on a UNIX socket. The connection to the daemon is 1 request at a time and thus blocking (unlike passdb-ldap), but the daemon is preforking, so it can handle more connections at a time. I read from the Wiki: http://wiki2.dovecot.org/Design/AuthProcess * "The authentication may begin new
2016 Mar 12
2
static vs shared modules build
> no, it only has a theoretical impact on the number of open > filehandles, theroretical means in that context surely not relevant > for a fileserver > > if you have a preforking service and expect many thousand forkers than > it may become relevant Thank you Would you give the same advice in the case of a Samba 4 AD Domain Controller?
2016 Mar 12
2
static vs shared modules build
Since all my Samba AD member servers rely on vfs_acl_xattr to take care of Windows permissions, is there any performance advantage to building samba with a static vfs_acl_xattr module? (./configure --with-static-modules=vfs_acl_xattr) Thank you
2004 Aug 29
3
starting/stopping Dovecot
http://www.dovecot.org/doc/INSTALL > Once everything is configured, there's two ways to start Dovecot: > > 1) Run "dovecot" binary which does everything. > > 2) Start it via inetd or similiar by executing "imap-login" or "pop3-login" > binaries. If you're listening in SSL port, add --ssl parameter. What are the pros and cons of using
2006 May 28
5
Rails, ActionController::Base.allow_concurrency and mongrel
Hello all, Are you aware of the rails ActionController::Base.allow_concurrency option ? If this option is true, rails is able to process simultaneous multiples actions. It appears that rails is thread-safe (if the user application is), and that this option is mostly unknown. Webrick take care of this option in rails-1.1.2/lib/webrick_server.rb at line 80 : REQUEST_MUTEX.lock unless
2018 Mar 16
4
cyrus: socket options
Hi, what are the following messages supposed to tell me and does this indicate a problem? # systemctl status cyrus-imapd [...] master[3766]: unable to setsocketopt(IP_TOS): Operation not supported master[3766]: unable to setsocketopt(IP_TOS): Operation not supported [...] Exim says it can not connect to the lmtp socket even when selinux doesn?t get in the way. The configuration looks like
2017 Oct 07
3
RSAT Print Management won't show shared printers under the "Printers" section
Hello, currently I am trying to setup a Samba environment (Samba AD DC, Samba Fileserver, Samba Printserver) using Samba version 4.5.8-Debian and CUPS version 2.2.1-8 on Debian 9 "Stretch". I am trying to setup "Point'n'Print" atm. While my Active Directory domain and the fileserver work well with my Windows 7 clients, I am having some issues with the printserver.
2019 Nov 21
2
Samba4 - Printer Drivers install fails
Le 21/11/2019 ? 15:46, Rowland penny via samba a ?crit?: > On 21/11/2019 14:33, Julien TEHERY via samba wrote: >> Le 21/11/2019 ? 15:15, Rowland penny via samba a ?crit?: >>> On 21/11/2019 14:00, Julien TEHERY via samba wrote: >>>>> Not entirely sure, but why does 'Administrator' own something on a >>>>> Unix machine, it should be
2023 Mar 03
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
On Tue, Feb 21, 2023 at 05:21:37PM +0200, Wouter Verhelst wrote: > Hi Eric, > > Busy days, busy times. Sorry about the insane delays here. No problem; I've been tackling other things in the meantime too, so this extension has taken far longer than I planned for more reasons than just slow review time. > > On Mon, Nov 14, 2022 at 04:46:51PM -0600, Eric Blake wrote: > >
2019 Apr 25
3
Managing samba ad dc with systemd
Hi, I have a question about samba 4 with systemd. I've followed the "Managing the Samba AD DC Service Using Systemd" and I've created /etc/systemd/system/samba-ad-dc.service file with the following content: [Unit] Description=Samba Active Directory Domain Controller After=network.target remote-fs.target nss-lookup.target [Service] Type=forking
2017 Dec 11
2
upgrading python
On Mon, Dec 11, 2017 at 5:43 PM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote: > On Tue, Dec 12, 2017 at 11:31 AM, <m.roth at 5-cent.us> wrote: > >> Pete Biggs wrote: >> > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: >> >> On Mon, 11 Dec 2017 16:32:06 -0500 >> >> Larry Martell wrote: >> >> >> >> > Can I
2019 Nov 22
1
Samba4 - Printer Drivers install fails
> FYI, > > I finally succeeded too upload one of the 3 drivers that had problems. > > I didi it with another user (not? with administrator) which is member > of domain admins. > > I deleted it and tried so many times again to upload it anf it failed > with the same error. > > So we're in a process where sometimes it's working sometimes not and > you
2016 Mar 12
0
static vs shared modules build
Am 12.03.2016 um 19:48 schrieb Miguel Medalha: > Since all my Samba AD member servers rely on vfs_acl_xattr to take care > of Windows permissions, is there any performance advantage to building > samba with a static vfs_acl_xattr module? > > (./configure --with-static-modules=vfs_acl_xattr) no, it only has a theoretical impact on the number of open filehandles, theroretical means