From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from libre-riscv.org (libre-riscv.org [IPv6:2a00:1098:82:f::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9F4C91F619 for ; Wed, 18 Mar 2020 07:29:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=libre-riscv.org; s=201607131; h=Date:From:Message-Id:Subject:To:Sender: Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Zmux34ulsPh7nZXxZ/YTXVNm2BhZjMwYDrhAcO7WQ8E=; b=n82zMLden27MXmRQC6YtvUiWMc f1VV0oPZe8lEFdof7VqOFV7a3l5kJ4Cv/9NM2Noekgl0a4daQCuRRzo4lB9OGxLwvphzSLzNuymO4 H5PJskJRTb8g22XOCy1vbQvB2WX0F+0eRPkvU9g7dCfgbWSSFPMNPa3M8ZN9v5LCNTJs=; Received: from lkcl by libre-riscv.org with local (Exim 4.89) (envelope-from ) id 1jET9B-0002Vc-1x for meta@public-inbox.org; Wed, 18 Mar 2020 07:29:49 +0000 To: Subject: up and running, integrated with exim4 mta X-Mailer: mail (GNU Mailutils 3.1.1) Message-Id: From: lkcl Date: Wed, 18 Mar 2020 07:29:49 +0000 List-Id: hi eric we have things running, hooray, i thought you might appreciate it is a little different http://inbox.libre-riscv.org/libre-riscv-dev/new.html http://bugs.libre-riscv.org/show_bug.cgi?id=181 here are attachments for *direct* integration into exim4. rather than store in Maildir we have a use subscribed to the mailman2 list, where in the exim4 configs we specifically look out for that user and run a pipe to public-inbox-mda a section to disable spam and also adding the listid to the config is critical otherwise public-inbox-mda fails silently. regarding the httpd it was a nuisance to set up as there was no error reporting. i tracked down in the exammples how to add 3 lines to do logging, this really should be there by default at least commented out. also being able to specify the URL for git repos would be handy because we already run gitweb and git-daemon, the URL is different ane would need source hacking to specify an alternative. with the exim4 integration we do not need the cron job. also i set p a sysvinit darmon argh no editing using console mail program sorry set up a sysvinit daemon to start httpd, no god no way i let systemd run. will send that example based on start-stop-daemon later. very much aporeciated even the existence of pbi as it is one of the last pieces which allows our project to be entirely offline developed via git backed storage. l.