Displaying 8 results from an estimated 8 matches for "cioffi".
Did you mean:
cffi
2015 Dec 02
2
Dovecot doesn't sent rejection message user overquota
Il 01/12/2015 16:19, Timo Sirainen ha scritto:
> On 01 Dec 2015, at 17:10, Antonello Cioffi <antonello.cioffi at uniparthenope.it> wrote:
>> Hi
>>
>> I'm using postfix+dovecot (2.2.18).
>>
>> The problem is that dovecot silently discard message when user has its own mailbox full without sending rejection message to the sender.
>>
>> Here...
2015 Dec 01
2
Dovecot doesn't sent rejection message user overquota
..._save_uidl = no
pop3_uidl_format = %08Xu%08Xv
}
while in master.cf
dovecot unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/libexec/dovecot/dovecot-lda -f
${sender} -d ${recipient}
Is there someone who could help me?
Regards
--
Dott. Antonello Cioffi
Ufficio Servizi Informatici
Universit? degli Studi di Napoli Parthenope
Tel. 081/5475292 - Fax. 081/5475180
2015 Dec 01
0
Dovecot doesn't sent rejection message user overquota
On 01 Dec 2015, at 17:10, Antonello Cioffi <antonello.cioffi at uniparthenope.it> wrote:
>
> Hi
>
> I'm using postfix+dovecot (2.2.18).
>
> The problem is that dovecot silently discard message when user has its own mailbox full without sending rejection message to the sender.
>
> Here a sample log:
>...
2017 Jan 13
2
Loop identification
Good afternoon,
I'm working on modifying the Mips backend in order to add new
functionalities. I've successfully implemented the intrinsics, but I want
to recognize a pattern like this:
int seq[max];
int cnt = 0;
for (int i = 0; i < max; i++)
{
for (int j = 0; i < 16; i++)
{
char hn = (seq[i] & (3<<(j*2)) >> (j*2);
if (hn == 2)
{
2015 Dec 02
0
Dovecot doesn't sent rejection message user overquota
On 2015-12-02 09:13:04 +0100, Antonello Cioffi wrote:
> Dec 2 08:58:49 posta2 dovecot: lda(antonen):
> msgid=<565EA4B9.1020009 at uniparthenope.it>: Permanently failed to send
> rejection: smtp(mail.uniparthenope.it): DATA failed: 550 5.7.1 no
> third-party DSNs
smells like an error message from your smtp server.
--...
2017 Sep 05
0
Mac Os mail error while moving msg in subfolder
...location = maildir:~/Maildir/expunged
order = 0
prefix = .EXPUNGED/
separator = /
subscriptions = yes
type = private
}
all other client like thunderbird, outlook and horde imap web interface
work fine.
Is there something who could help me?
thank you
regards
--
Dott. Antonello Cioffi
Ufficio Servizi Informatici
Universit? degli Studi di Napoli Parthenope
Tel. 081/5475292 - Fax. 081/5475180
2017 Jun 19
1
core dump on ocfs2
...dovecot from 2.2.18 to 2.2.30.2 but errors are still present
posta2:/var/core # dovecot --version
2.2.30.2 (c0c463e)bye
Errors appear only with dovecot-lda process so I tend to exsclude
disks or ocfs failure
Is there someone who can help me?
Best regards
Thanks
--
Dott. Antonello Cioffi
Ufficio Servizi Informatici
Universit? degli Studi di Napoli Parthenope
Tel. 081/5475292 - Fax. 081/5475180
2017 Jan 13
4
Loop identification
...ty
of potential answers here for why earlier is better (e.g. affecting
inlining decisions, idioms might be significantly more difficult to
recognize after vectorization, etc.) but I think we need to discuss the
use case.
-Hal
>
> -Krzysztof
>
>
> On 1/13/2017 9:45 AM, Catello Cioffi via llvm-dev wrote:
>> Good afternoon,
>>
>> I'm working on modifying the Mips backend in order to add new
>> functionalities. I've successfully implemented the intrinsics, but I
>> want to recognize a pattern like this:
>>
>> int seq[max];
>>...