maybe could you try to use:
hosts= server:port
instead "uris"
# LDAP URIs to use. You can use this instead of hosts list. Note that this
# setting isn't supported by all LDAP libraries.
bye!
2010/11/9 Christian Fischer
> Hey Folks,
>
> i am trying to get Dovecot LDA to work with Active Di
hi...
you can set more than one ldap config in dovecot:
passdb ldap {
args= /full/path/to/dovecot-ldap1.conf
}
passdb ldap {
args= /full/path/to/dovecot-ldap2.conf
}
userdb ldap {
args= /full/path/to/dovecot-ldap1.conf
}
userdb ldap {
args= /full/path/to/dovecot-ldap2.conf
}
or y
changing the answer...
Why these stament:
if body :matches ["text/html"] ["these_is_a_test"] {
gives the followin error when i try to parse them:
line 4: error: the body test requires 1 positional argument(s), but 2
is/are specified.
error: validation failed.
i found some exampl
hi...
¿exist some way to extract message body contect to a variable with dovecot
sieve plugin? ¿:(?
it's needed to do something like these:
if address :matches ["From"] ["*"] {
set "sender" "${0}";
# i try using something like "if body
:raw :contains ["*"]" and use ${1} but
Hi,
In ower mail system we use postfix and dovecot v1.2.10 with sieve plugin and
i think is work fine but.
i need to have access to variables values like in these test script
require ["enotify", "variables", "envelope"];
keep;
notify :importance "1" :message "TEST SIEVE ${from
that's right... i can resolve them
thanks!
2010/7/29 Pascal Volk
>
> On 07/29/2010 08:36 PM maximatt wrote:
> > hi...
> >
> > i can setup dovecot lda in postfix with sieve in testing enviroment using
> > dovecot 1.2.10 and dovecot-1.2-sieve-0.0.15
>
hi...
i can setup dovecot lda in postfix with sieve in testing enviroment using
dovecot 1.2.10 and dovecot-1.2-sieve-0.0.15
but now i want to setup them in producction so i reproduce the steps to do
them but i receive the following errors:
log dovecot-deliver-errors.log:
Jul 29 11:48:26 delive
hi...
which are the diference to configure quota plugin when LDA is dovecot:
these setting:
protocol imap {
:
mail_plugins = quota imap_quota
:
}
protocol pop3 {
:
mail_plugins = quota
:
}
.vs.
thes
hi..
i can resolve them setting de following parameters:
in dovecot.conf:
- coment mail_uid and mail_gid parameters:
#mail_uid= 72940
#mail_gid= 72941
in dovecot-ldap.conf:
- add the foollowing parameters in "user_attrs":
user_attrs= .,=uid=72940,gid=72
hi...
i upgrading dovecot from v1.0.7 to v1.2.10, so i perform some modifications
(http://wiki.dovecot.org/Upgrading/1.1 and
http://wiki.dovecot.org/Upgrading/1.2), but i have the following problem
when i want to test installation:
in dovecot.conf, i set the user mail:
mail_uid= 72940
ma
its posible upgrade from dovecot 1.0.x to 1.2.x?
i only see upgrades over micro versions..
thanks!
--
Salu2 ;)
sorry the message send without finish them
if dovecot can query dns for ldap service available... and if docecot can
autodiscover them (the service of course)
(i prefer not configure rr-dns for ldap service).
thanks in advance
2009/11/4 maximatt
> if dovecot can query dns for l
if dovecot can query dns for ldap service available... (i prefer not
configure rr-dns for ldap service, i prefer use srv records).
maximatt
2009/11/4 Marcus Rueckert
> On 2009-11-04 14:39:58 -0200, maximatt wrote:
> > Dovecot support dns srv registers... for ldap service?
>
> w
hi...
Dovecot support dns srv registers... for ldap service?
thanks in advance :)
--
Salu2 ;)
e followin error:
dovecot: Jul 30 09:36:49 Error: IMAP(toto1):
mkdir(/HOME_DIRECTORY_USED_BUT_NOT_GIVEN_BY_USERDB/cur) failed: Permission
denied
thanks for all!
2009/7/30 maximatt
> thanks...
>
> i try to apply them, so i define the following settings:
>
> dovecot.conf:
&g
/home/vmail/dgr.gub.uy,
control=, inbox=
can anybody helpme to resolve and undestand them?
thanks!
2009/7/29 maximatt
> hi
>
> i have virtual users stored in ldap server and i must to do some
> modifications that requiere to chage mail_location value...
> the solution comes
hi
i have virtual users stored in ldap server and i must to do some
modifications that requiere to chage mail_location value...
the solution comes to use the "uid" value stored in ldap server for users on
mail_location parameter...
i can see in http://wiki.dovecot.org/Variables that i can't do
hi,
some users report me some issues about when they try to conecct to dovecot.
they come early and when want to connect to theirs account, receive a
message from mua (ms-outlook) sayind "the pop server not responds in
60 seconds, Do you want to wait other 60 seconds for a server
response?"... lat
hi,
some users report me some issues about when they try to conecct to dovecot.
they come early and when want to connect to theirs account, receive a
message from mua (ms-outlook) sayind "the pop server not responds in
60 seconds, Do you want to wait other 60 seconds for a server
response?"... lat
sorry for the post... i read again and i not look the comment:
# dovecot SIGUSR1: Re-opens the log files.
sorry...
Salu2!!
2009/1/21 maximatt
> hi..
>
> i want to know how is defined signal "SIGUSR1" for dovecot.
>
> i want to know what dovecot do when the co
hi..
i want to know how is defined signal "SIGUSR1" for dovecot.
i want to know what dovecot do when the comand kill was executed in
"Rotating logs" in http://wiki.dovecot.org/Logging..
thanks in advance!!
--
Salu2 ;)
hi...
¿you have some log analyzer to recommend? (for dovecot obviously)
thanks in advance
--
Salu2 ;)
hi
i have problems with convert plugin, because he delete the message maildir
inbox (i dont know this is't right)...
i set dovecot (Dovecot v1.0.7) to listen with pop and imap protocols...
for example if user1 sends to user2 a msg via pop3 or imap, i can see
the msg in user2 imap account,
assdb ldap {
args= /etc/dovecot/etc/ldap/dovecot-ldap2.conf
}
userdb ldap {
args= /etc/dovecot/etc/ldap/dovecot-ldap1.conf
}
userdb ldap {
args= /etc/dovecot/etc/ldap/dovecot-ldap2.conf
}
}
thanks!
2007/11/7, maximatt <[EMAIL PROTECTED]>:
>
> hi...
hi.
i don't know if its posible.
i have two ldap directories, and i want use them to use as my dovecot users
backend... so i have two configurations files... "dovecot-ldap1.conf" and "
dovecot-ldap2.conf" and
i try setting like:
Test 1: (simil postfix ) :D This dont work
auth default {
hi...
i not undestand this plugin (quota) , because if i set a value 10240 (like
in example) when i send a 4 messages with attaches sizes like 4MB they do
not nothing, but if i want to send a message like 12MB the dont me do that,
but in the first way the user inbox have like 20MB. ¿:(?
i ha
26 matches
Mail list logo