From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38654 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: improvement -- imaps Date: Fri, 7 Sep 2001 09:53:49 +0200 (CEST) Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035174482 23624 80.91.224.250 (21 Oct 2002 04:28:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:02 +0000 (UTC) Cc: Return-Path: Return-Path: Original-Received: (qmail 22371 invoked from network); 7 Sep 2001 07:53:59 -0000 Original-Received: from lie.extundo.com (195.42.214.244) by gnus.org with SMTP; 7 Sep 2001 07:53:59 -0000 Original-Received: from localhost (jas@localhost) by lie.extundo.com (8.11.2/8.11.2) with ESMTP id f877rnj18040; Fri, 7 Sep 2001 09:53:49 +0200 X-Authentication-Warning: lie.extundo.com: jas owned process doing -bs Original-To: Amos Gouaux In-Reply-To: Original-Lines: 12 Xref: main.gmane.org gmane.emacs.gnus.general:38654 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38654 On Thu, 6 Sep 2001, Amos Gouaux wrote: > ;;; until openssl starts looking for /var/run/egd-pool on its own. > (setq imap-ssl-program > '("openssl s_client -rand /var/run/egd-pool -ssl3 -connect %s:%p")) > > The reason why I did this was to add the -rand option (this is on a > Solaris box without /dev/{random,urandom}). So I need to add the > -quiet option. Is that the reason for the hanging? Yes, I think so.