Displaying 10 results from an estimated 10 matches for "user_db".
Did you mean:
user_ds
2005 Jul 17
0
user_db, uid/gid and maildir
...rimenting with putting all my virtual users mail under 1
directory with belonging to a system user created for the purpose. The
mode on the directory (and subdirectories) is 770.
I keep all my virtual users details in a postgres database.
My interpretation of the wiki documentation is that if the user_db query
returns a uid column and a gid column containing the numeric uid and gid
of the owner of the directory, then dovecot should have no problem using
mail in these folders. Is that correct?
(I'm actually getting permission errors appear in the log file on the
directories when I try and attac...
2014 May 24
4
Plugin mail-filter tangles
...t happens (as far as I can understand) :
The email is submitted to Postfix : one copy is delivered outside, the
other is passed to Dovecot via LMTP for user2 & user3 @dovecot
Dovecot is handling the final delivery, through mail-filter plugin as
follow :
1. both users contexts are created from user_db queries
2. mail-filter plugin is init for user2
3. /mail_user_created/ for user2
4. mai-filter plugin arguments are parsed for user2
5. ???/mail_allocated/ then /mail_save_begin/ for user2 (at this stage,
the email is encrypted with users2 params)
6. Dovecot tells to LMTP that mail for use...
2010 Jul 07
1
Director service for LMTP in 2.0rc1
Hello,
has anyone a running setup for LMTP proxy and the director service ?
pop3/imap/managesieve is properly working, but i have problems with
LMTP. I set it up as described in the conf.d/10-director.conf
From the user_db i get proxy=y and no proxyhost as described for imap/pop3
But lmtp is complaining about the missing host:
Jul 07 15:00:48 auth: Debug: master in: PASS 1
user56 at domain.de service=lmtp lip=::1 lport=30025 rip=::1
rport=41992
Jul 07 15:00:48 auth: Debug: ldap(user56 at domai...
2011 Apr 06
3
Managing public folder ACL files
We have a customer with a large public folder hierarchy. They occasionally
make requests to have the public folder ACLs changed; for example: "please
give user X access to all public folders" (that's nearly 1700 folders).
Worse: "please give user Y access to all sales folders" (there are 1450
sales folders).
The problem is that there are (naturally) spaces in the folder
2018 Sep 30
0
dsync replication
...umentation dsync repliction picks up the users
to replicate via the iterate query. This query returns 646 users in sql
(not everyone gets replicated) but when i run a doveadm replicator status
Total number of known users 92236
seriously that kinda lot more than 646
Does iterate_query belong in user_db or passdb? Is it the fact I have
ldap and sql passdb and its picking up dome default ldap query as well
the specified sql iterate query ?
rgds
Matt
2007 Aug 08
1
LDAP and (py|cmu)sieve
...erver but the
homeDirectory LDAP attribute is used by other services and cannot be modified
for dovecot. I know we have the option to create a new attribute, set it to
something like /var/spool/imap/<user> for every mail users, and use this new
attribute name in dovecot-ldap.conf with the user_db statement. This is
actually working on a test environnement, but we wish we could do it without
any modification on the LDAP directory.
The very precise question is : How can I tell dovecot to compute the ? home ?
path from the login name when using LDAP userdb ?
By example, if a user has logi...
2014 Jun 05
1
Plugin mail-filter tangles
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sat, 24 May 2014, Stanislas SABATIER wrote:
> Dovecot is handling the final delivery, through mail-filter plugin as
> follow :
>
> 1. both users contexts are created from user_db queries
> 2. mail-filter plugin is init for user2
> 3. /mail_user_created/ for user2
> 4. mai-filter plugin arguments are parsed for user2
> 5. ???/mail_allocated/ then /mail_save_begin/ for user2 (at this stage,
> the email is encrypted with users2 params)
> 6. Dovecot tells t...
2015 Oct 19
0
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
...rvice lmtp {
? inet_listener lmtp {
??? port = 24
? }
}
service managesieve-login {
? inet_listener sieve {
??? port = 4190
? }
? inet_listener sieve_deprecated {
??? port = 2000
? }
? service_count = 1
}
service managesieve {
? process_limit = 1024
}
ssl = no
userdb {
? args = /etc/dovecot/dovecot-user_db-sql.conf.ext
? driver = sql
}
verbose_proctitle = yes
protocol lmtp {
? mail_plugins = " mail_log notify acl mailbox_alias quota listescape sieve"
}
protocol lda {
? mail_plugins = " mail_log notify acl mailbox_alias quota listescape sieve"
}
protocol imap {
? mail_plugins = &qu...
2015 Oct 20
2
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
...rvice lmtp {
? inet_listener lmtp {
??? port = 24
? }
}
service managesieve-login {
? inet_listener sieve {
??? port = 4190
? }
? inet_listener sieve_deprecated {
??? port = 2000
? }
? service_count = 1
}
service managesieve {
? process_limit = 1024
}
ssl = no
userdb {
? args = /etc/dovecot/dovecot-user_db-sql.conf.ext
? driver = sql
}
verbose_proctitle = yes
protocol lmtp {
? mail_plugins = " mail_log notify acl mailbox_alias quota listescape sieve"
}
protocol lda {
? mail_plugins = " mail_log notify acl mailbox_alias quota listescape sieve"
}
protocol imap {
? mail_plugins = &qu...
2006 Oct 13
2
child 29480 (auth) returned error 89, FC5, Postfix, MySql, mbox....arghhhh
...r(255) NOT NULL default
'94go283xc', #email password
# auth tinyint(1) default
'1', #Relay authority 1 = yes
# active char(1) NOT NULL default 'y' #active Dovecot user?
#};
driver = mysql
connect = host=127.0.0.1 dbname=user_db user=dovecot password=xxxyy0x0
default_pass_scheme = PLAIN
password_query = SELECT password FROM users WHERE username='%n' AND
userrealm='%d' AND active='y'
# there is no userdb sql access mechanism defined so this is left null
user_query =
================================...