> On Jun 18, 2022, at 18:11, Chris Moore <moore.christopher515(a)gmail.com> wrote:
>
> Hey Mark!
>
> If it makes it easier for the foundation, I can get the host together myself (paying for w/e architecture) and get a proof of concept out for the board to review prior to attaching any kind of DNS record.
Not necessary for you to get the host yourself.
Sorry to have been a little recalcitrant over the last week, but I have just started a new job with <https://status.im> which has been occupying my time.
Erik Hülsmann, a CLF board member, rents <https://hetzner.de/> instances for his CRM company which he essentially donates to the CLF at less than costs, so spinning up a host is no problem.
We have standardized on Debian over Ubuntu as it makes the licensing situation clearer when we need a “special case”. Is there any reason you couldn’t install Discourse in the manner you wish under Debian?
>
> This includes me setting up whatever mail server, getting our daily backups together, and adding necessary plugins (GitHub/Gmail OAuth).
If necessary, we would federate the `USER(a)common-lisp.net` domain. Currently we are running exim as the main MTA due to legacy concerns with mailman2 databases, but we wish to transition to a toplevel `postfix` that will work with the legacy `exim` for the `mailman2` app.
>
> I apologize for trying to rush this - I've got a lot of free time currently due to a lull in work going on at my current company. So I and the dev team are currently not doing much. I want to take advantage of the time while I can.
Cool. Let’s take advantage of it.
>
> Let me know and I'll get this out the door ASAP.
Can you please provide me with the public half of a contemporary-strength SSH keypair. We’ll set up a host, and communicate root@HOST via ip4/6 under separate cover.
yours,
Mark
P.S. if you wanna find me online, let’s figure out a Discord rendezvous. I’m <discord:347061732705042435> aka <discord:easye#8466>.
--
"A screaming comes across the sky. It has happened before but there is nothing
to compare to it now."
Hi Philipp,
On Tue, Aug 27, 2024 at 8:16 AM Philipp Marek <philipp(a)marek.priv.at> wrote:
> > Does this affect anybody on this mailing list? Any comments with
> > respect to the stricter policy?
>
> - Thanks for the hard work
>
> - My biggest worry is about notifications and error messages to admin@
> not arriving
>
You mean because of the fact that more mails might classified as SPAM on
our host?
If that's your worry, I can say that that's not the impact of this setting:
the "quarantine" value is read from DNS by hosts processing mail claiming
to originate from the @common-lisp.net domain. These processors establish
the authenticity of the mail through SPF and DKIM. If the authenticity test
fails, the current setting ("none") has no effect on mail delivery. The
proposed value ("quarantine") does have effect on mail delivery: the value
requests to separate from the regular mail flow. Most mail providers do
this by sending those mails straight to SPAM.
Either way, we will receive reports from the big mail processing companies
(fastmail, zoho, microsoft, google, ...) describing what they did with mail
flow coming from @common-lisp.net. There are applications to process these
mails to have (visual) integrated reports; we don't have that software in
place at the moment. It would be nice to process the individual reports
into a visualization like that. Maybe that's something someone else can
work on.
--
Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
Hi,
Since a few weeks now, we're running DMARC for the mailing lists. So far,
we've run with the loosest policy possible ("none"). The other options are
"quarantine" and "reject".
I'm thinking we'll want mail sent using our domain (common-lisp.net),
failing the DMARC checks (failing SPF and/or DKIM), to be quarantined
(moved to SPAM) at the very least. I noticed that fastmail is using an even
stricter policy ("reject"), but moving straight from "none" to "reject"
seems too much (because "reject" prevents delivery; not just moving to
SPAM).
This will affect everybody using an @common-lisp.net mail address with
their own mail server.
Does this affect anybody on this mailing list? Any comments with respect to
the stricter policy?
Regards,
Erik.
Hi all,
Finally, I've been able to configure outgoing mail on common-lisp.net using
TLS on outbound connections. As it turns out, I had to resort to ACLs
(setfacl/getfacl) to assign Exim's primary group (Debian-exim) read access
to /etc/letsencrypt/{live,archive}. For some reason, being granted read
access through the secondary group, doesn't work for Exim and leads to
"Error reading file" messages in the logs.
On my test messages, GMail now reports that common-lisp.net used encryption
to send the mails.)
(Consider this mail to be a test-case for mails sent through the mailing
list software.)
Regards,
--
Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
Hi,
Since a few weeks now, we're running DMARC for the mailing lists. So
far, we've run with the loosest policy possible ("none"). The other
options are "quarantine" and "reject". This will affect everybody using
an @common-lisp.net domain for their mail while sending these mails from
their own service provider rather than injecting via common-lisp.net.
I'm thinking we'll want mail sent using our domain, failing the DMARC
checks, to be quarantined (moved to SPAM) at the very least. I noticed
that fastmail is using an even stricter policy ("reject").
Is it time to increase the barriers on (ab)using our domain? Will this
impact anybody on this list?
Regards,
Erik.