-
### Terraform Core Version
1.3.2
### AWS Provider Version
4.35.0
### Affected Resource(s)
```
resource "aws_acm_certificate" "main" {
domain_name = var.acm_certificate_subdomain_name !=…
-
### Welcome
- [X] Yes, I've searched similar issues on GitHub and didn't find any.
- [X] Yes, the DNS provider exposes a public API.
- [X] Yes, I know that the lego maintainers don't have an account …
-
Hi @stephen-cox
There's been a report of emails from @localgovdrupal.org ending up being flagged as potential phishing or spam.
I think we have the right SPF records, but a quick check on
!…
-
**RainLoop version, Nextcloud 7.1.0, LNX**
**Expected behavior and actual behavior:**
Expected: A user can use only agreed/confirmed identities.
Actual: Any user can set any identity without …
-
Voici en vrac ce que j'aimerais à terme pour l'infra de Zeste de Savoir.
L'objectif est 1. d'avoir une infra la plus déclarative, reproductible et automatisée possible, et 2. pouvoir déployer dynam…
-
Good morning,
For the emails to work I have to install and then manually start sendmail with:
apt-get update && apt-get install -y sendmail && service sendmail start
Do you have another solut…
-
I am doing this way
```rb
require 'gmail'
USERNAME = 'xxx'
PWD = 'xxx'
gmail = Gmail.new(USERNAME, PWD)
gmail.inbox.emails.count
# 7394
gmail.inbox.emails.last
=>
gmail.inbox.e…
-
```
smtpd[3953]: info: OpenSMTPD 5.9.2p1 starting
smtpd[3953]: fatal: filter-regex: bogus argument(s)
smtpd[3953]: filter-spamassassin: invalid option -- 'd'
smtpd[3953]: filter-pause: invalid option …
-
There is a number of things that spam filters look for and that should adjust in our outgoing emails to not trigger them.
Some might not be needed, but here is what I found could help.
- [x] Send …
-
Hi @pheuter, thanks for this great boilerplate! Have you tested support for v6.0.0 on the v0.5.0 branch? I'm noticing better npm install speeds (a clean install went from 3m45s to 2m2s in real time wh…