Displaying 20 results from an estimated 1000 matches similar to: "Timout for LDAP connection"
2016 Mar 10
3
Timout for LDAP connection
Hi Timo,
On 01.03.2016 22:51, Timo Sirainen wrote:
> On 29 Feb 2016, at 17:18, Gordon Grubert <gordon.grubert+lists at uni-greifswald.de> wrote:
>>
>> Hi,
>>
>> we are using a round robin dns record for connections to our ldap
>> system. This works fine for almost all cases. In particular, for
>> dovecot does this mean, when an ldap server is stopped,
2013 Oct 04
4
fail2ban
For dovecot 2.1
as per wiki2, is this still valid? noticed a problem before and saw
it does seem to be triggering, I use:
maxretry = 6
findtime = 600
bantime = 3600
and there was like, 2400 hits in 4 minutes, it is pointing to the
correct log file, but I am no expert with fail2ban, so not sure if the
log format of today is compatible with the wiki2 entry
filter.d/dovecot.conf
[Definition]
2016 Mar 03
2
Timout for LDAP connection
Hello Christian,
On 03/03/2016 09:09 AM, Christian Schmidt wrote:
> Hello Gordon,
>
> On 29.02.2016 16:18, Gordon Grubert wrote:
>> we are using a round robin dns record for connections to our ldap
>> system. This works fine for almost all cases. In particular, for
>> dovecot does this mean, when an ldap server is stopped, dovecot
>> instantly reconnects to
2014 Oct 16
0
Strange quota warning behavior
Hi,
we are using dovecot 2.2.14. So far, we used the following quota warning
configuration
quota_rule = *:storage=10G
quota_warning = storage=90%% quota-warning 90 %n
quota_warning2 = storage=80%% quota-warning 80 %n
quota_warning3 = storage=70%% quota-warning 70 %n
This works fine. Now, we wanted to add the all clear feature for the
quota warning by adding this line:
quota_warning4 =
2015 Dec 05
6
Dovecot cluster using GlusterFS
Hello,
I have recently setup mailserver solution using 2-node master-master
setup (mainly based on MySQL M-M replication and GlusterFS with 2
replica volume) on Ubuntu 14.04 (Dovecot 2.2.9).
Unfortunately even with shared-storage-aware setting:
mail_nfs_index = yes
mail_nfs_storage = yes
mail_fsync = always
mmap_disable = yes
..I have hit strange issues pretty soon especially when user was
2011 Oct 22
1
Dovecot crashes totally
Hello,
our dovecot server crashes totally without any really useful
log messages. The error log can be found in the attachment.
The only way to get dovecot running again is a complete
system restart.
Dovecot version: 2:2.0.15-0~auto+5
(2.0.15 (6b7242ead6ed))
Configuration : see attachment
OS : Debian Squeeze amd64
Dovecot source : http://xi.rename-it.nl/debian/ \
2005 Jun 24
1
mounting ocfs2 partitions on boot
Hi list,
today, I installed a two node Oracle 10g RAC system on SLES9 SP2 RC2 which
shares
(via a SAN) a database volume and a quorum (ocr and voting). This volumes
are formated
with ocfs2 - so far no problem.
At the moment I'm stuck with the mounting of these volumes at boot time.
The user-guide
of ocfs2-tools mentions to add the corresponding lines to fstab - but at
the time when
fstab
1998 Nov 16
1
Strange behaviour with domain login
Hi there,
I have Samba 1.9.18p18 installed on Linux (S.u.S.E. 5.3). It
is configured to act as a domain controler for the Windoze
machines.
One of my users, which can login from his Win95 (plain text
password) without problems, wants to change his password
from the Control Panel. But every time when he logs out
after changing his password and re-logs in, the new password
is refused by the
2017 Jun 05
2
corrupted indexes rebuilding over and over
Hi,
On saturday one of our dovecot machines had an OOPS, and we had to
powercycle it. When it came up, it did a filesystem fsck (ext4) and
fixed a couple things, but nothing in lost+found.
Now, about 50 users have a problem where their indexes are
corrupted. Dovecot tries to fix them, but for some reason it is
failing. The users are seeing their mails duplicated and they cannot
delete mails. I
2016 Mar 03
2
Timout for LDAP connection
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 3 Mar 2016, Christian Schmidt wrote:
> On 03.03.2016 09:55, Gordon Grubert wrote:
>> On 03/03/2016 09:09 AM, Christian Schmidt wrote:
>>> What about replicating the directory onto the dovecot host and send the
>>> ldap queries to localhost?
>>
>> of course, this would be possible. E.g., for our DNS we are
2006 Oct 02
1
separation depending on equal contents in more than one field
Hi,
I have a dataframe:
(obs <- data.frame(a=c(1,2,2,3,3,3), b=c(1,2,3,4,4,5), c=1:2))
attach(obs)
In reality its about 1 million rows.
Some of the datasets have same contents in col a and! b like row 4 and 5.
I want to do some calculations on col c within the duplicated rows and
merge them afterwards:
layer <- function(x) round((1-prod(1-x/100))*100,0)
(covnew <- aggregate(c,
2005 Jun 28
3
OCFS2 volumes do no mount automatically on RHEL4 also
On RHEL4 also, the service o2cb starts later than _netdev device mounts.
So mount fails. Should the o2cb service start earlier to fix this?
Zafar
-----Original Message-----
From: ocfs2-users-bounces@oss.oracle.com
[mailto:ocfs2-users-bounces@oss.oracle.com] On Behalf Of
ocfs2-users-request@oss.oracle.com
Sent: Tuesday, June 28, 2005 12:00 PM
To: ocfs2-users@oss.oracle.com
Subject: Ocfs2-users
1998 Nov 03
3
SOLARIS_2.6: request_oplock_break
I saw a little discussion about this a few weeks ago but nothing concrete.
We're running samba-1.9.18p8 under Solaris 2.6x86. I am periodically
getting the following in the logfiles, usually _many_ at a time:
1998/11/03 14:42:00 request_oplock_break: no response received to oplock
break request to pid 5411 on port 40884 for dev = 1980040, inode = 33c4d
When I look up the PID (in this case
2007 Sep 24
2
Performance problems to fill up a dataframe
Dear Listmembers,
I'm trying to fill up a dataframe depending on an arbitrary list of
references:
Here is my code, which works:
dat <- data.frame(c(60001,60001,60050,60050,60050),c(27,129,618,27,1579))
LR <- sort(unique(dat[,1]))
LC <- sort(unique(dat[,2]))
m <- as.data.frame(matrix(data=NA, nrow=length(LR), ncol=length(LC),
dimnames=list(LR,LC)))
for(i in 1:nrow(dat)){
2005 Aug 24
2
FTP timout
Hi all,
I have 2 CentOS 3.5 boxes & i do backups on the LAN
Recently, I always get FTP timout error with large files "700 MB and more" .
i tried to log and do manual backup with FTP command and i also got the same result "FTP timeout"
i tried to google and i did
# modprobe ip_conntrack_ftp
but still get the same timeout message
Any one can help???
Hameed
2006 Apr 03
1
PXE E11 ARP timout , have a question about this thread
Hi,
I installed LTSP and trying to boot diskless pc, but I got error PXE-E11 ARP
timout.
How did you get over it, I grab your mail from
--
Maris Dembovskis
Latvia, Valmiera, Gulbene
Vidzeme - kur labas idejas dzimst ritdienai
2005 Aug 25
1
Fw: FTP timout
Thank you very much.
I had turned firewall OFF and it is working.
> ----- Original Message -----
> From: "Greg Knaddison" <greg.knaddison at gmail.com>
> To: "CentOS mailing list" <centos at centos.org>
> Sent: Wednesday, August 24, 2005 4:17 PM
> Subject: Re: [CentOS] FTP timout
>
>
> On 8/24/05, Abd El-Hameed Ayad <hamid at
2004 Jun 24
0
[Bug 1476] New: Unexplained timout at end of file transfer.
https://bugzilla.samba.org/show_bug.cgi?id=1476
Summary: Unexplained timout at end of file transfer.
Product: rsync
Version: 2.6.2
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: ej.grace@imperial.ac.uk
2009 Sep 09
0
sound timout error
When running Dragon NaturallySpeaking, I've started getting a timout error with the generic kernel.
However, the realtime kernel seems to work.
I have the feeling this is a problem that will eventually be solved in alsa or the kernel, but in the meantime I was wondering if there was any adjustment I could use to remove sound latency in wine.
Any regedit tweaks, etc.
Susan
2008 Jan 26
2
Sendmail timout errors
I have 2 Centos servers that are currently giving me grief,
I am getting the error:-
SYSERR(root): timeout writing message to mail.server.co.uk
Resource temporarily unavailable
This is on both servers
1 is Centos 4.x & the second is:-
sendmail-8.12.11-4.RHEL3.6
sendmail-cf-8.12.11-4.RHEL3.6
sendmail-devel-8.12.11-4.RHEL3.6
Any clues ?
Thanks
Denis
No virus found in this outgoing