anonaddy / docker

AnonAddy Docker image
MIT License
511 stars 56 forks source link

Attempted Reply/Send Failed from alias #192

Closed spyesx closed 1 year ago

spyesx commented 1 year ago

Hi guys, I'm receiving the same email as anonaddy/anonaddy/issues/310 from my self-hosted instance.

Attempted Reply/Send Failed

An attempt to send or reply from your alias [...]

I just upgraded to the last docker image with Rspamd, I send emails from gmail to anonaddy in order to reply to an email received earlier. As far as I know, gmail has a proper dmarc record.

/etc/rspamd/local.d/milter_headers.conf is present in the container and looks correct.

rspamadm configdump -m result is:

Modules enabled: force_actions, forged_recipients, phishing, milter_headers, regexp, mime_types, once_received, history_redis, settings, arc, maillist, fuzzy_check, dkim_signing, dkim, whitelist, spf, rbl, dmarc, mid, multimap, greylist, hfilter, bayes_expiry, emails
Modules disabled (explicitly): metadata_exporter, neural, ratelimit, rspamd_update, spamtrap, aws_s3, dcc, asn, external_relay, bimi, replies, p0f, trie, http_headers, mx_check, chartable
Modules disabled (unconfigured): antivirus, fuzzy_check, elastic, url_redirector, reputation, clickhouse, spamassassin, metric_exporter, clustering, ip_score, dynamic_conf, maps_stats, fuzzy_collect, external_services
Modules disabled (no Redis):
Modules disabled (experimental):
Modules disabled (failed):

is there anything I can provide to help?