search for: yacos

Displaying 20 results from an estimated 35 matches for "yacos".

Did you mean: macos
2010 Dec 22
2
Plugin delete-to-trash on Dovecot 2.0
There are some body using delete-to-trash on any version of Dovecot 2.0? -- Antonio P?rez-Aranda Alcaide aperezaranda at yaco.es Yaco Sistemas S.L. http://www.yaco.es/ C/ Rioja 5, 41001 Sevilla Tel?fono +34 954 50 00 57 Fax ? ? ?+34 954 50 09 29
2010 Dec 27
2
Dovecot Quota plugin as Couier quota
I get a similar behavior between dovecot quota plugin and courier quota with the attached patch. When the client change flags, then is forced to recalc. This is because I don't know how to get the changed flags on quota sync method. The courier quota behavior is avoid to count all deleted mails, include "mark as deleted" mails. -- Antonio P?rez-Aranda Alcaide aperezaranda at
2011 May 23
3
[PATCH] Indexing mail attachments with Dovecot + Solr
Indexing mail attachments with Dovecot + Solr. This patch has been tested with these versions: * dovecot 2.0.9 * apache-solr 1.4.1 This is a patch for the fts-solr plugin (that indexes mail messages for Dovecot with Solr). In main stream, the plugin does not index attachments; With this patch, you can index mails and their attachments (pdf, docs, openoffice docs...) . You can get others
2011 Feb 02
2
Logging on syslog and selected dovecot files at the sametime
Is it possible to send logs to syslog and files set by log_path and log_info_path on config? Just two logs at the same time (not realtime). -- Antonio P?rez-Aranda Alcaide aperezaranda at yaco.es Yaco Sistemas S.L. http://www.yaco.es/ C/ Rioja 5, 41001 Sevilla Tel?fono +34 954 50 00 57 Fax ? ? ?+34 954 50 09 29
2010 Mar 12
2
I need IMAP stress testing tool with SEARCH command
Hi. Does anyone know of a good imap stress testing tool? And one which supports SEARCH commands? I have to compare Courier and Dovecot. I already did some tests using a modified postal/rabid package. I would be thankfully for any hints. Best regards. Erny Yaco Sistemas Spain
2010 Dec 27
1
Kicking by dovecot as proxy?
I'm using dovecot 2.0 as proxy to make easy the migration from Courier to Dovecot. ?Is it possible to use doveadm kick on a proxy connection? Example: telnet (login as user1) -> dovecot (proxy) (user1) -> courier (user1) If I exec doveadm who on "dovecot", any user are connected. -- Antonio P?rez-Aranda Alcaide aperezaranda at yaco.es Yaco Sistemas S.L.
2010 Dec 28
1
Can dovecot+solr search on attachments?
I remember to read that dovecot+solr support search on mail attachment Is this true? Maybe, is needed to improve the basic solr schema to do this? -- Antonio P?rez-Aranda Alcaide aperezaranda at yaco.es Yaco Sistemas S.L. http://www.yaco.es/ C/ Rioja 5, 41001 Sevilla Tel?fono +34 954 50 00 57 Fax ? ? ?+34 954 50 09 29
2011 Feb 09
1
Dovecot + Solr does not index without break-imap-search?
Hi folks, We are working with Dovecot 2.0.9 with Solr support and there is a thing, a little strange for us. Let me explain. We have this conf for Solr: plugin { ... fts = solr fts_solr = url=http:// solr.domain:8983/solr/ break-imap-search quota = maildir ... } With 'break-imap-search', Dovecot connects with solr, solr indexes all, searchs are
2011 Feb 16
2
Evolution IMAP with Dovecot as proxy
We have some users who use Evolution as mail client. During migration process we are run Dovecot as proxy of Courier-imap until any user get migrated depend of ldap attribute. At present, the problem is that with Thunderbird and other clients, The client run as normal. But Evolution can't get new messages or Suscription list. Capabilities on Courier and Dovecot are differents, but when a
2011 May 27
1
This is appear a fts bug
I have checked this on dovecot 2.0.9 and 2.0.13 with fts-solr without patching. If you execute the follow IMAP script, then the imap process die by and a "assert" . select "inbox." . search text something After search, the connection is aborted in the client side, and imap process died on the server. When the log in dovecot says: (fts_backend_solr_init): assertion
2011 Jun 03
1
Extra plugins vía extrafield in ldap
Hi all, I'm using dovecot 2.0.9 and I have a config like this: dovecot.conf: passdb { args = /etc/dovecot/conf.d/passwd-ldap.conf driver = ldap } mail_plugins = $mail_plugins quota plugin { autocreate = INBOX.SPAM autocreate2 = INBOX.NoSPAM autosubscribe = INBOX.SPAM autosubscribe2 = INBOX.NoSPAM quota = maildir } protocol imap { mail_plugins = $mail_plugins imap_quota
2011 Oct 13
1
Rare error with concurrent users searching with fts-solr
Hi all, If I start two o more connections with diferent users that make a search text to solr I get this message many times: Error: fts_solr: Query didn't return uid If I repeat the test about 2000 times, with only one user concurrent, with 60 diferent users, without concurrent, I get between 0. If I repeat the test about 2000 times, with 2 users concurrent, I get between 3 or 10 errors.
2020 Feb 22
2
The AnghaBench collection of compilable programs
...ttp://cuda.dcc.ufmg.br/angha/ We have a technical report describing the construction of this collection: http://lac.dcc.ufmg.br/pubs/TechReports/LaC_TechReport012020.pdf Many things can be done with so many LLVM bytecodes. A few examples follow below: * We can autotune compilers. We have trained YaCoS, a tool used to find good optimization sequences. The objective function is code size. We find the best optimization sequence for each program in the database. To compile an unknown program, we get the program in the database that is the closest, and apply the same optimization sequence. Results ar...
2011 Apr 12
2
Intermitent ldap auth problems benchmarking dovecot
Hello We are using SLAMD (Distributed Load Generation Engine, www.slamd.com) to benchmark our dovecot server (ldap auth). We are simulating 2.000 simultaneous logins and 20% of them fail. We saw the following errors in the log: Apr 12 09:40:07 buzon dovecot: auth: Error: ldap(correo,192.168.4.153): Request queue is full (oldest added 1 secs ago) Apr 12 09:40:07 buzon dovecot: auth: Error:
2020 Feb 22
3
The AnghaBench collection of compilable programs
...describing the construction of this > > collection: http://lac.dcc.ufmg.br/pubs/TechReports/LaC_TechReport012020.pdf > > > > Many things can be done with so many LLVM bytecodes. A few examples > > follow below: > > > > * We can autotune compilers. We have trained YaCoS, a tool used to > > find good optimization sequences. The objective function is code size. > > We find the best optimization sequence for each program in the > > database. To compile an unknown program, we get the program in the > > database that is the closest, and apply th...
2020 Apr 07
2
Adding a new External Suite to test-suite
...aller than it would be in a real run, with all the consequences on the results obtained from such benchmarks. Again, why can't we take the original programs instead? Well, in the end, just using the compilable functions leads to poor predictions. For instance, using these compilable functions, YaCoS (it's the framework that we have been using) reduces the size of MiBench's Bitcount by 10%, whereas using AnghaBench, it achieves 16.9%. In Susan, the naturally compilable functions lead to an increase of code size (5.4%), whereas AnghaBench reduces size by 1.7%. Although we can find benchm...
2010 Mar 05
1
Number of users for one Solr instance
Dear all. (I'm new to the list.) Our regional government is considering, due to our proposal, migrate from Courier to Dovecot. 70k mailboxes. One of the most attractive features for them is the usage of indexes, and especially Solr FTS plugin. Their question is: How many users (range of users) could support one Solr instance used as index and search backend? Are there any deployment
2010 Nov 10
1
dovecot2.0+ldap auth problems
I'm using a config from dovecot 1.2 adapted to 2.0 After update config, and restart dovecot service: If I do a doveadm user user1 then it is found correctly. If I do a doveadm auth user1 then it is ask for the password user, and it's running correctly. But if I tray to login by telnet using IMAP then I get: . login user1 pass1 Connection closed by foreign host. I can see at logs
2010 Nov 16
2
IMAP aggregation and MUPDATE protocolo
Hi. I'm just having a look about aggregating several IMAP sources and a IMAP aggregator proxy would come very handy. I just read: http://www.cyrusimap.org/mediawiki/index.php/Cyrus_Murder_Design and found it very interesting. Anyone did something similar based on: http://tools.ietf.org/html/rfc3656 Thanx. Erny -- Ernesto Revilla Yaco Sistemas +34 954 500 057
2010 Nov 24
2
Automatic expire on post-login
I need to clear two folder from Maildir at login. Exatly, delete all mails older than 30 days on Trash and 1 day on spam folder. I'm using dovecot 2.0 and I think about use a post-login script calling doveadm -u $user expunge but post-login scripts in dovecot 2.0 are very complex Is there possible to get the environment vars like on dovecot 1.2 ? I think this action must be done by expire