Displaying 2 results from an estimated 2 matches for "137526".
Did you mean:
13726
2008 Jul 09
4
Strptime/ date time classes
...t(datetimes)) #also equal to length(datetimes)
[1] 9
# Why isn't this 223960? Is it something to do with the class?
# This is the really puzzling bit (to me anyway)
a =(1:223960)[is.na(datetimes)]
# which gives
1462 14295 18744 50499 50500 92472 92473 92474 92475 92476
137525 137526 137527 171066 171067 192353
# 16 values
alldata[a,]
V1 V2
1462 19810329012000 0.983
14295 19900325014300 0.219
18744 19920329014300 0.246
50499 19960331013000 0.564
50500 19960331015700 0.563
92472 19970330010200 0.173
92473 19970330011400 0.172
92474 1997033001270...
2008 May 23
4
Error while set mailQuota=0 with mbox and LDAP backend
Hi, all.
I have OpenLDAP(+qmail.schema), Dovecot, Postfix installed on RHEL 5.1
(x86_64), and they works fine with mbox format.
The problem is if i set 'mailQuota=0' in LDAP, postfix can't send mail
to recipient user. But it works fine with 'mailQuota != 0', such as
'10240'(10M).
What's wrong with my mail server setting? How can i solved this issue?
Thanks very