bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Yay, Sergey!


From: Chris Hall
Subject: [bug-mailutils] Yay, Sergey!
Date: Tue, 05 Jun 2012 22:16:21 -1000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Hi, Sergey,

Woot! Good work!

BTW, I appreciate your explaining how imap4d was designed to run -- very
interesting and useful design, it appeals to me.

New imap4d:

# /usr/local/sbin/imap4d --version
imap4d (GNU Mailutils) 2.99.97
Copyright (C) 2010 Free Software Foundation, inc.

>From my laptop mu imap v2.99.96 (suhweet!) client now we see (since I
also had to discover we needed $SYSCONFDIR/cram-md5.pwd and SIGALRM to
gnutls-cli):

~$ mu imap
imap> connect workingdroid.com
imap> starttls
imap> login chris
Password:
imap> examine inbox
Flags defined: \Answered \Flagged \Deleted \Draft \Seen
Flags permanent:
Total messages: 106
Recent messages: 1
First unseen message: 2
Next UID: 416
UID validity: 1338263223
imap> logout
mu: server is closing connection: Session terminating.
imap>

And mail.log:
Jun  6 08:03:58 kaikala imap4d[7943]: user `chris' logged in (source:
system)
Jun  6 08:04:36 kaikala imap4d[7943]: session terminating for user: chris
Jun  6 08:04:36 kaikala imap4d[7797]: process 7943 finished with code 0
(Normal termination)

>From gnutls-cli (same version as before):
:~$ gnutls-cli --insecure --port 143 --starttls workingdroid.com
Resolving 'workingdroid.com'...
Connecting to '206.217.130.140:143'...

- Simple Client Mode:

* OK IMAP4rev1
. STARTTLS
. OK STARTTLS Begin TLS negotiation
*** Starting TLS handshake
- Successfully sent 0 certificate(s) to server.
- Server has requested a certificate.
- Certificate type: X.509
 - Got a certificate list of 1 certificates.
 - Certificate[0] info:
  - subject `C=US,ST=Hawaii,L=Aloha,O=NaiaSoft\,
LLC,OU=HQ,CN=mail.workingdroid.com,address@hidden',
issuer `C=US,ST=Hawaii,L=Aloha,O=NaiaSoft\,
LLC,OU=HQ,CN=mail.workingdroid.com,address@hidden',
RSA key 2048 bits, signed using RSA-SHA1, activated `2012-06-01 18:45:12
UTC', expires `2015-06-01 18:45:12 UTC', SHA-1 fingerprint
`a5c38b7d7a23f1f20a2f73bd68f4742e0496d7e3'
- The hostname in the certificate does NOT match 'workingdroid.com'
- Peer's certificate issuer is unknown
- Peer's certificate is NOT trusted
- Version: TLS1.1
- Key Exchange: RSA
- Cipher: AES-128-CBC
- MAC: SHA1
- Compression: NULL
. CAPABILITY
* CAPABILITY IMAP4rev1 NAMESPACE ID IDLE LITERAL+ UNSELECT
AUTH=ANONYMOUS AUTH=EXTERNAL AUTH=LOGIN AUTH=PLAIN AUTH=SECURID
AUTH=DIGEST-MD5 AUTH=CRAM-MD5 AUTH=SCRAM-SHA-1
. OK CAPABILITY Completed

Also, in /usr/local/share/guile/site/2.0/mailutils/

(define mu-libs (list (cons "libmailutils"     "libmailutils")
                      (cons "libmu_auth"       "libmu_auth")
                      (cons "libproto/mbox"    "libmu_mbox")

 
 
                      (cons "libproto/imap"    "libmu_imap")))

So double yay!

Now, there was, however, one little thing in the new testsuite: comsatd
tried to test MH and Maildir, I think, which I disabled at configuration
time.

## --------------------------------- ##
## GNU Mailutils 2.99.97 test suite. ##
## --------------------------------- ##
  1: comsatd version                                 ok
  2: comsatd: default commands                       ok
  3: comsatd: non-zero qid                           ok
  4: comsatd: maildir qid                            FAILED
(testsuite.at:96)
  5: comsatd: MH qid                                 FAILED
(testsuite.at:120)
  6: comsatd: beep command                           ok
  7: comsatd: exec command                           ok

Oh well, software is _never_ done, it seems like, eh?

Once again, Good work, Sergey!  Thanks!

Sincerely,

Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]