Displaying 20 results from an estimated 500 matches similar to: "mail to admin when quota exceeded"
2011 Oct 28
1
adding dovecot to webmin list of services
Hello ,
I am playing with webmin these days and find it
really fun to install and use everyday.
However, on the services option, amongst other
services, the dovecot service is not shown.
Does anyone out there have similar experience
with webmin and dovecot and know how to make
it appear there ?
I am using CentOS (5.5/5.6/5.7) 32-bit
Dovecot was installed manually and not from
yum (.rpm)
2013 Jun 05
1
Crash dovecot 1.2.15
Hi everybody
We have a probleme with dovecot
Jun 05 06:26:01 dovecot: Warning: SIGHUP received - reloading configuration
Jun 05 06:26:02 dovecot: Error: Raw backtrace: /usr/sbin/dovecot()
[0x41348a] -> /usr/sbin/dovecot() [0x413584] -> /usr/sbin/dovecot()
[0x40b290] -> /usr/sbin/dovecot() [0x412bf6] -> /usr/sbin/dovecot()
[0x405c9a] -> /usr/sbin/dovecot() [0x416f3d] ->
2023 Apr 30
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
But this might require a more detailed investigation. For example I just noticed that even with the patch `@` is still not listed in .S3_methods_table().
KK.
> On Apr 29, 2023, at 4:44 PM, Karolis Koncevi?ius <karolis.koncevicius at gmail.com> wrote:
>
> Hello Kurt,
>
> With r84341 it now works on my side.
>
> Warm regards,
> Karolis K.
>
>> On Apr 29,
2023 Apr 30
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
>>>>> Karolis Koncevi?ius writes:
> But this might require a more detailed investigation. For example I
> just noticed that even with the patch `@` is still not listed in
> .S3_methods_table().
Afaict base does not register any methods for @ or @<- ?
-k
> KK.
>> On Apr 29, 2023, at 4:44 PM, Karolis Koncevi?ius <karolis.koncevicius at gmail.com> wrote:
2023 Apr 29
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
Hello Kurt,
With r84341 it now works on my side.
Warm regards,
Karolis K.
> On Apr 29, 2023, at 1:24 PM, Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote:
>
>>>>>> Karolis Koncevi?ius writes:
>
> Can you pls try again with r84341 or later?
>
> Best
> -k
>
>> A more concrete example in order to correct my vague messages below.
>> Writing
2011 Jun 06
1
Subject: IMAP crash on index
I'm running Dovecot 1.2.15 as an IMAP server on an up-to-date Debian
v6 VM. I've recently upgraded the server from a pretty crusty old
Debian v4 installation, though I don't recall exactly which version of
Dovecot that would have been running. I guess I could try crawling
through the old logs to check if it is likely to be useful. The
upgrade seemed to have gone fine and I've been
2023 Apr 29
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
>>>>> Karolis Koncevi?ius writes:
Can you pls try again with r84341 or later?
Best
-k
> A more concrete example in order to correct my vague messages below.
> Writing an R package that uses `@` and `@<-` as S3 generics. Line from manual pages in .Rd files:
> \method{@}{newclass}(object, name) <- value
> Throws this error during R CMD check ?as-cran
>
2023 Apr 28
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
A more concrete example in order to correct my vague messages below.
Writing an R package that uses `@` and `@<-` as S3 generics. Line from manual pages in .Rd files:
\method{@}{newclass}(object, name) <- value
Throws this error during R CMD check ?as-cran
Bad \usage lines found in documentation object ?code?:
<unescaped bksl>method{@}{newclass}(object, name) <-
2023 Apr 28
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
Thank you for such a quick reply, Gabriel,
I am not too familiar with the package tools, so cannot speak too confidently, but below is how I see the issue currently.
The issue is not for external packages to rely on unexported functions from tools::, rather the issue is that 'R CMD check ?as-cran' runs those functions from tools:: in order to check the validity of Rd files (from any
2023 Apr 28
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
Karolis,
It seems likely, without having looked myself, that you could be correct
about the issue, but it does seem worth noting that both of the functions
you have mentioned are not exported, and thus not part of the API that
extension packages are allowed to use and rely on.
If retrieving the list of "internal S3 generics" is something package and
user code is allowed to do, the real
2023 Apr 28
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
This issue might go deeper - I was not successful in passing R CMD checks for the usage files. R CMD check kept showing errors for `@` declarations, even thou they were identical to `$` declarations (which passed fine).
Seems like the usage check functions are not prepared for `@` - also in tools:::.S3_method_markup_regexp
> On Apr 28, 2023, at 10:34 PM, Karolis Koncevi?ius
2023 Apr 01
2
Autocompletion for the new S3 generic @ method?
I agree, this is a good idea and would be very helpful in interactive contexts.
I have a draft patch implementing this feature here: https://github.com/r-devel/r-svn/pull/122
(Append ?.patch? to the URL to get a raw patch.)
Regards,
Tomasz
> On Mar 31, 2023, at 2:11 PM, Karolis K <karolis.koncevicius at gmail.com> wrote:
>
> Hello,
>
> In the current R-devel @ is S3
2012 Apr 01
3
Mail migration troubles
Hello all,
OK, I would really appreciate your help on this.
I managed to do a pretty straight-forward and flawless migration
on dovecot from one domain to another.
However, I have this nagging problem with most of the thunderbird
MTAs. When I try to delete some "test" messages I sent to make sure
that everything works, it comes back with the following message on
the bottom of the
2019 Dec 12
2
Inconsistencies in wilcox.test
>>>>> Karolis Koncevi?ius
>>>>> on Mon, 9 Dec 2019 23:43:36 +0200 writes:
> So I tried adding Infinity support for all cases.
> And it is (as could be expected) more complicated than I thought.
"Of course !" Thank you, Karolis, in any case!
> It is easy to add Inf support for the test. The problems start with conf.int=TRUE.
2019 Dec 07
2
Inconsistencies in wilcox.test
Thank you for a fast response. Nice to see this mailing list being so
alive.
Regarding Inf issue: I agree with your assessment that Inf should not be
removed. The code gave me an impression that Inf values were
intentionally removed (since is.finite() was used everywhere, except for
paired case). I will try to adjust my patch according to your feedback.
One more thing: it seems like you
2019 Dec 07
5
Inconsistencies in wilcox.test
Hello,
Writing to share some things I've found about wilcox.test() that seem a
a bit inconsistent.
1. Inf values are not removed if paired=TRUE
# returns different results (Inf is removed):
wilcox.test(c(1,2,3,4), c(0,9,8,7))
wilcox.test(c(1,2,3,4), c(0,9,8,Inf))
# returns the same result (Inf is left as value with highest rank):
wilcox.test(c(1,2,3,4), c(0,9,8,7), paired=TRUE)
2023 Mar 31
1
Autocompletion for the new S3 generic @ method?
Hello,
In the current R-devel @ is S3 generic, so we can do things like - for example - use it to extract matrix rows by name:
.S3method("@", "mm", function(object, name) object[name,])
m <- structure(matrix(rnorm(20), ncol=2), dimnames=list(paste0("row", 1:10), paste("col", 1:2)), class="mm")
m at row1
However, seems like
2023 Apr 28
1
Should '@" now be listed in tools:::.get_internal_S3_generics() ?
I was building a package that uses the new generic @ and kept having errors with ?roxygen2? documentation. ?roxygen2? generated NAMESPACE added `@.newclass` as a newly exported function, not as a S3method.
At first I thought this must be a bug in roxygen2 and they lag behind the new developments in R. But after some investigation I found that ?roxygen2? is using tools:::.get_internal_S3_generis()
2023 May 03
1
Inquiry about the behaviour of subsetting and names in matrices
Thank you for such a quick reply, here are some points that I think might have been missed:
> I would state the question the other way : why are NAs integer indices allowed?
> In my experience, they are sometimes useful but they often delay the detection of bugs. However, due to backward compatibility, this feature cannot be removed. Adding this feature to character indices would worsen the
2011 Apr 21
5
Having trouble getting Dovecot to read a ~/Maildir configuration
Hi folks
Setting up a new server, hence a few software packages have been upgraded /
changed. On my old server (only 2 years old) I was using Dovecot and
RoundCube (web mail app) and had a good experience so was keen to use these
again. The only major change is I have switched from sendmail to exim4
(which was installed by default on this Debian server). Exim4 appears to be
doing the right