Displaying 20 results from an estimated 7000 matches similar to: "passphrases"
2016 Oct 29
2
-e escape rule
> Yeah, it only does space-splitting and that's all it will ever do. It still looks to me like there is a bug in the original escaping, since any command receiving that string is receiving a backslash that is not supposed to be there. It should only be escaping the string enough to get it to rsync, not trying to guess what rsync is going to do with it after it gets it.
I'm not
2006 Feb 01
3
inserting one backslash
Hello, I am not very familiar with regular expressions and escaping. I
need to replace the %-signs in a character vector with elements as
"income 0%-33%# to be replaced by "income 0\%-33\%" (for later use in
LaTeX). Using
gsub("%","\\%","income 0%-33%")
does not give the desired result. However, gsub("%","\\\\%","income
2016 Oct 29
2
-e escape rule
> The point is that the original escaping DOUBLE escapes an equals sign:
> foo\\\=bar
> It shouldn't, there's no reason to.
If you paste into your command line:
rsync -e ssh\ -l\ backup\ -i\ /etc/synco/id_rsa\ -o\
ConnectTimeout\\\=60\ -o\ BatchMode\\\=yes
The list of arguments would be (i.e. the values in ARGV):
['rsync', '-e', 'ssh -l backup -i
2010 Jul 19
1
namespaces
Hello, i have an issue with vpopmail, this created a sub folder named "0"
and all the new users created inside this folder into the domain folder.
Weel i don understand why vpopmail do that, but i want to know if the option
in dovecot.conf namespaces i can make it to search the Maildir in both
directories. name domain/user & name domain/0/name user.
CAn you help me???
Any options.
2011 Feb 26
1
How do I use a username/password plain text file as authentication backend?
I only have a single user (with multiple mail addresses) and I don't
want to expose local users (no pam or /etc/passwd). Using a SQL
database seems like overkill to me. So why not just a plain text file?
Well, I've read http://wiki2.dovecot.org/PasswordDatabase/Static and
related wiki pages, but I just can't find a clear answer. I certainly
don't want to allow "any user"
2013 Jun 19
1
Pound Sign # in password
Is there any way to use a pound sign # in my postfix user password in the
dovecot sql configuration file.
2006 Jun 25
1
escaping in sqlite
Hi Timo&all,
a recent change in the sql drivers introduced escaping, but sqlite is a
different in this aspect: You cannot escape with a backslash, the only
character that needs escaping is the quoting character itself (by
doubling it, as the SQL standard says). As the escaping function does
not know which quote character is used, one should only use the single
tick ' (again, as the SQL
2005 Mar 04
3
PXE(bis) boot Centos 4.0 problems
"AS" == Alan Sparks <asparks@quris.com>
"MH" == Martin Hamant <mh@accelance.fr>
AS> Has anyone yet tried PXE booting the vmlinuz/initrd.img
AS> set from Centos 4.0beta2?
AS> Anyone had luck? Any changes for PXE boots known for 4.0?
AS> Thanks in advance.
MH> No luck. this is exactly the same issue i''m in front of.
2006 Dec 30
4
Escaping inside code blocks?
I am doing unit-tests for Maruku and every once in a while I run into
some doubts.
I am posting a lot to the list, but all of these messages should be
in-topic (tell me if not).
Consider the input:
---
`There is a literal backtick (\`) here.`
`There is a literal backtick (\\`) here.`
``There is a literal backtick (`) here.``
---
The documentation says that line 2 and 3 are equivalent.
2016 Oct 29
3
-e escape rule
On Fri, Oct 28, 2016 at 5:39 AM, Samuel Williams <
space.ship.traveller at gmail.com> wrote:
> Rsync passed the backslashes through without dealing with them.
>
Yeah, it only does space-splitting and that's all it will ever do. It still
looks to me like there is a bug in the original escaping, since any command
receiving that string is receiving a backslash that is not supposed
2010 Jun 30
1
backslash escape characters in JSON strings
Hi,
I am trying to consume a web service that returns a JSON string, however,
when I run
> fromJSON(s)
Error: '\/' is an unrecognized escape in character string starting "http:\/"
because the string s contains a single backslash, which is the JSON escape
character, but R expects 2 backslashes, I think.
Is there anyway to preprocess the JSON string returned from the web
2009 Oct 11
1
(no subject)
Using Postfix with Virtual Users/Virtual Domains, I have configured
it with a wild card entry; i.e., "*.mydomain.com"
This works fine in Postfix; however, using Dovecot for delivery is
causing the message to bounce since Dovecot does not have an entry in
the "user passwd" or "userdb" file. I want to store the catch-all
addresses in a separate mailbox. Can I use sieve
2009 Sep 30
1
Convert to DBox
I am thinking of trying out dbox format. I am currently using maildir.
Is it possible for me to switch just one user account to dbox while
keeping all of my other users on maildir? If so, how would I go about
doing that?
Here is a copy of my dovecot -n:
# 1.2.5: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.30-1-amd64 x86_64 Debian squeeze/sid ext3
base_dir: /var/run/dovecot/
protocols: imap
2014 Jan 13
1
Couldn't drop privileges
Hi All,
I have configured the dovecot from sources based on the instructions in the
following link.
http://wiki2.dovecot.org/CompilingSource
Tried to test the installation:
1. Started dovecot successfully.
2. Failed to Login command with an error.
-Lenovo-G500s:~$ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1
2016 Oct 30
2
-e escape rule
> assuming that a shell is being used is invalid
I never made this assumption. I looked directly at the source code and
I stated that "I feel that this function should also handle backslash
escapes."
I think the assumption that splitting the command works the same way
as (all?) major shells, is not inappropriate given the circumstances,
and it seems like you agree.
> but
2016 Oct 20
5
-e escape rule
Hello,
I'm using Ruby's Shellwords module, which generates a string from an
array, suitable for shell evaluation.
Ruby's implementation prefers escaping whitespace with a backslash
rather than quotes. However, this appears to cause some kind of issue
in Rsync when it computes argv from -e option.
Here is an example command generated by some Ruby code:
rsync --archive --stats -e
2008 Nov 06
2
Two minor escaping issues using \preformatted{....} in Rd format
Hi r-devels,
I have two minor problems with special characters in Rd files when
used within a \preformatted{} markup command:
------------------------------------------------------
1. issue: backslash + single brace
------------------------------------------------------
I would like to write "\\\}" to produce \} on output (documenting
the need to escape the brace once again before
2005 Mar 30
2
editing gnome menu
Is there any easy way to edit the gnome menu under CentOS 4?
The same versions of gnome under different distros allow easy (to
different degrees) of menu editing.
2004 Dec 06
4
confession
Gang,
I've got to admit, what really sold me on debian was apt-get. And
I've been resisting getting up to speed with yum. So, can any of ya
point me to a good starter page, maybe one with migrators like me in
mind? Many thanks.
--
Robert Thomas ("beau") Hayes Link
Open your heart, pray for peace, preach healing
(c)2004ISR http://www.semanticrestructuring.com/
2009 Aug 11
1
Awkward escaping with five backslashes within \code{ } in new parse_Rd
Hi R-devels,
I noticed that you are working quite actively on the new Rd-parser
and have made it the default renderer in R-2.10.0dev. So I would
like to come back on an issue I have already raised on this list
last November
("Two minor escaping issues using \preformatted{....} in Rd format")
My setting has slightly changed as \preformatted, AFAICS is not
supported within \describe