On 17.7.2018 22:30, Erik Kangas, Ph.D. wrote:
For MIX no broken mailbox repair tool exists
Mark has made available mixrbld and mixdfix tools for fixing indexes and
message files.
Thanks, I has not been aware of it.
May be I will try MIX in the future.
On 17.7.2018 22:46, Tim Mooney wrote:
On 17.7.2018 20:56, David B Funk wrote:
Not to mention, for years Mark Crispin adamantly opposed anything
greater than 32 bit code (for portability sake). So there may still be
dark corners of the UW/Panda IMAP code that will break on a 64 bit system.
According my experience, it's more stable
GLEN HERRMANNSFELDT wrote on 17. 7. 2018 3:35:
Many C implementations using 32 bit int have a 2G
file size limit. This happens even if there are
no fseek() calls.
Moreover, even on those systems having larger int, there's an issue
somewhere in the common part of code. Sometime, about 128 byte
Andrew Daviel wrote:
I have panda-imap running on CentOS 7 with xinetd.
We wanted to implement it using a systemd service instead
The server appears to work on port 143 with STARTTLS (or notls)
But on port 993 it responds with plaintext.
Well, I have no experience with Panda, but I assume th
Neal Horman wrote:
I've been looking at Dan Luke's revised SSL options patch.
It includes support for ECDH and flexible support for sourcing
the DH params from disk.
Dan, have you done more testing ?
No, I just deployed it on production server instead ;-)
But chang
David B Funk wrote:
sslProtocols = cpystr("ALL -SSLv2 -SSLv3"); /* default protocols */
sslCipherList = cpystr("ALL:!SSLv2:!ADH:!EXP:!LOW:!MD5:@STRENGTH"); /*
default cipher list */
I tweaked the defaults, although I didn't followed your's suggestion
exactly (ALL:!LOW:!ADH:!aDSS:!EXP:!MD5:@ST
Neal Horman wrote:
I have already applied the "ssl cipher and protocol options patch" from
http://www.freebsd.cz/~dan/patch-DAN-SETSSLCIPHER to my panda fork at
I'm the author of such patch.
It implements the
set ssl-cipher-list
set ssl-protocols
options (with same syntax as Apache's dire
Erik Kangas, Ph.D. wrote:
Has anyone found a way to get the Diffie Hellman TLS v1.2 ciphers (e.g.
DHE-RSA-AES256-GCM-SHA384) to work with UW IMAP / Panda IMAP?
In order to perform a DH key exchange the server must use a DH group (DH
parameters) and generate a DH key.
UW IMAP neither generate
On 10/15/14 22:40, David Severance:
Panda Imap was the continuation of UW-Imap after Mark and everyone else was
shown the door at UW. It's pretty much UW-Imap with patches and enhancements.
Every single user of UW-Imap should seriously consider upgrading to it.
I considered it, but I found no r
On 10/15/14 21:32, Jimmy Dorff:
Is this possible to disable SSLv3 and only accept imaps using TLS?
I created custom source patch for osdep/unix/ssl_unix.c
Such patch allow me to write something like
set ssl-protocols -ALL +TLSv1
set ssl-cipher-list HIGH:!ADH:!EXPORT56:!SSLv2
into c-client.
On 10/15/14 20:44, Jimmy Dorff:
Is this possible to disable SSLv3 and only accept imaps using TLS?
As far as I know, no. But I created custom source patch for
osdep/unix/ssl_unix.c
Such patch allow me to write something like
set ssl-protocols -ALL +TLSv1
set ssl-cipher-list HIGH:!ADH:!EXPORT5
On Mon, 6 Apr 2009, David Houlder wrote:
I don't think longjmp() is async signal safe.
You need to specify environment we are talking about. IEEE Std 1003.1
declare:
As it bypasses the usual function call and return mechanisms, longjmp()
shall execute correctly in contexts
Manoj M napsal/wrote, On 11/05/08 06:39:
One more question.
Anything similar to this php function imap_rfc822_parse_headers?
Is there any documentation that I can refer for these type questions?
Question of type "which C-API function is used for implementation of a
PHP function" ?
The best
On Sat, 20 Sep 2008, Mark Crispin wrote:
Yes, sendmail does case-independent matching, but it's proprietary
extension. No program shall follow them, unless it's written specifically for
sendmail.
Please do not attempt to instruct me about the design of email. I have
been one of the designers
On Fri, 19 Sep 2008, Mark Crispin wrote:
speaking of features that cause problems, the feature of uw-imap that will
let users login as User or USER or user bites me on a regular basis. we
use squirrelmail and have some plugins that do vacation/procmail setup and
it uses ftp to do that, so if t
Mark Crispin napsal/wrote, On 09/07/08 19:42:
The whole point of RO access, and the EXAMINE command, is to "make no changes".
Snarfing is a change.
But not on behalf of the EXAMINE command. The snarf will not run
"because EXAMINE issued" but "because there is new mail in
/var/mail/<...> and
I have small problem with "snarf" functionality of mbx driver
In the fact, there are 5 messages in MBX ~/INBOX and one in
/var/mail/
The STATUS command is based on results of mbx_status() function which
count messages in both ~/INBOX and /var/mail/... mailboxes.
The NOOP do nothing, because t
I have small problem with "snarf" functionality of mbx driver of
c-client. The IMAP client (Horde, here) issue the following sequence of
commands:
>>> STATUS INBOX (MESSAGES RECENT UNSEEN UIDNEXT UIDVALIDITY)
<<< STATUS INBOX (MESSAGES 6 RECENT 0 UNSEEN 6 UIDNEXT 16 UIDVALIDITY
1212640213)
18 matches
Mail list logo