Displaying 15 results from an estimated 15 matches for "mwork".
Did you mean:
work
2003 Dec 12
3
Segmentation fault
....
I'm using precompiled rpm's from wine.dataparty.no but also tried a self
compiled version from the wine.dataparty.no cvs-source getting the same
fault. At least one other user seams to have similar problems (discussion in
the forums of wine.dataparty.no. He is using fedora while I'mworking on a
SuSE 7.2.
Was there a major changes around the 12th of october? Does anyone know?
I'm not familar with debugging the problem so that I'm asking for help what I
have to do to localize the problem.
--
Gruss Marcus
Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany...
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 Apr 05
5
v2.2.rc5 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc5.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc5.tar.gz.sig
One more API change that required also a Pigeonhole modification. A few
other random fixes. I'm planning on making v2.2.0 release on Monday.
Please test before that. :)
2013 Apr 05
5
v2.2.rc5 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc5.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc5.tar.gz.sig
One more API change that required also a Pigeonhole modification. A few
other random fixes. I'm planning on making v2.2.0 release on Monday.
Please test before that. :)
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
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
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/
2015 May 04
0
Dovecot 2.2.16 doesn't rotate mdbox files
Hello,
there's setting in my config file:
mail_location = mdbox:/var/vmail/%Ld/%Ln:INDEX=/var/indexes/%Ld/%Ln
mdbox_rotate_size = 1M
mdbox_preallocate_space = yes
mdbox_rotate_interval = 1d
As I understand, this settings means that file which contains letters
with refcount=0 will be rotated after 23:59 today. I remember letter ID
and execute grep whith this one in storage directory.
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 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.
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
2013 Jan 16
1
dovecot-2.2.beta1: do not removes e-mail with enabled replication
Hello.
I'm created two installations of dovecot-2.2.beta1 with identical
config. Without replication each server works good. With replication
enabled every changes are replicated between these ones.
When I probe remove or move some email in another folder it is
disappears and reappears again and again in source folder and appears in
destination folder. Thus increasing number of letters like
2013 Jan 17
1
dovecot nightly 20130117: dsync does returns "Name or service not known"
Hello.
I have this settings of imapc:
# doveconf -a | grep imapc
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_ca_dir =
imapc_ssl_verify = yes
imapc_user = %u
and try to sync mailbox on old server and new one:
$ dsync -o imapc_user="user at example.org"