Displaying 9 results from an estimated 9 matches for "mailsys".
2014 Jul 16
0
Resource Temporarily Unavailable on replicator-doveadm
...oveadm replicator status user at host.com
username
priority fast sync full sync failed
user at host.com
none 00:20:24 49:43:37 -
doveconf output for the replicator service is:
service replicator {
process_limit = 10
process_min_avail = 2
unix_listener replicator-doveadm {
group = mailsys
mode = 0666
user = mailsys
}
unix_listener replicator {
group = mailsys
mode = 0666
user = mailsys
}
}
Anybody have any clues or suggestions? I?d be much appreciative.
Thanks,
Cassidy
2014 Oct 27
1
doveadm throws Panic: file dsync-mailbox-tree-fill.c: line 65
...aster_service_run () from
/usr/local/lib/dovecot/libdovecot.so.0
#20 0x000000000041ae15 in main ()
Config snippets:
service doveadm {
drop_priv_before_exec = yes
inet_listener {
port = 12345
}
}
service replicator {
process_min_avail = 1
unix_listener replicator-doveadm {
group = mailsys
mode = 0666
user = mailsys
}
unix_listener replicator {
group = mailsys
mode = 0666
user = mailsys
}
}
Anything else I can provide?
Thanks!
Cassidy
2013 Apr 02
1
LDAP: error with iterate_query
...{ldap:mailQuota}M
user_filter = (&(objectClass=mailUser)(uid=%n))
iterate_attrs = mail=user
iterate_filter = (objectClass=mailUser)
Request for one user:
# doveadm user -u basov at mega.ru
userdb: basov at m.u
home : /var/vmail/m.u/basov/
proxy_maybe: y
nodelay : y
host : mailsys
quota_rule: *:storage=20M
log file:
dovecot: auth: Debug: Loading modules from directory:
/usr/lib64/dovecot/auth
dovecot: auth: Debug: Read auth token secret from
/var/run/dovecot/auth-token-secret.dat
dovecot: auth: Debug: master in: USER#0111#011basov at m.u#011service=doveadm
dovecot: auth:...
2013 Mar 05
1
Maildir or Mdbox and expunge messages.
...al for delayed expunge but I think
that simple delete file in Maildir must be faster than expunge from Mdbox.
Please, tell me about real experience work with Mdbox on big loaded systems.
++++++++++++++++
0.000017
open("/var/vmail/example.org/user/storage/.temp.1362474108.P7152Q0M909647.mailsys",
O_RDWR|O_CREAT|O_TRUNC, 0666) = 11
0.000063 umask(077) = 066
0.000015 fallocate(11, 01, 0, 10485760) = 0
0.000054 fstat(11, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
0.000043 pread(10, "\1\2N 0000000000000285\nFC"..., 8192,
16) = 1465...
2009 Jan 19
0
Reject message if user is over quota. 2/3 solution for Postfix w/ PostgreSQL
...stfix/virtual_global_quota_check.cf
...
virtual_global_quota_check.cf:
# The hosts that Postfix will try to connect to
hosts = localhost
# The user name and password to log into the pgsql server.
user = $Your_Postfix_database_user
password = $PASSWORD
# The database name on the servers.
dbname = mailsys
# The query
query = SELECT postfix_global_quota_check('%u', '%d', 10485760, 1000)
# quota limit in bytes ----------------------------^
# quota limit in messages -----------------------------------^
SQL:
CREATE OR REPLACE FUNCTION postfix_global_quota_check(
IN...
2009 Jan 15
3
1.1.9 release candidate
http://dovecot.org/tmp/dovecot-1.1.9.rc.tar.gz
There are a couple of a bit larger changes, so would be nice if a few
people tested this on different setups before I released the final
v1.1.9.
Changes since v1.1.8:
+ deliver: Added rejection_subject setting, which is used for
rejected mails.
+ pop3: Prevent clients from looping forever trying to fetch an
expunged message.
+ If login
2009 Jan 21
1
How to interpret quota log entries?
...=:proxy::quotadict
Jan 21 17:54:49 vh3 deliver(user at test.tld): dict quota: user=user at test.tld, uri=proxy::quotadict, enforcing=0
Jan 21 17:54:49 vh3 deliver(user at test.tld): Quota rule: root=user mailbox=* bytes=10485760 (0%) messages=10 (0%)
The current quota usage for user at test.tld:
mailsys=# SELECT * FROM quota WHERE username = 'user at test.tld';
username | path | current
---------------+----------------+---------
user at test.tld | quota/storage | 9977225
user at test.tld | quota/messages | 4
# 1.1.9: /usr/local/etc/dovecot.conf
# OS: OpenBSD...
2013 Jan 16
1
dovecot-2.2.beta1: do not removes e-mail with enabled replication
...o = subscribe
special_use = \Junk
}
mailbox Sent {
auto = subscribe
special_use = \Sent
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
mail_replica = remote:vmail at mailsys.office.megagroup.ru
quota = dict:Domain quota:%d:redis:host=127.0.0.1:prefix=domain/
quota2 = dict:User quota::redis:host=127.0.0.1:prefix=user/
quota2_rule = *:storage=0
quota2_rule2 = Trash:storage=+5%%
quota_rule = *:storage=0
quota_rule2 = Trash:storage=+5%%
}
service aggregator {...
2013 Mar 03
1
tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal 11
...led with signal 11 (core dumped)
Mar 3 14:28:38 mail dovecot: imap-login: Error: read(tcpwrap) failed: Connection reset by peer
Mar 3 14:28:38 mail dovecot: imap-login: access(tcpwrap): Client refused (rip=$RIP)
Mar 3 14:28:38 mail dovecot: auth: pgsql(/var/run/postgresql): Connected to database mailsys
Regards,
Pascal
--
The trapper recommends today: f007ba11.1306214 at localdomain.org
-------------- next part --------------
el-tio ~ # gdb /usr/local/libexec/dovecot/tcpwrap /var/run/dovecot2/core
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU G...