Displaying 2 results from an estimated 2 matches for "265000".
Did you mean:
25000
2010 Mar 23
1
Changing content of column in data.frame + efficient join extraction between 2 data.frames
Dear R users,
I have 2 SpatialPointsDataFrame's, pcs and East.
The column str_1 in the first (pcs) is:
> pcs[0:4,]
coordinates cat str_1 int_1 int_2 dbl_1 dbl_2
1 (101000, 263000) 1 "SM06B" 101000 263000 4.978915 -4.293668
2 (101000, 265000) 2 "SM06C" 101000 265000 4.960478 -4.266742
3 (101000, 267000) 3 "SM06D" 101000 267000 4.912984 -4.246849
4 (101000, 269000) 4 "SM06E" 101000 269000 4.613309 -4.185405
>
The column str_1 in the second (East) is:
> East[0:4,]
coordinates str_1
1 (...
2008 Mar 01
2
Quota override problem
...= postfix
}
}
#
# If you want client certificates, use these lines
# ssl_require_client_cert = yes
# ssl_username_from_cert = yes
}
namespace private {
separator = .
prefix = INBOX.
inbox = yes
}
plugin {
#quota = maildir
# 10 MB + 1000 messages quota limit
quota = maildir:storage=265000:messages=50000:ignore=Trash
}
______________________
My dovecot-sql.conf is:
driver = mysql
connect = host=localhost dbname=mail user=admin password=secret
default_pass_scheme = CRYPT
password_query = SELECT password FROM users WHERE email = '%u' AND
active ='1'
user_query = SEL...