similar to: expire database

Displaying 20 results from an estimated 4000 matches similar to: "expire database"

2009 Jun 17
1
ldap proxy
Hi all I'm trying to setup a dovecot proxy through and LDAP server. I'm already using Perdition and it works very well but I would like to setup dovecot proxy for managesieve capabilities (http://wiki.dovecot.org/ManageSieve?highlight=(sieve)|(proxy)#Proxy) The version of dovecot is 1.1.16 but I can't understand how to setup dovecot correctly. This is my dovecot.conf:
2005 Oct 17
1
Alpha1..2.. and 3 with Tru64
Hi all, I've found a little problem to compile dovecot on a tru64 os v5.1. The problem is the lack of the "inttypes.h" into the included header in the project. Without this include the make process will fail because it can't find the uint32 type. So is sufficient to add the line '#include <inttypes.h>' in the src/lib/lib.h of the tgz distribution package.
2005 Oct 18
1
problem with thunderbird
Hi all, I've a problem with thunderbird 1.0.6/7/1.5 and dovecot pop3 I've tried dovecot alpha 3 and 1.0 stable but neither one is capable of downloading mails. Nothing is written into the log. I've tried also to delete dovecot.index* and dovecot-uidlist into the Maildir directory. The cur directory contains more than 8100 messages (single files) Anyone has founded this
2005 Oct 16
3
Problem with pop3 and alpha3
Hi all, I have a problem with dovecot-alpha3 and pop3 protocol (on a tru64 5.1a...) In my Maildir/cur there are 8144 mails and if I use pop3 protocol I receive in the output 8146 line instead of 8144. The problem is that 2 mails are duplicated . The output of ?List? command is like: 1 51265 2 261783 . . . 2987 30291 2987 30291 (duplicated line) 2988 16631 . 4601 1231 4602 8921 4602 8921
2014 Nov 01
5
Pregunta (creo que simple) para usar twitteR
Hola Alfonso, buenos días: Lo he probado pero no me va, eso sí ha cambiado el error, el código utilizado es: library(ROAuth)library(twitteR) download.file(url="http://curl.haxx.se/ca/cacert.pem", destfile="cacert.pem") reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <-
2020 Aug 12
3
Cannot contact any KDC for realm
Hello Samba Community, I would like to seek advice as my Samba AD tends to consume high memory usage caused by KDC service. This issue will always come back within a couple of days after I restart samba-ad-dc service. It does not help by increasing memory. >From message log: kernel: Out of memory: Kill process 14527 (samba) score 873 or sacrifice child Identified pid 14527 belongs to
2020 Aug 12
2
Cannot contact any KDC for realm
Hi Rowland, Sorry I missed out on the OS. CentOS Linux release 7.6.1810 (Core) smb.conf # Global parameters [global] bind interfaces only = Yes interfaces = lo ens192 netbios name = SERVER1 realm = EXAMPLE.COM server role = active directory domain controller workgroup = WORKGROUP idmap_ldb:use rfc2307 = yes ldap server require
2020 Aug 12
1
Cannot contact any KDC for realm
If this is a new setup. And if this reflex your primary dns domain for your AD-DC. realm = EXAMPLE.COM Then i hope your really good with DNS setups, to easy to make errors here. Cannot contact any KDC for realm can be one of them. My advice use something like : realm = INTERNAL.EXAMPLE.COM Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba
2005 Jun 21
1
Another Mix Model Question
Hi again, thank you for your previous answers. Just another question, though ... I get the following variance components after fitting a mixed model. Groups Name Variance Std.Dev. Corr PlantID TreatmCtrl 0.51784 0.71961 TreatmNoAccess 4.77469 2.18511 -0.063 TreatmNoKeel 4.22726 2.05603 0.513 0.751 TreatmNoSpur 0.45918
2013 Nov 06
1
resdiuals of random model estimated by plm function
Hi all, I have estimated a random panel model using plm function. I have a question about the vector of resduals obtained with the object $residuals. example: data("Produc", package = "plm") zz <- plm(log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp, model="random", data = Produc, index = c("state","year")) res<-zz$residuals #
2012 Sep 27
4
Bad reporting inodes free
Hello, When I run a "df -i" in my clients I get 95% indes used or 5% inodes free: Filesystem Inodes IUsed IFree IUse% Mounted on lustre-mds-01:lustre-mds-02:/cetafs 22200087 20949839 1250248 95% /mnt/data But if I run lfs df -i i get: UUID Inodes IUsed IFree I
2008 Dec 09
8
pop3 attack
I was looking at my maillog and it looks like someone is trying to get into my pop3 server. Dec 9 15:28:54 mailserver dovecot: pop3-login: Aborted login: user=<alexis>, method=PLAIN, rip=::ffff:66.167.184.203, lip=::ffff:192.168.1.2 Dec 9 15:29:08 mailserver dovecot: pop3-login: Aborted login: user=<alfonso>, method=PLAIN, rip=::ffff:66.167.184.203, lip=::ffff:192.168.1.2 Dec 9
2020 Aug 12
2
Cannot contact any KDC for realm
> It looks like you have built Samba yourself, Yes. I followed the guide and built Samba myself. > so did you run this script: https://git.samba.org/?p=samba.git;a=blob_plain;f=bootstrap/generated-dists/centos7/bootstrap.sh;hb=master >Before you built Samba ? No. I was not aware of this step. >Have you installed and started 'krb5-server' ? No. I have checked and only
2008 Feb 20
3
Specaccum
Se ha borrado un texto insertado con un juego de caracteres sin especificar... Nombre: no disponible Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080220/4ba85b57/attachment.pl
2013 Sep 09
1
theta parameter - plm package
Hi all, what indicates the parameter theta in the summary of a random effect panel model estimated with the plm function? example: data("Produc", package = "plm") zz <- plm(log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp, model="random", data = Produc, index = c("state","year")) summary(zz) Effects: var std.dev
2008 Feb 19
2
change NA values
Hello, I'm sure that this question is too simple, but, I'm begining with R and I'm not able to change the NA values in a matrix by 0 values, and it's necessary for my work, how can I do It? Thank you. Alfonso Pérez Rodríguez Instituto de Investigaciones Marinas C/ Eduardo Cabello nº 6 C.P. 36208 Vigo (España) Tlf.- 986231930 Extensión 241 e-mail: fonsilei@iim.csic.es
2013 Jul 19
1
organizar datos
Hola a todos.... cordial saludo... Como se podran dar cuenta en contados segundos, soy completamente novato en R.. .asi que mis excusas por adelantado debido a lo simple del requerimiento... Tengo un archivo con datos, el cual adjunto.... la idea es ordenar los mismos por columna, una junto a la otra, estacion por estacion... esto es, los datos estan ordenados una estacion debajo de la otra,
2007 Aug 02
2
Re : beamer error with R
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070802/04c0f92e/attachment.pl
2007 May 28
2
Yearly statistics
Dear R-experts, Sorry if I've overlooked a simple solution here. I have calculated a proportion of the number of observations which meet a criteria, applied to five years of data. How can I break down this proportion statistic for each year? For example (data in zoo format): open high low close hc lc 2004-12-29 4135 4135 4106 4116 8 -21 2004-12-30 4120 4131
2014 Jul 04
3
script de anomalias
Tengo una consulta, alguien tiene algun script en R para hacer graficos de anomalias estandarizadas (precipitacion, temperatura, etc) y que me permita pintar de rojo anomalias positivas y azules las negativas, ​Muchas gracias de antemano​ -- Luis Alfonso LOPEZ ALVAREZ MSc- Meteorologia - Ing. Sistemas PROFESIONAL ESPECIALIZADO (E) METEOROLOGO - IDEAM e-mail: llopez@ideam.gov.co