Displaying 12 results from an estimated 12 matches for "basov".
2013 Apr 02
1
LDAP: error with iterate_query
Hello.
Used 2.2.rc3.
Try LDAP search:
# ldapsearch -LLL -D "uid=dovecot,ou=Services,o=m" -b "ou=C,o=m" -w 1 -s
subtree "(objectClass=mailUser)" mail
dn: uid=test,dc=m.u,ou=C,o=m
mail: test at m.u
dn: uid=basov,dc=m.u,ou=C,o=m
mail: basov at m.u
mail: wow at m.u
dn: uid=postmaster,dc=m.u,ou=C,o=m
mail: postmaster at m.u
dn: uid=ogo,dc=rest.com,ou=C,o=m
mail: ogo at rest.com
All is fine.
Dovecot's config file:
uris = ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock
dn = uid=dovecot,ou=Services,o=m
dnp...
2013 Jan 17
1
dovecot nightly 20130117: dsync does returns "Name or service not known"
...ser at example.org" -o imapc_password="pass" -o
imapc_host=imap.example.org -o imapc_features=rfc822.size -o
mailbox_list_index=no backup -R -f -u "user at example.org" imapc:
get this error:
ssh: Could not resolve hostname remote: Name or service not known
dsync-local(basov at megagroup.ru): Error: read(remote) failed: EOF
dsync-local(basov at megagroup.ru): Error: Remote command returned error 255
In this time new dovecot finds local user:
2013-01-17T17:21:29.837415+04:00 imap1 dovecot: auth: Debug: userdb out:
USER#0111#011user at example.org#011home=/var/vmail/ex...
2013 Feb 14
2
Segfault with doveadm-server
Hello.
With dovecot ver. from 20130211 I have a segfault on doveadm when sync.
There are messages from server:
2013-02-14T12:42:35.508031+04:00 imap1 kernel: [870542.927083]
doveadm-server[9483]: segfault at 4 ip 00000074b228bc24 sp
000003f30b8e61b0 error 4 in doveadm-server[74b226b000+3a000]
or
2013-02-14T12:47:39.850942+04:00 imap1 kernel: [870847.279513]
doveadm[9513]: segfault at 4 ip
2013 Feb 19
3
Dovecot 2.2. proxy_maybe and twice SSL connections
Hello.
1. I have two identically hosts
2. I have set up replication between two hosts
3. I have
'Y' AS proxy_maybe
in password_query.
4. password_query returns one of this one hosts
5. I set this parameters in dovecot config:
disable_plaintext_auth = yes
ssl = yes
auth_mechanisms = plain login
for enforce use encrypted connections by client programs.
2013 May 28
1
Question about directory hash function.
Hello, Timo.
I have a question about %H in http://wiki2.dovecot.org/Variables : what
the hash function uses for calculations and how to get this value
manually? This is need for bypass way getting home directory.
With best regards,
Evgeny Basov.
2015 Jan 30
1
Domain quota
Hello.
I'm tried to use domain quota:
plugin
{
quota = dict:Domain
quota:%d:redis:host=127.0.0.1:prefix=domain/
2013 Feb 06
1
dovecot-2.2: dsync to imapc not working
Hello.
I have dovecot installation
# dovecot --version
20130205 (03a0af22100d+)
built with imapc backend.
I'm tried to sync mailboxes from another server after clean mail
directory localy:
# dsync -v -o imapc_user="user at example.org" -o imapc_password="pass"
-o imapc_host=imap.example.org -o imapc_features=rfc822.size -o
mailbox_list_index=no backup -R -f -u
2013 Feb 06
2
dovecot-2.2: broken domain quota calculation
Hello.
Used next version of dovecot:
# dovecot --version
20130205 (03a0af22100d+)
Quota configuration:
plugin {
quota = dict:Domain quota:%d:redis:host=127.0.0.1:prefix=domain/
quota_rule = *:storage=0
quota_rule2 = Trash:storage=+5%%
quota2 = dict:User quota::redis:host=127.0.0.1:prefix=user/
quota2_rule = *:storage=0
quota2_rule2 = Trash:storage=+5%%
}
Problem:
2013 Mar 05
1
Maildir or Mdbox and expunge messages.
Hello.
I tested dovecot's work with expunge messages on Mdbox over strace (see
at tail of message). As I can see dovecot process opens old storage m.*
file, reads it content, opens new temporary file, writes in this one
content and rename this new one to m.(*+1).
How fast this algorithm works on system with about 10000 users and 5Tb
data? I will use mdbox_rotate_interval for delayed expunge
2011 Apr 13
0
Dovecot-lda and multiple records after filter.
...ostfix/pipe[3259]: 89001846: to=<someuser at p.ru>, relay=dovecot,
delay=0.15, delays=0.07/0.01/0/0.07, dsn=4.3.0, status=deferred
(temporary failure)
As we can see mailMessageStore gets right value and? it's all.
How can I get Postfix-like behavior from dovecot-lda?
With best regards,
Basov Evgeny.
2012 Apr 25
1
LVM-snapshot based KVM VMs
Good m/d/n guys, wanted to put idea through you before trying to implement
this.
So afaik LVM snapshots basically don't take any "real" space on hard drives.
I'm using KVM virtualization on my hosts and let's say i create an LVM
volume for my linux VM, then install it properly, shut it down and take LVM
snapshot of it.
Basically i've just cloned it (LVM2 snapshots are
2013 May 28
1
Perfect LDAP tree
Hello everybody and Timo.
I have the next problem.
With LDAP tree like
ou=mail
|
- dc=example1.com,ou=Mail
|
- mail=box1 at example1.com,dc=example1.com,ou=Mail
|
- mail=box2 at example1.com,dc=example1.com,ou=Mail
?
|
- dc=example2.com,ou=Mail
|
- mail=box1 at example2.com,dc=example2.com,ou=Mail
|
- mail=box2 at example2.com,dc=example2.com,ou=Mail
?
and settings in dovecot