Displaying 20 results from an estimated 10000 matches similar to: "using complete email address as username"
2004 Apr 19
3
How to write an S4 method for sum or a Summary generic
If I have a class Foo, then i can write an S3 method for sum for it:
>setClass("Foo",representation(a="integer"));aFoo=new("Foo",a=c(1:3,NA))
>sum.Foo <- function(x,na.rm){print(x);print(na.rm);sum(x at a,na.rm=na.rm)}
>sum(aFoo)
But how do I write an S4 method for this? All my attempts to do so have
foundered. For example
2010 Apr 09
5
SSH Through R Script
Hi,
I am trying to SSH to a remote server through R script. In other words, I
would like to know how I can get a SSH connection to the remote server and
then execute commands on that server with the R script.
So in bash, I would normally type ssh -lusername remoteserver.com; press
enter and then wait for the password prompt to key in my password.
I have tried system("ssh
2016 Aug 24
2
maildirsize not correct
Thanks, but this is most probably different issue. My maildirsize is
computed incorrectly even if I delete it completely and let dovead
recompute it so expunging is not in the game.
Is there any way how to track/debug the recomputation algorithm in dovecot?
On Wed, Aug 24, 2016 at 12:02 AM, WJCarpenter <bill-dovecot at carpenter.org>
wrote:
> A long shot, but here's how I
2007 Jan 24
1
pop/imap login logging only username part of full email address
I have my login log format set like so:
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c
When I log in using a full email address, though, I only get the
username part of the address:
Jan 24 13:28:29 node7 dovecot: pop3-login: Login: user=<justin>,
method=PLAIN, rip=137.118.2.60, lip=137.118.7.247
Jan 24 13:28:30 node7 dovecot: POP3(justin): Disconnected: Logged
2008 Jan 21
2
experiments with slot functions and possible problems NOTE
Hello,
first of all, thanks to LT for \pkg{codeutils}. I agree that it is
indeed very useful to identify errors and also to encourage re-thinking
past solutions. My problem:
I want to compare different sets of related sub-functions which should
be used alternatively by the same top-level function. Sets of related
functions should be bound together (as lists) and the workspace should
be as clean
2016 Nov 27
7
JMAP support in Dovecot
Hi!
We are working on including JMAP support to Dovecot. At this moment I cannot give any promise for exact version, but hopefully it will be part of v2.3
Aki Tuomi
Dovecot Oy
> On November 26, 2016 at 11:17 PM Andrew Jones <andrew at mykolab.com> wrote:
>
>
> Hi Marcus
>
> Thanks for your helpful reply.
>
> Do you know what is going on with JMAP development
2007 Sep 05
2
securing dovecot proxy connections
The wiki <http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy>
page says this: "The connections created to the destination server
can't be TLS/SSL encrypted.".
Hrmm. Right now, with perdition, I'm forcing the use of STARTTLS on
the internal connections. I'd just as soon get rid of perdition (to
have one less moving part in my architecture), but I need the
2016 Nov 26
2
JMAP support in Dovecot
On 2016-11-26 11:07:00 -0800, WJCarpenter wrote:
> I don't know the answer to that question, but I am curious about something.
> What client are you thinking about using with JMAP? I haven't found much.
> (And much of the demo stuff at jmap.io seems to be busted in various ways.)
roundcube-next builds on top of it.
darix
--
openSUSE - SUSE Linux is my linux
2016 Nov 26
4
JMAP support in Dovecot
Hi there,
I understand there were discussions to try and develop JMAP support for Dovecot.
Is this still in the pipeline for Dovecot 2.5?
Regards
Andrew
Sent from my iPhone
2011 Apr 16
3
calling dovecot exported auth from Java
As far as I have been able to figure out, dovecot auth always works over
a Unix domain socket. I believe it is not currently possible to operate
dovecot auth over an Internet domain (TCP) socket. Am I correct?
I want to call dovecot's exported authentication from a Java
application. Java doesn't natively know how to talk to a Unix domain
socket, so there are inconveniences. There
2007 Aug 23
3
rule of thumb for indexing overhead
I realize it's hard to be precise about this, but does anyone have a
feel or rule of thumb for a couple of aspects of indexing overhead?
1. Proportionally, how much space does it take for all 4 files? If I
want to give my users a quota of 100 MB for messages, how much real
space should I plan for so that I won't run out of space for indexing?
2. What's the overhead in rebuilding
2016 Aug 23
2
maildirsize not correct
Hi,
One of my email accounts has 1,5gb of emails in INBOX, but maildirsize
shows only 528mb. 'du' also shows 1,5gb and there are 3809 files in cur
directory.
When I use mailbox status a can see correct values:
doveadm -f table mailbox status -u user at domain.sk "messages vsize" INBOX*
messages
vsize
INBOX 3809 1521049349
but when I check the quotas with doveadm:
2019 Sep 22
2
Problem with libldb1
I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba 4.10 from Louis
Repo) and it ended with error messages about unmet dependencies in regards
to libldb1.
root at DC1:~# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet
2007 Sep 04
1
passing quota to deliver via command line
Is there any way to pass things like "quota=" for the quota plugin to
the deliver LDA via the command line or as an environment variable or
whatever? I've got all the info I need in my MTA to avoid a userdb
lookup in the LDA, but I still have to do the userdb query to get the
per-user quota number (the default quota works fine, of course).
--
bill-dovecot at carpenter.ORG
2008 Jan 30
1
multiple ports, different characteristics
The wiki <http://wiki.dovecot.org/Iptables> leads me to believe that
the only way to configure dovecot to listen for the same protocol on
multiple ports is via external redirection (iptables or similar). Is
that so, or can dovecot be directly configured to listen on multiple
ports?
Here's a concrete example of what I'm trying to accomplish. Our
environment uses plaintext
2019 Sep 22
0
Problem with libldb1
On 22.09.2019 15:39, Viktor Trojanovic wrote:
>
> On 22.09.2019 15:30, Rowland penny via samba wrote:
>> On 22/09/2019 14:10, Viktor Trojanovic via samba wrote:
>>> On 22.09.2019 15:07, Rowland penny via samba wrote:
>>>> On 22/09/2019 13:53, Viktor Trojanovic via samba wrote:
>>>>> I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba
2019 Jun 15
0
Bionic beaver repository issues
Small correction: The last lines should be?
? ? The following packages have unmet dependencies:? ? ?r-base : Depends: r-base-core (>= 3.6.0-2bionic) but it is not going to be installed? ? ? ? ? ? ? Depends: r-recommended (= 3.6.0-2bionic) but it is not going to be installed? ? ? ? ? ? ? Recommends: r-base-html but it is not going to be installed? ? ? ? ? ? ? Recommends: r-doc-html but it is
2018 Feb 03
2
broken dependencies on 2cd4u
As of a few days I'm seeing this error on travis:
The following packages have unmet dependencies:
libleptonica-dev : Depends: liblept5 (= 1.74.4-1+nmu1ppa1~trusty1)
but it is not going to be installed
Which is caused by:
The following packages have unmet dependencies:
liblept5 : Depends: libopenjp2-7 (>= 2.0.0) but it is not installable
This is caused by the recent update libleptonica
2013 Apr 16
1
[PATCH 2/2] rpmsg: fix kconfig dependencies for VIRTIO
rpmsg configuration selects VIRTIO, but VIRTIO is now
subordinate to VIRTUALIZATION. RPMSG is currently selected
by OMAP_REMOTEPROC, and the dependency warning is not seen
with the fix in remoteproc config, but the kconfig menu
hierarchy dependency has to be honored nevertheless.
warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet
2013 Apr 16
1
[PATCH 2/2] rpmsg: fix kconfig dependencies for VIRTIO
rpmsg configuration selects VIRTIO, but VIRTIO is now
subordinate to VIRTUALIZATION. RPMSG is currently selected
by OMAP_REMOTEPROC, and the dependency warning is not seen
with the fix in remoteproc config, but the kconfig menu
hierarchy dependency has to be honored nevertheless.
warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet