Displaying 7 results from an estimated 7 matches for "ftv".
Did you mean:
fts
2016 Nov 14
1
save failed to open mailbox quarantine
See attached.
Am Montag, 14. November 2016, 15:26:54 schrieben Sie:
> - gpg control packet
>
> On Mon, 14 Nov 2016, Eggert Ehmke FTV Spandau wrote:
> > I use postfix. The folder name is still uppercase when forwarded to
> > dovecot, as can be seen in /var/log/mail.log.
>
> post your config, do you use %Ln or %Lu to lower-case the username
> somewhere in passdb?
>
> > Am Montag, 14. November 2016,...
2016 Nov 14
2
save failed to open mailbox quarantine
I use postfix. The folder name is still uppercase when forwarded to dovecot, as
can be seen in /var/log/mail.log.
Am Montag, 14. November 2016, 15:20:40 schrieb Steffen Kaiser:
> - gpg control packet
>
> On Mon, 14 Nov 2016, Eggert Ehmke FTV Spandau wrote:
> > I have dovecot 2.2.13 set up with spamassassin and amavis. This works fine
> > so far, Spam emails are forwarded to "username+Quarantine at mydomain.de".
> > The recipient_delimiter=+ is set, the Quarantine folder exists. However,
> > Dovecot tri...
2016 Nov 14
0
save failed to open mailbox quarantine
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 14 Nov 2016, Eggert Ehmke FTV Spandau wrote:
> I use postfix. The folder name is still uppercase when forwarded to dovecot, as
> can be seen in /var/log/mail.log.
post your config, do you use %Ln or %Lu to lower-case the username
somewhere in passdb?
>
> Am Montag, 14. November 2016, 15:20:40 schrieb Steffen Kai...
2016 Nov 14
2
save failed to open mailbox quarantine
I have dovecot 2.2.13 set up with spamassassin and amavis. This works fine so
far, Spam emails are forwarded to "username+Quarantine at mydomain.de". The
recipient_delimiter=+ is set, the Quarantine folder exists. However, Dovecot
tries to deliver it to a folder quarantine, that does not exist. In the
dovecot-deliver.log there are these lines:
Nov 14 14:16:13 lda(username at
2006 Aug 03
1
how to use the EV AND condEV from BMA's results?
...99.4 1.5161 0.4751 1.526 0.461 1.407
1.596 1.732 1.463 1.608
htTRUE 54.4 0.9477 1.0269 1.742 0.744 1.894
1.930 . . .
uiTRUE 13.3 0.0976 0.2987 0.731 0.453 .
. . . .
ftv 12.3
.1 -0.0257 0.5117 -0.209 2.438 .
.
-0.867 . .
.2+ 0.7470 2.1277 6.081 3.371 .
. 6.024 . .
age.ftv1 33.7 -0.0136 0.0278 -0.040 0.035 . -
0.03...
2009 Apr 26
1
Stochastic Gradient Ascent for logistic regression
.... But it seems that I am having convergence problem.
Am I doing anything wrong, or just the data is off?
Here is my code in R -
lbw <-
read.table("http://www.biostat.jhsph.edu/~ririzarr/Teaching/754/lbw.dat"
, header=TRUE)
attach(lbw)
lbw[1:2,]
low age lwt race smoke ptl ht ui ftv bwt
1 0 19 182 2 0 0 0 1 0 2523
2 0 33 155 3 0 0 0 0 3 2551
#-----R implementation of logistic regression : gradient descent ------
sigmoid<-function(z)
{
1/(1 + exp(-1*z))
}
X<-cbind(age,lwt, smoke, ht, ui)
#y<-low
my_logistic<-function(X,y)
{
alpha <- 0.005
n<-5
m&...
2016 Nov 14
0
save failed to open mailbox quarantine
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 14 Nov 2016, Eggert Ehmke FTV Spandau wrote:
> I have dovecot 2.2.13 set up with spamassassin and amavis. This works fine so
> far, Spam emails are forwarded to "username+Quarantine at mydomain.de". The
> recipient_delimiter=+ is set, the Quarantine folder exists. However, Dovecot
> tries to deliver it to...