similar to: Easy way of sharing sub-directories?

Displaying 20 results from an estimated 900 matches similar to: "Easy way of sharing sub-directories?"

2001 Aug 28
2
[patch] known hosts with ports
Hello. We are currently installing a new firewall, and would like to use a mixture of NAT and port mapping to have a single "gateway" host address which exposes a range of open ports, each of which maps to sshd of a different host in our internal network (e.g. ssh.jesus.cam.ac.uk on port 6789 maps to internal host1 port 22 whereas ssh.jesus.cam.ac.uk on port 6790 maps to internal
2019 Dec 23
0
When is a new mail not unseen?
> On 23 Dec 2019, at 11.57, Philip Colmer <philip.colmer at linaro.org> wrote: > > I'm trying to diagnose a really strange situation where certain emails, when submitted to the mailbox by Postfix, are not considered to be unseen by Dovecot. > > During testing, I've shut down anything else on the server that might want to access the mailbox. I submit the email to the
2010 Dec 17
0
CodeWeavers 30% off Winter Solstice Sales on CrossOver Mac a
While the big box stores and shopping malls run black Friday sales, and in recent years many of the online retailers have began to have black Monday sales. Leave it up to the wacky folks at Codeweavers to have a 30% off Winter Solstice Sales on CrossOver Mac and Linux. Why a Winter Solstice sale you might ask, well you see CodeWeavers has their headquarters in Minneapolis St. Paul Minnesota and
2013 Dec 02
1
Days to solstice calculation
Hello, I've come across a problem in developing a set of custom functions to calculate the number of hours of daylight at a given latitude, and the number of days a date precedes or secedes the summer solstice. I discovered an inconsistency concerning leap years between my derived values and those from the US naval databases. It seems as far as I can figure that my inconsistency arises either
2004 May 20
0
job advert: linux developer wanted
Hi all, I apologise in advance if this is off-topic or not permitted on this mailing list. We are looking to hire a skilled developer as soon as possible. We are looking for someone with the following skills: - Linux kernel development, especially Netfilter and ebtables modules - Perl software development, including DBI - SQL database programming, especially MySQL Although we would prefer to
2013 Jan 08
1
tm: custom reader for readPlain
Hello: I have a series of newspaper articles from a Canadian newspaper database (Canadian Newsstand) that look just like below. I've read through this vignette (http://cran.r-project.org/web/packages/tm/vignettes/extensions.pdf) about creating a custom reader to extract meta-data, but I can't understand how to apply this in the context of a text document, rather than in the tabular format
2020 Feb 19
1
How does dovecot determine users from /etc/passwd?
Thank you, Sami. I've made that change. Regards Philip On Mon, 17 Feb 2020 at 10:50, Sami Ketola <Sami.Ketola at open-xchange.com> wrote: > Hi, > > how about switching to use autoexpunge? > > https://wiki.dovecot.org/MailboxSettings > > Sami > > > On 17 Feb 2020, at 11.01, Philip Colmer <philip.colmer at linaro.org> wrote: > > We're
2019 Dec 24
0
When is a new mail not unseen?
On Tue, 24 Dec 2019 at 09:28, Philip Colmer <philip.colmer at linaro.org> wrote: > > I'm working on switching over to getting Postfix to deliver via lmtp but > the above seems to me to be a good manual workflow to emulate what should > be happening and it concerns me that Dovecot still says there are no unseen > messages ... > > Philip > > I've completed
2020 Feb 17
0
How does dovecot determine users from /etc/passwd?
Hi, how about switching to use autoexpunge? https://wiki.dovecot.org/MailboxSettings <https://wiki.dovecot.org/MailboxSettings> Sami > On 17 Feb 2020, at 11.01, Philip Colmer <philip.colmer at linaro.org> wrote: > > We're using dovecot on a help desk ticketing system. The system > doesn't perform any cleanup of IMAP mailboxes so we have a regular > cronjob
2020 Mar 17
0
Getting autoexpunge to work
> On 17 Mar 2020, at 16.42, Philip Colmer <philip.colmer at linaro.org> wrote: > > doveadm fetch -u local-finance-support "mailbox date.saved" UID 37 > > mailbox: INBOX > date.saved: 2020-03-17 14:34:12 > > Why on earth is dovecot showing today's date for that message? What > have I misunderstood or misconfigured? Depends a lot on what is your
2011 Mar 26
1
Solstice Reborn, it works! (almost)
I installed Solstice reborn on my Linux Mint LXDE. I already have .net framework 2.0 and mono installed as well as directx 9.0. I overwrote mscore in wine libraries also. Now when I start the game it opens and there is an error message. I minimize it and a terminal like screen appears chronicling the loading process of SR. The game window pops up, the mouse changes to the game mouse, the
2001 Dec 31
0
Out of Connections, possibly solved FYI
Hi samba Below the tweaks done on our sun system to (hopefully, id like to see this running for a few weeks) not run in Out of Connections troubles. Our Sun admin wrote: As of 10:30pm last night Titan is running a new release of samba 2.2.2. What's new about it? It's 64 bit. After reading docs.sun.com I found out that a 32 bit application cannot address more than 256 open filehandles
2006 Jun 21
0
R Reference Card and other help (especially useful for Newbies)
Hi all: Happy summer solstice to all northern hemispherics (and winter solstice to the southerners). Newbies (and others!) may find useful the R Reference Card made available by Tom Short and Rpad at http://www.rpad.org/Rpad/Rpad-refcard.pdf or through the "Contributed" link on CRAN (where some other reference cards are also linked). It categorizes and organizes a bunch of R's
2010 May 02
2
Retrieve regular expression groups
I'm trying to figure out how to get the text captured by capturing groups out of a regex match. For instance, let's say I have the pattern "foo ([^ ]+)" and I match it against the string "This is a foo sentence I am reading." The group in the pattern will match the word "sentence" in the target string. How can I get access to this matched group? All I
2009 Sep 16
2
Generalized cumsum?
Is there anything like cumsum and cumprod but which allows you to apply an arbitrary function instead of sum and product? In other words, I want a function cumfunc(x, f) that returns a vector, so that for all n up to the length of x cumapply(x,f)[n] = f(x[1:n]) This would give cumsum and cumprod as special cases when f=sum or f=prod. I could write such a function, but I can't see
2009 Sep 16
1
Windows RGui line editing
I've been using Tinn-R with RGui on Windows for quite some time now, but it's very irritating how the Windows RGui allows only very rudimentary line-editing. I can't even use shift-arrow key to select text! I searched through the archives and found what seemed to be a few people asking about this, but I couldn't find a clear answer. I saw some references in the docs to
2019 Dec 23
6
When is a new mail not unseen?
I'm trying to diagnose a really strange situation where certain emails, when submitted to the mailbox by Postfix, are not considered to be unseen by Dovecot. During testing, I've shut down anything else on the server that might want to access the mailbox. I submit the email to the local postfix instance which then says it has delivered it to the mailbox: Dec 23 09:51:35 ip-10-35-194-108
2009 Apr 19
1
ave returns wrong data type (PR#13664)
Full_Name: Brendan Barnwell Version: 2.9.0 OS: Windows XP Pro Submission from: (NULL) (71.102.131.29) The ave() function returns an incorrect datatype. Specifically, ave(x, g, f) always returns a vector with the same mode as x, rather than using the mode of the vector returned by f. Observe: > x [1] "A" "B" "C" "A" "B" "C"
2008 Sep 18
3
Installing Microsoft.NET Framework 2.0 SP1
I'm trying to install Microsoft.NET Framework 2.0 SP1 in order to play my game online, Secret of the Solstice. How can I achieve this? It keeps saying it fails...
2008 Jun 20
2
v1.1.rc13 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc13.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc13.tar.gz.sig There's always time for one more release candidate. :) I was planning on releasing v1.1.0 a couple of minutes before summer solstice (23:59 UTC according to Wikipedia). Maybe it'll bring luck to the release. :) - mbox: Fixed a crash when adding a new X-IMAPbase: