docker icon indicating copy to clipboard operation
docker copied to clipboard

AnonAddy Docker image

Results 33 docker issues
Sort by recently updated
recently updated
newest added

#### Steps to reproduce this issue 1. Use docker-compose to create an anonaddy stack 2. Restart the computer or do docker-compose restart anonaddy 3. Container fails to start with error:...

### Behaviour #### Steps to reproduce this issue 1. Use `anonaddy/anonaddy:0.13.3` or `anonaddy/anonaddy:0.13.4` 2. Send mail to any alias 3. Mail gets rejected as spam #### Expected behaviour Mail should...

I have a site attempting to send an authorization email, but it is failing due to `Helo command rejected: Host not found;` seems that `reject_unknown_helo_hostname` needs to be removed from...

:sparkles: enhancement

Here is a tweaked Traefik example that automatically dumps the ACME certs used by traefik for use by Postfix SMTP(D) TLS including watch & restart of AnonAddy upon renewal. It...

Currently, outbound DNS queries are insecurely sent over the internet. Support for DoH and/or DoT would improve this situation drastically.

### Behaviour #### Steps to reproduce this issue 1. Send EMail to Alias #### Expected behaviour > EMails arrives at recipient #### Actual behaviour > EMail doesnt get delivered ###...

### Behaviour #### Steps to reproduce this issue I tried setting the POSTFIX_RELAYHOST expecting all emails to be sent thru the SMTP relay host. This seems to be working when...

Updated dependency containers (traefik, mariadb, redis): - `traefik:2.10.4` -> `2.11.0` - `mariadb:10.5` -> `11.3.2` - `redis:4.0-alpine` -> `7.2.4-alpine` Tested the `traefik` configuration with `anonaddy:1.0.8`. That's also the reason why I...

I am encountering an issue with AnonAddy where emails from specific senders are not being forwarded to my real email address. I self-host AnonAddy using Docker. For example, I am...

kind/bug
kind/upstream