Displaying 20 results from an estimated 1000 matches similar to: "[Bug 3246] New: Include directive doesn't support variable expansion"
2015 Mar 06
3
[Bug 2362] New: Please add a possibility to disable IdentityFiles
https://bugzilla.mindrot.org/show_bug.cgi?id=2362
Bug ID: 2362
Summary: Please add a possibility to disable IdentityFiles
Product: Portable OpenSSH
Version: 6.7p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs
2015 Sep 15
1
2.2.18 Regression: Incorrect STATUS response for virtual mailboxes
As shown below, adding a message to TRASH doesn't increase
virtual/test's MESSAGES count. However SELECTing virtual/test triggers
the increase; so does running `doveadm mailbox status vsize
virtual/test` in another shell.
$ mkdir -m0700 ~/mail/virtual/test
$ echo -e "TRASH\n\tall" > ~/mail/virtual/test/dovecot-virtual
$ /usr/lib/dovecot/imap
S: * PREAUTH [CAPABILITY
2015 Jan 16
0
[Bug 1777] KnownHostsCommand
https://bugzilla.mindrot.org/show_bug.cgi?id=1777
Guilhem <guilhem at fripost.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |guilhem at fripost.org
--
You are receiving this mail because:
You are watching the assignee of the bug.
2015 Jul 19
3
"NOTIFY SET (mailboxes INBOX (...))" crashes the IMAP client
Hi list,
The NOTIFY extension (RFC 5465) works fine for mailboxes in the "virtual/"
namespace, but it crashes the IMAP client when used with a mailbox in
the empty "" namespace:
~$ /usr/lib/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 ? NOTIFY SPECIAL-USE] Logged in as guilhem
a NAMESPACE
* NAMESPACE (("" "/")("virtual/"
2015 Jul 26
1
NOTIFY regression: 2.18 no longer notifies of events in INBOX
Here is an example with APPEND
$ /usr/lib/dovecot/imap
S1: * PREAUTH [CAPABILITY IMAP4rev1 ? MOVE NOTIFY SPECIAL-USE] Logged in as guilhem
C1: a1 NOTIFY SET (INBOXES (MessageNew MessageExpunge FlagChange))
S1: a1 OK NOTIFY completed (0.000 secs)
$ /usr/lib/dovecot/imap
S2: * PREAUTH [CAPABILITY IMAP4rev1 ? MOVE NOTIFY SPECIAL-USE] Logged in as guilhem
C2: a2 APPEND
2009 Jun 18
2
Hatched symbols
Hello,
I would like to build rectangles in a plot and use color and different type
of hatching for filling rectangles. I don't find the way to draw hatchings.
I'm thinking to build segment by segment inside each rectangle but I'm sure
that exists a better way to do that. I didn't find any documentation about
that.
> symbols(1,1,rectangles=cbind(1,1),bg="red", ...
2015 Jul 19
1
RFC 5465 (NOTIFY) violation: missing HIGHESTMODSEQ in initial STATUS responses
Quoting RFC 5465 (NOTIFY):
?If the NOTIFY command enables MessageNew, MessageExpunge,
AnnotationChange, or FlagChange notifications for a mailbox other
than the currently selected mailbox, and the client has specified
the STATUS indicator parameter, then the server MUST send a STATUS
response for that mailbox before NOTIFY's tagged OK. [?]
If either AnnotationChange or
2019 Nov 12
1
IMAP session hangs on 8k-long commands if COMPRESS=DEFLATE is enabled
Hi there,
Dovecot 2.3.7 appears to hang when the client sends a long command after
enabling the IMAP COMPRESS extension [RFC 4978]. PoC script attached
along with the doveconf(1) output.
Without COMPRESS=DEFLATE, and with the default ?imap_max_line_length?
value (64k) I'm able send commands up to 65539 bytes long (that's 3
bytes more than 2??, so maybe the leading tag and the trailing
2015 Nov 04
1
samba4 server member of a samba 3 domain
Hi,
I try to configure a samba 4.1.17 server member of a samba3.5.6 (ldap
backend ) domain.
i can mount the smb share on a windows client but i cant modify the acl.
this is the samba server logs:
create_canon_ace_lists: unable to map SID
S-1-5-21-856890099-1868262392-538272213-2012 to uid or gid
when i try to manually map SID to UID with wbinfo:
wbinfo -S
2006 Nov 06
4
Event listeners
Hi!
Your plugin is really great! Thanks.
One more little question.
Is it possible to add event listeners to the maps via your plugin?
greetings
/till
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/ym4r-user/attachments/20061106/6b1c6f4f/attachment.html
2015 Jul 26
0
"NOTIFY SET (mailboxes INBOX (...))" crashes the IMAP client
On Sun, 19 Jul 2015 at 19:21:16 +0200, Guilhem Moulin wrote:
> The "subtree" mailbox filter has the same problem, but the
> non-parameterized ones ("inboxes", "personal" and "subscribed") work
> fine.
Actually there are further problem with the INBOX namespace, to which I'm
subscribed:
$ /usr/lib/dovecot/imap
S1: * PREAUTH [CAPABILITY
2016 Aug 22
1
RFC 3501 violation in FETCH BODY responses
Hi there,
Quoting RFC 3501 sec. 7.4.2 ?FETCH Response? (data item BODYSTRUCTURE):
?A body type of type MESSAGE and subtype RFC822 contains,
immediately after the basic fields, the envelope structure, body
structure, and size in text lines of the encapsulated message.?
According the ABNF (RFC 3501 sec. 9) the envelope structure is that of
the ENVELOPE FETCH data item, and the
2011 Apr 10
1
[fdo] $XDG_CONFIG_HOME/vcsd/config.d vs $XDG_CONFIG_HOME/vcsd.d
Dear all,
I am wondering if there are any best practices when you need a
subdirectory in a program's config namespace. Basically, I have two
choices:
$XDG_CONFIG_HOME/vcsd/config.d
$XDG_CONFIG_HOME/vcsd.d
I think I am leaning towards the latter, but I would prefer going
after established best practices. FWIW, the latter option follows what
is done in /etc by most programs.
In case
2024 Jul 07
19
[Bug 3708] New: Tracking bug for OpenSSH 9.9
https://bugzilla.mindrot.org/show_bug.cgi?id=3708
Bug ID: 3708
Summary: Tracking bug for OpenSSH 9.9
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: All
Status: NEW
Keywords: meta
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
2006 Nov 02
2
Update map
Hi!
I''ve just started playing around with the ym4r-plugin and try to update a
map as explained in the README-example...
but nothing happens. I can update normal html.
Heres my baby-code:
class AdminController < ApplicationController
def index
@map = GMap.new("map_div")
@map.control_init(:large_map => true)
@map.center_zoom_init([59.91106, 10.72223],16)
2012 Apr 05
0
Chef Cookbook Tinc
Hello all,
I'm working with ??30 servers all connected by tinc. I do an
installation cookbook for tinc :
https://github.com/guilhem/tinc-cookbook
I have not release it for the moment (in the chef xommunity) because
I'm waiting for some comments by you (if I do all things right etc).
What my cookbook do :
* The main target is Ubuntu for the moment (I'm working only with it)
but it
2007 Oct 05
5
PostgreSQL, templates, and test databases
Hi everyone.
I''m having a bit of a problem with an application I''m currently
developing with Rails 1.2.3 and PostgreSQL, attempting to use test-first
development. Here''s the scenario:
* I have the usual three databases, with migrations. Testing has been
working beautifully.
* I need to store geographic data, so I add PostGIS to all three
databases (along with
2012 Feb 27
1
samba ldap domain member server with cifs and nfs
Hi samba lists,
we have a samba-ldap domain running on a debian squeeze (samba
3.5.6)server (pdc and bdc).
I try to configure a domain member server on an other debian squeeze
that will serve as cifs and nfs server.
My Debian server member use winbind (on ldap) for mapping the users
windows sid to the unix uid.
The users mapping is write in the the ldap directory :
ou=idmap,dc=exemple,dc=com
2019 Nov 12
0
RFC 5258 violation: incomplete response for "LIST ($OPT RECURSIVEMATCH) ..."
Hi there,
RFC 5258 (IMAP4 LIST command extensions) defines a ?RECURSIVEMATCH?
selection option which ?forces the server to return information about
parent mailboxes that don't match other selection options, but have some
submailboxes that do.? (Section 3.5 makes the requirement even clearer.)
However that's not what Dovecot 2.3.7 does. AFAICT no LIST response is
returned for mailboxes
2004 Nov 10
3
Copying Oracle data files
Can I copy an Oracle database by just copying that Oracle Database
datafiles and moving them to another server with oracle? If
possible can one back up a database using this same method.
=============================================================
PLEASE NOTE: The provider of this email service, http://www.jislaaik.com, does NOT tolerate Spam and Fraud! If you receive an unsolicited email or