Displaying 6 results from an estimated 6 matches for "53683".
Did you mean:
5363
2019 Mar 27
0
doveadm backup doesn't transfer mail from root INBOX
...yuser) imapc:
# My config on the new server:
# doveadm -n
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.15.0-46-generic x86_64 Ubuntu 18.04.2 LTS
auth_default_realm = example.com
doveadm_password = # hidden, use -P to show it
doveadm_port = 53683
first_valid_uid = 200
imapc_features = rfc822.size fetch-headers
imapc_host = oldmail.example.com
imapc_master_user = (removed)
imapc_password = # hidden, use -P to show it
imapc_user = %n
last_valid_uid = 200
mail_location = mbox:~/mail:INBOX=/var/mail/%u
mail_plugins = " notify replication...
2013 Oct 08
2
[LLVMdev] What makes register allocation expensive?
...ll times are in
milliseconds, and the total includes both compilation and program
execution.
llvm-3.1:
2722 total
2342 llvm::ExecutionEngine::runFunctionAsMain
1144 SelectionDAGIsel::runOnMachineFunction
294 RegisterCoalescer::runOnMachineFunction
116 RAGreedy::runOnMachineFunction
llvm-3.3:
53683 total
52661 llvm::ExecutionEngine::runFunctionAsMain
16955 RAGreedy::runOnMachineFunction
15149 RegisterCoalescer::runOnMachineFunction
15072 SelectionDAGIsel::runOnMachineFunction
Both cases use createJIT with default values, so optimization is
presumably llvm::CodeGenOpt::Default.
Disabling...
2019 Feb 22
3
Removing a mailbox from a dovecot cluster
Hello,
How should I remove a mailbox from a dovecot cluster? I have two dovecot in
a cluster. I tried to remove one user's mailbox with theses commands I
found with a little google search:
doveadm flags add -u user at domain.tld "\\Deleted" ALL
doveadm expunge -u user at domain.tld mailbox "*" DELETED
doveadm purge -u user at domain.tld
rm -fr
2007 Sep 11
0
SIPAddHeader cmd from Realtime MySQL, not getting all the 'appdata' field
...=> _*2XX,1,SIPAddHeader(Call-Info: sip:\;answer-after=0)
in * console:
lab2*CLI>
-- Executing SIPAddHeader("SIP/204-0818dcd0", "Call-Info:
sip:;answer-after=0") in new stack
When i put the same cmd in Realtime MySQL, I get this:
-- Executing SIPAddHeader("SIP/53683-7ca5", ";answer-after=0") in new stack
Pulling the command from MySQL I loos the 'Call-Info: sip:' part of
the appdata field
Here is a direct query form MySQL:
mysql> select * from extensions where id like '5801'\G;
*************************** 1. row ***********...
2013 Oct 08
0
[LLVMdev] What makes register allocation expensive?
...ll times are in
milliseconds, and the total includes both compilation and program
execution.
llvm-3.1:
2722 total
2342 llvm::ExecutionEngine::runFunctionAsMain
1144 SelectionDAGIsel::runOnMachineFunction
294 RegisterCoalescer::runOnMachineFunction
116 RAGreedy::runOnMachineFunction
llvm-3.3:
53683 total
52661 llvm::ExecutionEngine::runFunctionAsMain
16955 RAGreedy::runOnMachineFunction
15149 RegisterCoalescer::runOnMachineFunction
15072 SelectionDAGIsel::runOnMachineFunction
Both cases use createJIT with default values, so optimization is
presumably llvm::CodeGenOpt::Default.
Disabling...
2019 Sep 09
4
Random duplicated emails
...ox Trash {
auto = subscribe
special_use = \Trash
}
prefix = INBOX/
separator = /
}
passdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
passdb {
args = /etc/dovecot/passwd.masterusers
driver = passwd-file
master = yes
}
plugin {
mail_replica = tcps:**edited**:53683
quota = count:User quota
quota_grace = 10%%
quota_rule = *:storage=10G
quota_rule2 = INBOX/Trash:storage=+100M
quota_status_nouser = DUNNO
quota_status_overquota = 552 5.2.2 La boite courriel du destinataire est
pleine - Mailbox is full
quota_status_success = DUNNO
quota_vsizes = ye...