Displaying 20 results from an estimated 24 matches for "deliever".
Did you mean:
believer
2006 Jul 14
0
Deliever in RC2 incorretly outputs "saved mail to INBOX"
Hi All,
I've recently upgraded to RC2 (debian package) and now I get the
following message in syslog all the time:
Jul 14 15:51:04 server01 deliver(alex): saved mail to INBOX
This seems to happen for every mail, despite some being filtered into
different folders.
It goes like this:
Mail arrives from Ubuntu mailing list:
Jul 14 15:53:49 server01 postfix/qmgr[19023]: D51A95C023:
2011 Oct 22
3
problem with as.Date
...$ Rm.Rf: num 2.69 2.52 0 -3.06 2.42 2.66 0 4.29 0.51 0.57 ...
$ SMB : num -2.49 -1.25 -1.38 -0.2 -0.34 -0.07 -0.11 0.35 -1.87 0.44 ...
$ HML : num -2.91 4.25 0.22 0.71 -0.4 -0.11 4.92 3.17 -2.92 1.33 ...
But
>dat_FF$date <- as.Date(as.character(dat_FF$date), format="%Y%m")
delievers NAs:
>str(dat_FF)
'data.frame': 1022 obs. of 4 variables:
$ date : Date, format: NA NA ...
I am very grateful for hints! Thanks in advance!
Best,
Martin
2017 Feb 09
2
Maildirsize not updated
On Thursday, February 9, 2017 2:02 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> how do you measure the difference?
header of maildirsize and output of doveadm quota get -u user at domain.tld
Here's another occurence that happened a couple weeks ago on 25-01-2017 (retrieved from a mail I sent to the user and to teammates):
in some unit in % of quota
2009 Oct 22
1
Can't figure you why I am getting deliver_from == Nil Using EmailSpec
...hould be sent from an address with the event
description'' FAILED
expected #<TMail::Mail port=#<TMail::StringPort:id=0x7342b8a>
bodyport=#<TMail::StringPort:id=0x733f598>> to deliver from "mytest
Classroom 42 : Janet Teacher1 <myemail at this.com>", but it delievered from
nil
Any insight you can provide would be greatly appreciated.
Best,
Tom
Tom Hoen
edgevale/interactive
thoen at edgevaleinteractive.com
ClassroomParent
thoen at classroomparent.com
410-215-0905
-------------- next part --------------
An HTML attachment was scrubbed......
2013 Jan 26
1
Complex Call Distribution
Hello,
I have Elastix ISO install (FreePBX 2.7.0.3)
My current Setup is as follows:
Inbound Route > Queue > (Dynamic Agents)
The queue distributes calls based on rrMemory.
I have been asked to redesign the call distribution as follows:
Calls will be delievered to Level-1 Agents (say 4 dynamic agents) in
rrMemory format.
When Level-1 Agents are busy, distribute calls to Level-2 Agents (say 3
dynamic agents) in rrMemory format.
When Level-2 Agents are busy, distribute calls to Level-3 Agents (say 2
dynamic agents) in rrMemory format.
Is it possible to s...
2005 Nov 28
1
Wireless links + Realtime video >= Headache! (long queue delays)
...catch up again! This is clearly unacceptable for realtime video! We would rather lose the occassional packet then have it get behind.
QUESTIONS:
1) will doing SNAT twice on a UDP video stream cause considerable or negligable delay?
2) Is there a way to tell the kernel to drop a packet if its not delievered within an acceptable period of time?
3) How can you optimize your TCP stack for realtime video?
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2001 Feb 21
2
SCO 5.0.5 setluid patch
I downloaded openssh-2.5.1p1 as soon as it was on the ftp servers just
to get the setluid patch. After compiling and installing on 5.0.5 I saw
that the luid still wasn't being set correctly whether sshd was run from
inetd or as a daemon from /etc/rc2.d/. I fiddled around and moved the
setluid() stuff up higher in session.c and now luid is now being set
correctly. I provided a regular diff
2016 Mar 27
1
I stopped receiving mails from the list.
...ging of mail server of the ML, which can show that messages were delayed
In my Yahoo! account, I saw the delay was the hop from zytor to Yahoo!
but no idea which side from those details, whether Yahoo! refused
delivery or zytor had delivery issues. Select headers from the first
email delayed (not delievered to my Yahoo! account). I'll privately
send all headers from this and the first one delivered.
>From Gene Cumm via Syslinux Thu Mar 17 10:54:05 2016
Received: from 127.0.0.1 (EHLO mail.zytor.com) (198.137.202.10)
by mta1565.mail.ne1.yahoo.com with SMTPS; Mon, 21 Mar 2016 02:20:12 +000...
2017 Feb 12
2
Maildirsize not updated
.../transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
# virtual_transport = maildrop
virtual_transport = lmtp:unix:private/dovecot-lmtp
root at messagerie[10.10.10.19] ~ #
On Thursday, February 9, 2017 7:54 PM, WJCarpenter <bill-dovecot at carpenter.org> wrote:
Who delievers incoming mail, dovecot LDA or something else?
This is what caused a similar problem for me:
https://dovecot.org/list/dovecot/2016-April/104091.html
2016 Dec 14
2
unexpected behaviour of search queries with mixed AND and OR
...cted result of the query
"\( \( condB condC \) OR condA \)"
I get the result of the query
"\( condB OR condC OR condA \)"
which is more then suprising.
The query "\( condB condC OR condA \)" should either throw an
error like "\( condA OR condB condC \)" or deliever the result
of "\( \( condB condC \) OR condA \)"
Example:
doveadm -f flow fetch -u USER guid \( savedbefore 21d OR seen savedbefore 5d \) | wc -l
Fatal: Use parenthesis when mixing ANDs and ORs
0
doveadm -f flow fetch -u USER guid \( seen savedbefore 5d OR savedbefore 21d \) |...
2016 Dec 14
0
unexpected behaviour of search queries with mixed AND and OR
...condB condC \) OR condA \)"
>
> I get the result of the query
> "\( condB OR condC OR condA \)"
> which is more then suprising.
>
>
> The query "\( condB condC OR condA \)" should either throw an
> error like "\( condA OR condB condC \)" or deliever the result
> of "\( \( condB condC \) OR condA \)"
>
>
>
>
> Example:
>
> doveadm -f flow fetch -u USER guid \( savedbefore 21d OR seen savedbefore 5d \) | wc -l
> Fatal: Use parenthesis when mixing ANDs and ORs
> 0
>
> doveadm -f flow fetch -u USER...
2017 Feb 09
0
Maildirsize not updated
Who delievers incoming mail, dovecot LDA or something else?
This is what caused a similar problem for me:
https://dovecot.org/list/dovecot/2016-April/104091.html
2004 Oct 21
1
Hooking postfix into dovecot
Cyrus has to be added to master.cf and transport_maps has to be set to
"cyrus:localhost".
So my question is how do I get the mails from postfix to dovecot?
Hope it's okay to submit these type of questions here :)
Thanks
--
Tom Sommer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
2012 Mar 01
0
Memory problem in R
...jection instead of giving me the results:
Erreur : impossible d'allouer un vecteur de taille 137.9 Mo (in english: cannot allocate a 137.9 Mb vector memory).
I have already increased the memory size upto 2047Mb. This problem has been discussed in 2008 (archives) but no profitable answers were delievered. I am sending the programming and bit of data. Thanks in advance for your help.
model<-mnp(choice~1+Asso+FP+BEV+IAA+CER+FrtVeg+Meat+Others+lnADH+lnTO+Emp+LT50inReg+lnEXinEU+lnEXoutEU+GDist+RET+WS+LT50SC+Others_hotel,
base=4, n.draws=10000, burnin=2000, thin=3, verbose=TRUE, trace=FALSE,
p.sca...
2009 Aug 06
1
Dovecot deliver uidlist issues
...changelog to indicate that this deliver behaviour has
changed in v1.2.
Perhaps there should be a deliver option to recreate the uidlist file by
doing a full scan if it doesn't exist (as a login via pop/imap would
do), although I'm not sure why this shouldn't be the default? (apart
from deliever potentially causing a high amount of io). My current
work-around is to use postlogin to remove the uidlist file when someone
logs in to the mailbox for the first time which then forces it to be
created in the correct order; but this is a very messy solution.
Thanks,
Mark
--
Mark Zealey -- Platf...
2017 Feb 12
0
Maildirsize not updated
...transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
# virtual_transport = maildrop
virtual_transport = lmtp:unix:private/dovecot-lmtp
root at messagerie[10.10.10.19] ~ #
On Thursday, February 9, 2017 7:54 PM, WJCarpenter <bill-dovecot at carpenter.org> wrote:
Who delievers incoming mail, dovecot LDA or something else?
This is what caused a similar problem for me:
https://dovecot.org/list/dovecot/2016-April/104091.html
2003 Oct 16
0
AW: summary with names
As I read this, my answers to the other guys don't seem to be
delievered to the list, although I sent them nearly 4 hours
ago. I fear, I only sent them to the posters and not to the
list ... I try to correct this! Sorry!
Axel Benz schrieb:
> Which name do you want?
> varA1
This one resp. the corresponding one in this way (varA2 etc.).
> or
> fb.12.unt...
2011 Aug 26
2
File Permissions and delivery
Hi
I'm very new to Dovecot (been using Courier for 5 years), but I've been persuaded of the merits of Dovecot and since the server needs upgrading that seems like the perfect time/excuse.
On a test server, I set up postfix and installed Dovecot (running 32-bit Debian Squeeze, installed from apt-get). I mirrored the mail store (Maildirs, for historical reasons located under
2003 Nov 14
4
'Account disabled due to email bouncing' madness
We have a mail filter ( CanIt, by Roaring Penguin, see
http://www.roaringpenguin.com ) that is doing a very good job indeed of
blocking spam and viruses.
And I certainly get a lot from this list ... so much that without the
use of CanIt, I would have already had to retire my email address, and
possibly even our entire domain, to avoid the constant march of crap.
But ... the list server keeps
2008 Feb 06
2
[PATCH] Out-of-band challenge (OBC) authentication method
This patch (https://bugzilla.mindrot.org/show_bug.cgi?id=1438) creates a
kbdint device that provides a server-based authentication mechanism. The
server generates and emails you a random string when you attempt to
login. You're authenticated if you can correctly answer the challenge.
You can use a regular email account, a pager, cell phone or other email
capable device to receive the