Displaying 20 results from an estimated 8000 matches similar to: "file permissions"
2011 Apr 01
4
Maildir
I noticed in Cyrus they seem to address maildir++ recognised by IMAP.
I need to know does Dovecot recognise this format?
Procmail has an ability to deliver mails to different folders which
if unrecognised renders the whole process useless.
Does Dovecot have a similar deliver method?
Thanks.
-Walt
2011 Mar 29
1
doveadm
Hi
Where does this utility reside for installation. I use Ubuntu and installed dovecot-imapd and dovecot-pop3d so far. Does it now ship in the regular dovecot installation packages?
Thanks.
-Walt
2011 Mar 30
1
v1.2.12 and debug
Is there some kind of extended debug that might show why my maildir is not foundat login? It has worked off and on, once briefly today then no more.
I'm going around twiddling knobs guessing at this point which is foolish.
I need some real bread crumbs to indicate what is going wrong.
I've tried all kinds of .conf file ... example file etc. I figured using the least number of settings
2011 Mar 31
1
Mail_location and formats
Hi,
Ok I know that the Maildir hierarchical structure works because I saw it intermittantly in my setup. At times I could look at ALL folders in my client.
mail_location = maildir:~/Maildir:LAYOUT=fs
http://wiki1.dovecot.org/MailLocation/Maildir
this says 1.1 only?
My maildir folder has a collection of maildir folders ie each has cur new tmp folders. As an experiment I took the cur new tmp out
2011 Mar 29
1
dovecot.conf settings vs 'dovecot-n' output
I am curious why these do not seem to match?
It especially bothers me that the modes set are different.
Am I missing something?
Thanks.
-Walt
2011 Mar 30
1
1.2 problem 'dovecot -n' vs dovecot.conf
To elaborate, if there is a database associated with this setup it is really fubar.
note: tail of dovecot -n
lda:
postmaster_address: postmaster
mail_plugins: sieve
quota_full_tempfail: yes
deliver_log_format: msgid=%m: %$
rejection_reason: Your message to <%t> was automatically rejected:%n%r
auth default:
mechanisms: plain login
passdb:
driver: pam
userdb:
driver:
2011 Mar 30
1
debugging mail_location issues
Type of Maildir structure I am using came from KDE. No '.'s just folders.
something like
Maildir/
INBOX
mail-sent
outbox
other
where each has cur new and tmp folders.
if I access this directory with IMAP it creates cur new and tmp in the root.
ie
Maildir/
INBOX
cur
new
tmp
mail-sent
outbox
other
This implies to me
1. it finds the Maildir directory
2. it apparently does not
2017 Aug 03
0
find similar words in text
Please keep messages on the list so others can pitch in.
_Which_ words do you want to consider identical for the purpose of frequency count?
_What_ do you want to plot?
B.
> On Aug 3, 2017, at 4:36 PM, Riaan Van Der Walt <Riaan.VanDerWalt at nwu.ac.za> wrote:
>
> Hallo Boris,
> I've loaded the Rstem, Snowball.
> But I am clueless how to get a list eg. whal* (whale,
2010 Aug 15
5
reading a text file, one line at a time
Hi,
I have an upcoming project that will involve a large text file. I want to
1. read the file into R one line at a time
2. do some string manipulations on the line
3. write the line to another text file.
I can handle the last two parts. Scan and read.table seem to read the
whole file in at once. Since this is a very large file (several hundred
thousand lines), this is not
2013 Jan 07
3
pattern matching
Hi,
I have a simple question. Suppose I have a string "x$Expensive". I want
to find the position of the $ in this string; i.e., I want a function
that returns 2. I tried grep, regexpr, etc with no luck, unless I'm
just using them incorrectly. Any suggestions?
Thanks,
Walt
________________________
Walter R. Paczkowski, Ph.D.
Data Analytics Corp.
44 Hamilton Lane
Plainsboro,
2011 Jul 21
2
installing Rgraphviz
Hi,
I attempted to install Rgraphviz but ran into a problem. It requires
graphviz 2.20.3. I have this and installed it but the Windows 7 system
path variable has to be modified to include the path to the graphviz bin
file. How do I do this on Windows 7? It's been a long time since I had
to change the path variable.
Thanks,
Walt
________________________
Walter R. Paczkowski, Ph.D.
2010 May 21
1
viewing function code
Hi,
I want to view the code for the function confint in the stats package.
Typing just confint doesn't work. How can I view the code?
Thanks,
Walt
________________________
Walter R. Paczkowski, Ph.D.
Data Analytics Corp.
44 Hamilton Lane
Plainsboro, NJ 08536
________________________
(V) 609-936-8999
(F) 609-936-3733
walt at dataanalyticscorp.com
www.dataanalyticscorp.com
2009 Nov 13
4
processing log file
Dear all, I'm trying to process a log file which logs the date, the username and the computer number accessed. The table looks like this:
>table.users
Date UserName Machine
1 2008-11-25 John 641
2 2008-11-25 Clive 611
3 2008-11-25 Jeremy 641
4 2008-11-25 Walt 722
5 2008-11-25 Tony 645
6 2008-11-26 Tony 645
7 2008-11-26
2012 Jul 19
3
median comparison tests
Hi,
A client has a consumption measure on each of four products. The sample
size is 75. The consumption distributions are highly skewed for each
product. He would like a pairwise comparison test of the products, much
like Tukey's HSD but using medians rather than means. Is there such a
median comparison test in R?
Thanks,
Walt
________________________
Walter R. Paczkowski, Ph.D.
2003 Jul 17
1
Question on use of a username map file and security=domain interactions ?
Hi ....
I'm looking for thoughts/experiences when the following conditions are met ...
I have 2 users .... say Sam Smith and Jeff Smith
On UNIX (on the samba server) their logins are
Walt Smith = "smith"
Jeff Smith = "jsmith
On the NT DOMAIN side, their logins are
Walt Smith = "wsmith"
Jeff Smith = "smith"
In my smb.config file, I
2005 Mar 14
2
asterisk outbound to SIP provider problems
Hi
I am having alot of difficulty connecting to SIP providers (I am trying 3)
and can't seem to find anything similar in the wiki or on the lists.....I
can receive inbound calls fine however on placing an outbound call the
calling phone never gets 'connected' but 2 way audio is passed for about
20secs before some sort of timeout.
Anything suggestions as to what I could try
2011 Sep 28
1
using the system command
Hi,
I started playing around with a function for using StatTransfer (version
10) for importing data. This started as a simple task but it's not
working and so now I'm very frustrated. I'm using R version 2.13 on
Windows 7.
The function, called fn.importData, is:
function(file = NULL, type = NULL){
##
## create statTransfer command file -
2013 Jan 02
2
listing all test functions in base R
Hi,
Is there a way to create a list of all statistical test functions in
base R? For example, there's t.test, ks.test, chisq.test, etc. I'd
like to create a list of these test names because I keep looking for
different tests but never know what's available. I'm thinking of a
regular expression statement but I'm not sure how this would work for
functions. Or is there a
2011 Jun 21
1
Estimating choice models at the individual level
Hi,
I have a discrete choice model to estimate for a client that I
originally planned to estimate as an aggregate model using a clogit
routine. Now the client is asking for results for many segments of the
respondents which would mean, if I stayed with my original plan, I would
have to estimate a large number of models. I could certainly do this,
but I'm thinking that it would be
2003 Dec 20
2
BYEXTENSION and DBPut
Hey I need another pair of eyes on this!
I would like to add phones numbers to the blacklist from any handset so I
did this:
exten => _*66XXXXXXXXXX,1,StripMSD,3
exten => _XXXXXXXXXX,2,DBPut,blacklist/BYEXTENSION/1
exten => _XXXXXXXXXX,3,Hangup
However what I get in the database is:
/blacklist/BYEXTENSION : 1
And BYEXTENSION is not replaced with the actual number