From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21688 invoked from network); 2 May 2022 21:06:27 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 2 May 2022 21:06:27 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nldFS-001QtW-7B for ml@inbox.vuxu.org; Mon, 02 May 2022 16:06:26 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1nldFR-0088fE-7x for ml@inbox.vuxu.org; Mon, 02 May 2022 16:06:25 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1njoXB-007yMK-2r for ding@lists.math.uh.edu; Wed, 27 Apr 2022 15:45:13 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1njoX8-00FKz5-Ll for ding@lists.math.uh.edu; Wed, 27 Apr 2022 15:45:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=QzRkZKuasWCkLxoOHN65VPtF2bHrdAJ/tfMGTSWVAYQ=; b=RJ7+tJoyQzBK2kVWg6Ca7EmW9b +4H6qYHUBrf59CeP+aFyeFo+t9LnrUsfd2Eo2ErztrMfO1z+74gAkdcCyAJ2R1YQGNOKYjt6/UKmW dr6eaMryf5iFCqHiRFz1eEI0w9txWkWVQ7aKFLKLAxfst8cNvosR6XrTasoTjd4Lsf4k=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1njoX2-0000wZ-3G for ding@gnus.org; Wed, 27 Apr 2022 22:45:06 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1njoWz-0001Xc-W3 for ding@gnus.org; Wed, 27 Apr 2022 22:45:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Emanuel Berg Subject: Re: set up Gnus to work with a remote system mailserver (with Dovecot?) Date: Wed, 27 Apr 2022 22:27:49 +0200 Message-ID: <87a6c62rwa.fsf@dataswamp.org> References: <87fsmp1yk9.fsf@zoho.eu> <87h7757hb8.fsf@penguin> <87v8vlzj2z.fsf@zoho.eu> <87pmlts5bb.fsf@igel.home> <87ee29z57n.fsf@zoho.eu> <874k35z4zj.fsf@zoho.eu> <87o81dxpqm.fsf@zoho.eu> <87h7712m8m.fsf@penguin> <87mtgtqdx1.fsf@zoho.eu> <87ee24xouq.fsf@penguin> <877d7urgbq.fsf@zoho.eu> <87a6cgock7.fsf@zoho.eu> <874k2oobpp.fsf@zoho.eu> <87wnfi1sqk.fsf@zoho.eu> <87k0ba2sh9.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:yMbbJAYlv0mIxky3emW0vzKl4tU= Mail-Copies-To: never List-ID: Precedence: bulk > With `smtpmail-smtp-server' "localhost" and > `smtpmail-smtp-service' 2525, and this command > > and this command > > ssh -N -L 127.0.0.1:2525:127.0.0.1:25 dataswamp.org > > it says > > network-stream-open-starttls: Wrong type argument: processp, nil > > Anyone knows what that means? Indeed, no TLS needed, if one sets that to nil it works. Which is the default BTW :) (setq smtpmail-smtp-server "localhost" smtpmail-smtp-service 2525 smtpmail-stream-type nil user-mail-address (format "%s@%s" user-login-name "dataswamp.org") ) -- underground experts united https://dataswamp.org/~incal