From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E139B1F5A0; Mon, 6 Feb 2023 06:04:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1675663453; bh=XzBPnqjWd4dTFnn1360OTzWNkzp3FkCd9+UGAg37ANs=; h=Date:From:To:Subject:References:In-Reply-To:From; b=MLFwB3me/YOLpq8ds4UzpYYsVubSti/zDhPEsuaFbrUEyAIooXXwgTtx9/3pfVYPI XY63zMyT8A2mBfpN34+iVVMxT3tAGo9lueCLLWbY5FM39pQ4I393M6QAcuEW74PM7M UEgf8rZxA20c++eKuDJlUKaYZuwuEyUpB+ev2Atg= Date: Mon, 6 Feb 2023 06:03:38 +0000 From: Eric Wong To: meta@public-inbox.org Subject: POP3 adoption (was: [PATCH 1/2] doc|www: flesh out POP3 documentation for servers) and users Message-ID: <20230206060338.M551984@dcvr> References: <20220729204104.8563-1-e@80x24.org> <20220729204104.8563-2-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220729204104.8563-2-e@80x24.org> List-Id: Eric Wong wrote: > +++ b/lib/PublicInbox/WwwText.pm > +The password is: anonymous > +The username is: \$(uuidgen)\@$ctx->{ibx}->{newsgroup} > +where \$(uuidgen) in the output of the `uuidgen' command on your system. > +The UUID in the username functions as a private cookie (don't share it). > +Idle accounts will expire periodically. I just checked my POP3 instance on public-inbox.org; and not a single user has used it. I guess POP3 really is unpopular :<