Displaying 15 results from an estimated 15 matches for "fripost".
Did you mean:
airpost
2021 Jan 02
6
[Bug 3246] New: Include directive doesn't support variable expansion
...Product: Portable OpenSSH
Version: 8.4p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: guilhem at fripost.org
Please consider expanding environment variables (feature request from
bug 3140) in the Include directive as well. This would allow one to
use:
Include ${XDG_CONFIG_HOME}/ssh/*.conf
(As of 8.4p1 the glob resolves ? as documented ? to
~/.ssh/${XDG_CONFIG_HOME}/ssh/*.conf.)
--
You are re...
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 th...
2015 Mar 06
3
[Bug 2362] New: 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 at mindrot.org
Reporter: guilhem at fripost.org
For various reasons [0] one might not want to give ssh(1) access to the
private key material, and force the use of the agent instead. However,
while it's currently possible to ignore the identities offered by the
agent, AFIK it's not possible to ignore identity files.
A way around is...
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
2013 Feb 27
2
Public free (libre) mailbox hosting service for everybody!
Hello e-mail software developers and users!
I'd like to ask all of you a question. And of course hear relevant
opinion.
I've been using free software happily for a few years, and I found
free/open source alternatives for many popular proprietary tools such as
Facebook, Dropbox, Micro$oft Windows & Office, Youtube, Skype and many
many others. Some of the alternatives are probably
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
2014 Feb 14
1
dsync in a cronjob to replace offlineimap
Hi list,
Replacing offlineimap with dsync for IMAP-to-IMAP synchronization (using
dovecot 2.1.7) is working great, but now that I upgraded to 2.2.9 I'd
like to take advantage of the incremental replication [1].
I don't think having a separate replicator process & notifications suits
my configuration, as I want to sync my server with my laptop which is
not always on or might be behind
2014 Jun 23
0
Wishlist: add a variable %{x509} expanding to the client cert in Dovecot-auth
Hi there,
As of Dovecot 2.2.9, it's possible to enable passwordless authentication
using client certificates [1]:
ssl_ca = </etc/ssl/ca.pem
ssl_verify_client_cert = yes
auth_ssl_username_from_cert = yes
(Password checking can be bypassed by returning the extra fields
?password= nopassword? in the passdb when the variable ?%k? expands to
"valid".)
However this
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
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
2019 May 25
0
Race condition in IMAP NOTIFY for events received NOTIFY_DELAY_MSECS apart
Hi there,
There seem to be a race condition in IMAP NOTIFY: when two events for
the SELECTED mailbox are received soon after one another, sometimes only
the first one is being reported to clients that enabled IMAP NOTIFY. On
closer look it seems like this is most often reproducible when the delay
between the two events is NOTIFY_DELAY_MSECS (500ms). This is with
2.3.4.1 from Debian sid.
$
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
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
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/"
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