Displaying 5 results from an estimated 5 matches for "accountservice".
Did you mean:
accountsservice
2011 Feb 17
2
Dovecot 1.2, problem with SQL quota and mail aliases
Hello,
I have a small server running dovecot 1.2 (still not balsy enough to
switch to 2.0 - virtual sql accounts, managesieve etc.). There are no
local users - only ones defined in the SQL database, and everything else
(including quota) is defined in SQL db too. Dovecot is used as IMAP
daemon, and dovecot-lda is responsible for delivery (in order to make use
of sieve and managesieve). I know
2012 Aug 16
2
dovecot 2.1 Master account Error
...>): Master
user logging in as tomislav.mihalicek at example.net
Aug 16 15:15:56 mailstore-node-02 dovecot: auth: Debug:
ldap(tomislav.mihalicek at example.net,10.84.34.131,<ZOcF2GHHdQAKVCKD>): pass
search: base=ou=accounts,dc=example,dc=net scope=subtree
filter=(&(objectClass=mailUser)(accountService=mail)(accountService=pop3secured)(|(mail=tomislav.mihalicek at example.net)(mailAlternateAddress=tomislav.mihalicek at example.net)))
fields=mail,userPassword
Aug 16 15:15:56 mailstore-node-02 dovecot: auth: Debug:
ldap(tomislav.mihalicek at example.net,10.84.34.131,<ZOcF2GHHdQAKVCKD>):
resul...
2011 Aug 04
1
dovecot ACL's wrong maildir++ location of shared folder
Hi
I am having problem regarding ACLs. I use ldap as db backend and everything
seems okay but ACL retrieving of shared folder paths... why is the date and
root wrong? dovecot is 1.2.17
####dovecot-ldap.conf
user_attrs =
homeDirectory=home,mailQuotaSize=quota_rule=*:bytes=%$,mailQuotaCount=quota_rule2=*:messages=%$
####dovecot.conf
mail_location = maildir:~/Maildir:INDEX=~/index
namespace
2012 Oct 30
1
[PATCH 1/2] sysprep: remove fontconfig cache
...a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
index a2b1585..1bca0dd 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -72,6 +72,9 @@ let globs = List.sort compare [
"/var/cache/gdm/*";
"/var/lib/AccountService/users/*";
"/var/lib/fprint/*"; (* Fingerprint service files *)
+
+ (* fontconfig caches *)
+ "/var/cache/fontconfig/*";
]
let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
--
1.8.0
2008 Jan 11
13
Role of stories vs specs, revisited
A couple months ago I asked how stories and specs might impact each
other. [1] If you look at Dan North''s example of what''s in a story
[2], and you imagine using the spec framework to drive the design, you
can probably imagine a significant bit of overlap in the two. Is that
a bad thing? I''m not sure. It has made me a bit uncomfortable
though, and I''ve