search for: colaboraciones

Displaying 20 results from an estimated 27 matches for "colaboraciones".

Did you mean: colaboracion
2014 Nov 05
1
calling post-login script with doveadm
Hello everyone, I'm trying to execute some commands with doveadm but I need some information loaded in a post-login script before running these commands. Is possible to run the post-login script while executing doveadm? I've found how to do something similar with -o key=value to override settings, but I want to change a namespace location, as done in the post-login script: ... export
2005 Mar 10
4
ntlm_auth
Hi all, I don?t have much experience with Samba so I would like to apologize in advance if I talk about very simple things. I've got a freeradius 1.0.1 server running fine with OpenLDAP on a RedHat 9.0 and now I would like to authenticate against an Active Directory. I can do it with TLS, but when I try to do it with PEAP, it doesn works. I read about it and found out that should be put on
2005 Mar 14
2
confidence level of kpss test
Dear All, I am trying to use kpss.test function so as to perform a stationarity test on a data sample. Is it possible to know the associated confidence level for this test? I have not seen any arguments related to it. I had a look at some other tests included in R (adf.test, pp.test, ks.test ...) and I could not find this information for them. Thanks in advanced. Kind regards, Belén
2006 Jan 23
0
Speex RTP profile
If I use SDP, or SIP, or H.32x, I would have my total headers length increased, making it harder to fit payload and headers all together in the GPRS bandwidth (9.6Kbps). So I would like, if possible, to avoid using nothing but RTP/UDP/IP. Juan. El vie, 20-01-2006 a las 08:03 -0800, Duane Storey escribi?: > You generally negotiate the RTP stream via a protocol like SIP or H.323. > For SIP,
2011 Jan 03
0
RV: Quota ignore subfolders
Please, any help with this issue. Thanks. H?ctor Moreno Blanco. -----Mensaje original----- De: dovecot-bounces+hmoreno=gmv.es at dovecot.org [mailto:dovecot-bounces+hmoreno=gmv.es at dovecot.org] En nombre de H?ctor Moreno Blanco Enviado el: mi?rcoles, 15 de diciembre de 2010 12:48 Para: dovecot at dovecot.org Asunto: [Dovecot] Quota ignore subfolders Hello, We have dovecot 2.0.8 in our
2006 Jan 23
0
Speex RTP profile
Well, the SDP is not used in the payload, only in the signaling negotiation. In any case, if you control both ends, just pick a payload number from the dynamic range and use it. .a -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Juan Zapatero Sent: Monday, January 23, 2006 1:22 AM To: Speex-dev@xiph.org; Duane Storey Subject: RE:
2012 Feb 08
2
vsz_limit
Hello Timo and dovecot teamwork, We have dovecot 2.0.10 installed with this configuration: # dovecot -n # 2.0.10: /usr/local/dovecot/etc/dovecot/dovecot.conf # OS: Linux 2.6.18-92.1.18.el5 x86_64 Scientific Linux SL release 5.2 (Boron) auth_cache_size = 500 k auth_cache_ttl = 1000 secs disable_plaintext_auth = no first_valid_uid = 501 lock_method = dotlock mail_fsync = always mail_gid = vmail
2006 Jan 04
0
Writting a line in encoder with speex compression.
Hello, first of all, I am going to sum up what I am trying to do, so that best advice can be given. The final objective is to write a simple application to establish a VoIP communication over a GPRS link. So it would be to get a full duplex (capture/playback) sound application that captured from microphone, compresses speech with Speex, and sends it trough the socket API over the GPRS link. By
2006 Jan 20
0
Speex RTP profile
Hello, I am trying to write a simple application to test VoIP capabilities over a GPRS link. To do such a thing I've used Speex 1.1.11 to capture voice and compress it as much as posible. And now, I am taking care about the communication process. Because it is supposed to be a voice application, I need at least the use of RTP to ensure proper handling of packets over the GPRS network. So far,
2011 Jun 02
1
notifications when delivery fails
Hello Timo, We have dovecot 1.2.13. Is there any way to send notifications to the postmaster when a delivery fails? For example, when the dovecot index are corrupted and the mail is not sent to the user (the user who sent the message receives an error informing that the mail has not sent). Thank you very much in advanced. H?ctor Moreno Blanco. ______________________ This message including any
2006 Dec 24
0
RE: wine-users Digest, Vol 17, Issue 39
...llos que crean en la tan vapuleada y ?comercial? Navidad como para aquellos que disfruten m?s de los festejos de Fines de A?o (quiz?s por aquello de que ?A?o nuevo, vida nueva ?), es mi idea hacerles llegar un sincero saludo. Y, de paso, agradecerles, de sobremanera, los comentarios, sugerencias y colaboraciones que han venido acercando, por ejemplo, para el Cat-?US. Todo eso se ver? reflejado sin dudas, en los pr?ximos meses. Es enorme la devoluci?n que tuvimos en ese aspecto comunicativo y nos pone muy contentos haberles sido ?tiles en m?s de una ocasi?n y en estas fiestas es algo que queremos comprati...
2013 Nov 28
2
shared folder - ACL
Hello everyone, I've trying to configure shared folders in dovecot 2.1.6 without success. My configuration is: mail_plugins = quota autocreate mail_log notify acl ... plugin { ... acl_shared_dict = file:/etc/dovecot/shared-mailboxes.db ... } Protocol imap { ... mail_plugins = imap_quota imap_acl ... } When I try to set acl to a folder: a02 setacl inbox.test1 user1 lr a02 BAD Error
2014 Oct 08
1
mailbox in different filesystem
Hello everyone, We have Dovecot 2.1.6 with Maildir. We would like to perform some kind of mail archiving with a mailbox in a different storage, for example a mailbox called ARCHIVED, with different disks (slower...). Is possible to locate this mailbox in other storage (SAS, Fiber...) and how can we do it? Thank you very much in advanced. Kind regards. H?ctor Moreno P Please consider the
2014 Oct 29
1
different mail location in different namespace
Hello everyone, We have Dovecot 2.1.6. With different Namespaces: ... mail_location = maildir:%h/Maildir ... namespace { separator = . prefix = inbox = yes type = private } namespace { inbox = no location = prefix = INBOX. separator = . hidden = yes type = private list = no } namespace { location = maildir:/buzon/archivo/%u/_ARCHIVO prefix = _ARCHIVO. hidden = yes
2014 May 07
1
sieve - different sieve scripts
Hello everybody, We have Dovecot 2.1.6 and PigeonHole 0.3.0. Is possible to have two different sieve scripts working at the same time? My sieve configuration in dovecot.conf: ... managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body
2014 Nov 05
3
Agregar ruido a una serie de tiempo
Bueno, realmente no es necesaria que la serie esté centrada en este caso, ya que estoy sumando un ruído blanco Un saludo From: fjroar en hotmail.com To: caaperezan en gmail.com; r-help-es en r-project.org Date: Wed, 5 Nov 2014 13:00:49 +0000 Subject: Re: [R-es] Agregar ruido a una serie de tiempo Hola buenos d?as: Yo cuando he tenido que hacer estos trabajos, lo que hac?a era coger la serie
2014 May 07
1
sieve - different sieve scripts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 7 May 2014, A.L.E.C wrote: > On 05/07/2014 12:30 PM, Reindl Harald wrote: >> Am 07.05.2014 12:26, schrieb H?ctor Moreno Blanco: >>> We have Dovecot 2.1.6 and PigeonHole 0.3.0. >>> Is possible to have two different sieve scripts working at the same time? >> >> no, independent of the software that is not
2013 Mar 06
1
problem with charset and encoding
Hello everyone, We are having some troubles since we updated dovecot from 2.0.10 to 2.1.6. With 2.0.10 with messages with this headers: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Showed the special characters fine. However, with this new version, there are special characters that are not correctly showed. For example: "Su c=F3digo de
2014 Aug 01
2
vacation rule addresses
Hello everyone, We have Dovecot 2.1.6 and Pigeonhole 0.3.0. We would like Pigeonhole not to send the vacation response to noreply at whatever.com<mailto:noreply at whatever.com>. In this wiki http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage#Vacation_auto-reply are showed the different exceptions, but the noreply is not in there. How can I add this address, or another one, to this exception
2010 Dec 15
1
Quota ignore subfolders
Hello, We have dovecot 2.0.8 in our servers with Scientific Linux SL release 5.2 (Boron). We want to ignore a mailbox and its child mailboxes. A few weeks ago Timo told me to do this in dovecot.conf, create a new namespace which will be the quotaless namespace and edit the quota: namespace { inbox = yes location = prefix = INBOX. separator = . type = private } namespace { location =