From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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=DATE_IN_PAST_03_06, DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,DKIM_VALID,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HK_RANDOM_FROM,HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS autolearn=no autolearn_force=no version=3.4.4 Received: from txout-a4-smtp.messagingengine.com (txout-a4-smtp.messagingengine.com [103.168.172.227]) by inbox.vuxu.org (Postfix) with ESMTP id 3CAE224E35 for ; Mon, 29 Dec 2025 14:03:47 +0100 (CET) Received: from localhost.localdomain (phl-topicbox-02.internal [10.202.2.220]) by mailtxout.phl.internal (Postfix) with ESMTP id 4FEAD1C0109 for ; Mon, 29 Dec 2025 08:03:46 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=from:to :message-id:date:mime-version:content-type :content-transfer-encoding:list-help:list-id:list-post :list-subscribe:reply-to:subject:list-unsubscribe; s=dkim-1; t= 1767013426; x=1767099826; bh=RoCnGVdN2UhyMHJndpfErx2Td3tZt4P8n8D beQBFX6I=; b=BQaONpRKugV2hIjDBUem6T0h49b/T9cSPDEnzzv4J6Kcm5px0o2 z2SD69PmurE3hH3AQVnHOV4kObHFuAIaePOPvb68+0eoyWu2sK/vxtymOJsR+N18 6mplzip8k7ZjsQxgCncoR/D+rTRUHGC+/lDkPRFrZQu9G6YT8L1N0wD0= From: hahahahacker2009 To: 9fans <9fans@9fans.net> Message-Id: <17669933320.dB65D69E.36637@composer.9fans.topicbox.com> Date: Mon, 29 Dec 2025 02:28:52 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=17669933321.Db18b3.36637 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: moderate: sender is a member; group holds all messages Topicbox-Message-UUID: 06ceb0de-e488-11f0-b512-c776bcbe396d Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UMjY4OWNmNDdjNDA4Y2NiZC1NYjc3YTE2YTZjZjYxYzdhZjZiNGE1?= =?UTF-8?B?NTk2Pg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] can't login to imap List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:Mb77a16a6cf61c7af6b4a5596:1:pt6Yp2w7mSspGKnK0BK7r5r3r2c89oHqBi4NPVu9Yd8 --17669933321.Db18b3.36637 Date: Mon, 29 Dec 2025 02:28:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Anyone having an imap server on plan 9 4th edition these days? I have added a inferno/pop secret using auth/changeuser.=20 upas/fs -f /imaps/server/someone reports BAD LOGIN BAD SYNTAX. I can connect with thunderbird, using ssl/tls and ``encrypted password'', b= ut gmail on android says incorrect username/password. I also tried pop3 with upas, upas/fs -f /pops/server/someone says "-ERR no = tls credentials". This is my tcp993: #!/bin/rc exec tlssrv -c/sys/lib/tls/fullchain.pem -limap4d -r`{cat $3/remote} /bin/i= p/imap4d -p -r`{cat $3/remote} >[2]/sys/log/imap4d By the way, is it possible to use smtpd over tlssrv (port 465 - ssmtp)? My = tcp465 is the same as tcp993 below, except that it launch upas/smtpd. Conne= cting with tlsclient report the error record message too long (while tlscli= ent to port 993 works as expected). ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T2689cf47c408ccbd-Mb77a1= 6a6cf61c7af6b4a5596 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --17669933321.Db18b3.36637 Date: Mon, 29 Dec 2025 02:28:52 -0500 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Anyone having an imap server on plan 9 4th edi= tion these days?
I have added a inferno/pop secret using au= th/changeuser.
upas/fs -f /imaps/server/someone
reports BAD LOGIN BAD SYNTAX.

I can = connect with thunderbird, using ssl/tls and ``encrypted password'',= but gmail on android says incorrect username/password.
I also tried pop3 with upas, upas/fs -f /pops/server/someone = says "-ERR no tls credentials".

This i= s my tcp993:

#!/bin/rc

exec tlssrv -c/sys/lib/tls/fullchain.pem -limap4d -r`{cat $3/remote= } /bin/ip/imap4d -p -r`{cat $3/remote} >[2]/sys/log/imap4d

By the way, is it possible to use smtpd over tlssrv (po= rt 465 - ssmtp)? My tcp465 is the same as tcp993 below, except that it laun= ch upas/smtpd. Connecting with tlsclient report the error record message to= o long (while tlsclient to port 993 works as expected).
= --17669933321.Db18b3.36637--