modified: journal.rst

This commit is contained in:
Russell Ballestrini 2022-05-26 18:03:42 -04:00
parent bd586ff02e
commit aabcc6e13b

View file

@ -246,3 +246,22 @@ and the content page may autoplay and similar to a tube site.
Leads the way to building in comments & community. Leads the way to building in comments & community.
main difference is the metadata on the object store needs to allow "inline" streaming instead of "attachment". main difference is the metadata on the object store needs to allow "inline" streaming instead of "attachment".
Thu May 26 05:54:53 PM EDT 2022
==================================
ok I got dkim working with the new ed25519 signature_algorithm but for some reason pynacl which is needed for this routine isn't being installed even though I am calling it outright in requirements.txt ...
very strange, anyways I installed the package hot on memopoly.com so I'm ahead of myself seeing as the root cause of the dependency error is not fix, but SMTP is being DKIM signed & shipping to external relays!
That said, google complains & bounces an SMTP message back as follows:
.. code_block::
May 26 17:18:14 memopoly.com postfix/smtp[287516]: 3E557206A4: to=<russell@example.com>, relay=gmail-smtp-in.l.google.com[2607:f8b0:4002:c09::1a]:25, delay=0.5, delays=0.01/0.01/0.04/0.43, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[2607:f8b0:4002:c09::1a] said: 550-5.7.1 [2600:3c02::f03c:93ff:fe59:c935] Our system has detected that this 550-5.7.1 message does not meet IPv6 sending guidelines regarding PTR records 550-5.7.1 and authentication. Please review 550-5.7.1 https://support.google.com/mail/?p=IPv6AuthError for more information 550 5.7.1 . n184-20020a8172c1000000b002fe9ac76197si316115ywc.122 - gsmtp (in reply to end of DATA command))
May 26 17:18:14 memopoly.com postfix/smtp[287516]: B9783216C9: to=<no-reply@www.memopoly.com>, relay=none, delay=0.07, delays=0/0/0.07/0, dsn=5.4.6, status=bounced (mail for www.memopoly.com loops back to myself)
May 26 17:18:14 memopoly.com postfix/qmgr[224579]: B9783216C9: removed
^C
I am likely missing the SPF records so I'll add those next. As for pynacl not installing, I'm stumped...