Displaying 18 results from an estimated 18 matches for "gmail_attr".
2019 Apr 10
0
[BUG?] Double quota calulation when special folder is present
...;
</div>
<div class="gmail_quote">
<blockquote>
<div dir="ltr">
<div dir="ltr">
<br>
</div>
<div class="gmail_quote">
<div class="gmail_attr" dir="ltr">
On Wed, Mar 20, 2019 at 2:13 PM Mark Moseley <
<a target="_blank" href="mailto:moseleymark@gmail.com" rel="noopener">moseleymark@gmail.com</a>> wrote:
<br>
</div>...
2019 Apr 10
2
[BUG?] Double quota calulation when special folder is present
On Wed, Apr 3, 2019 at 9:37 PM Mark Moseley <moseleymark at gmail.com> wrote:
>
> On Wed, Mar 20, 2019 at 2:13 PM Mark Moseley <moseleymark at gmail.com>
> wrote:
>
>> Just hoping to get some dev eyes on this. I'm incredibly reluctant to
>> throw the word 'bug' around
>> (since 99 times out of 100, it's not -- it's almost always the
2019 Dec 27
0
Issue running Dovecot in Docker Container
...t;gmail_signature" class="gmail_signature" dir="ltr">
Thanks & Regards,
<br>Naveen
<br>
</div>
</div>
<br>
</div>
<br>
<div class="gmail_quote">
<div class="gmail_attr" dir="ltr">
On Thu, Dec 26, 2019 at 10:52 PM Aki Tuomi <
<a href="mailto:aki.tuomi@open-xchange.com">aki.tuomi@open-xchange.com</a>> wrote:
<br>
</div>
<blockquote>
<u></u>
<div>...
2019 Dec 24
2
When is a new mail not unseen?
On Tue, 24 Dec 2019 at 08:04, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> On 23/12/2019 22:17 Michael < ml at hemathor.de> wrote:
>
>
> On Monday, December 23, 2019 11:22:27 AM CET, Sami Ketola wrote:
>
> change your configuration to use some more optimized mailbox
> format and configure postfix to deliver over dovecot-lda or
> lmtp.
>
> or,
2019 May 06
0
Aw: Re: very high traffic without any load
2020 Feb 05
2
How to distinguish between user defined function in a program and library functions
...in:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Generally, you can't - and optimizations/the compiler shouldn't differentiate between them.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 4, 2020 at 3:25 PM Sunil via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,2...
2020 Feb 04
4
How to distinguish between user defined function in a program and library functions
Say, I have the following program:
#include <iostream>
int main(){
std::cout << "hello\n";
return 0;
}
After generating llvm bitcode using the following command:
$ clang++ -c -emit-llvm -O -Xclang -disable-llvm-passes a.cpp
the bitcode has the following function with define.
__cxx_global_var_init
main
2019 Dec 26
0
Issue running Dovecot in Docker Container
...class="gmail_signature" dir="ltr">
Thanks & Regards,
<br>Naveen
<br>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div class="gmail_attr" dir="ltr">
On Tue, Dec 24, 2019 at 10:54 PM Aki Tuomi <
<a href="mailto:aki.tuomi@open-xchange.com">aki.tuomi@open-xchange.com</a>> wrote:
<br>
</div>
<blockquote>
<u></u>
<div>...
2019 May 06
4
very high traffic without any load
Lars, interesting - do you have an example of what that might look like in
the config file?
Thanks!
On Sun, May 5, 2019 at 6:00 PM Lars Kruse <lists at sumpfralle.de> wrote:
> Hello Christoph,
>
> I am glad, that you discovered the source of the problem!
>
>
> Am Sat, 4 May 2019 08:30:28 +0200
> schrieb "Christopher Klinge" <Christ.Klinge at web.de>:
2019 Dec 30
2
Issue running Dovecot in Docker Container
...ture" dir="ltr">
Thanks & Regards,
<br>Naveen
<br>
</div>
</div>
<br>
</div>
</div>
</div>
<br>
<div class="gmail_quote">
<div class="gmail_attr" dir="ltr">
On Mon, Dec 30, 2019 at 3:16 PM Marc Roos <
<a href="mailto:M.Roos@f1-outsourcing.eu">M.Roos@f1-outsourcing.eu</a>> wrote:
<br>
</div>
<blockquote>
<br>If you are running your contai...
2019 May 01
4
very high traffic without any load
Hi everyone,
I am new to using tinc and currently trying to set up a full IPv6 mesh between 4 servers of mine. Setting it up went smoothly and all of the tinc clients do connect properly. Routing through the network works fine as well. There is however a large amount of management traffic which I assume should not be the case.
Here is a quick snapshot using "tinc -n netname top"
2019 May 02
2
Aw: Re: Re: very high traffic without any load
2019 Dec 27
7
Issue running Dovecot in Docker Container
The conf.d files are not included. I have added !include conf.d/*.conf to
director.conf and reloaded the dovecot and director services.
conf.d/10-logging also has the following lines:
log_path = /dovecot.log
info_log_path = $log_path
debug_log_path = $log_path
The /dovecot.log file still shows empty. Nothing is being logged to that
file.
Thanks & Regards,
Naveen
On Thu, Dec 26, 2019 at
2019 Dec 26
2
Issue running Dovecot in Docker Container
I have tried these in the 10-logging.conf but no luck. There is nothing
logged to the file.
bash-4.2# ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 Dec23 ? 00:00:00 /bin/bash /bootstrap.sh
root 8 1 0 Dec23 ? 00:00:00 sleep 36000d
root 15681 0 0 08:51 pts/1 00:00:00 bash
root 16340 0 0 09:19 ? 00:00:00
2019 May 02
4
Aw: Re: very high traffic without any load
2020 Jun 29
4
Re: Virtual Bridge "Network" for Sandbox
Thanks Laine,
I will take a look at Open vSwitch, it looks interesting.
I am a generalist, I need to know enough about a lot of things to get
many different tasks done, but do not have the in depth knowledge
required to "patch" anything. If I manage to wrangle a working solution
should I post it?
Needless to say I would be supportive of said feature being implemented
by those
2019 Dec 06
4
Dovecot & OAuth
I changed some of the tls options following the document, now config is
following:
tokeninfo_url =
https://keycloak.com/auth/realms/mail/protocol/openid-connect/token
introspection_url =
https://dovecot:7598e21b-ec34-481f-80d0-059bddae0923 at keycloak.com/auth/realms/demo/protocol/openid-connect/token/introspect
introspection_mode = post
debug = yes
rawlog_dir = /tmp/oauth2
#force_introspection
2020 Apr 02
3
RFC: dynamic_cast optimization in LTO
<font face="Verdana,Arial,Helvetica,sans-serif" size="2"> <span><div>Hi,<br>There was a mention of optimizing away C++ dynamic_casts in LTO in this presentation: <a href="https://www.youtube.com/watch?v=Fd3afoM3UOE&t=1306" target="_blank">https://www.youtube.com/watch?v=Fd3afoM3UOE&t=1306</a><br>I