docker-postfix icon indicating copy to clipboard operation
docker-postfix copied to clipboard

Simple SMTP relay docker image.

Results 14 docker-postfix issues
Sort by recently updated
recently updated
newest added

## Situation Postfix has a lot of options and it is hard/impossible to support all of them in the image. However, we can add rather generic support for any kind...

enhancement

Is there a way to add multiple regex's to the smtp_header_checks file? I see there is a way to add OVERWRITE_FROM as an option, but I have a separate regex...

question

The following line of code is broken when you have a domain like: mail.adbc.com.pt, mail.abcd.com.br `DOMAIN=echo ${SERVER_HOSTNAME} | awk 'BEGIN{FS=OFS="."}{print $(NF-1),$NF}'` The result becomes: com.pt or com.br which is not...

bug

**Describe the issue** Github [Release workflow](https://github.com/juanluisbaptiste/docker-postfix/pull/52) is not working, the release workflow is not triggering after a PR is merged with the correct `feature:`, `fix:` or `BREAKING_CHANGE:` semantic versioning tags....

bug

Hello! I ran into the problem of sending mail via smtp.yandex.ru. This service requires the From and Sender headers to match. For example i get: "Sender: root@e379890e3f75" and "550 5.7.0...

enhancement

## Description of the change The whitelist does not work if the container is in the host network, as postfix does not allow sending from localhost. This simple change allows...

Hey thanks for this image, I've been using it a lot recently! Much appreciated. :-) Perhaps I'm missing something, but I believe that `SMTP_NETWORKS` doesn't work as currently described. Unless...

# Creating a Pull Request ## Description of the change Allows the always_bcc feature to be configured, this allows some type of MIRRORING all emails that are sent through the...

**Describe the issue** When I want to allow any IPv6 address I use: ```yaml environment: - "SMTP_NETWORKS=0.0.0.0/0,[::]/0" ``` **Expected behavior** I expect this to be correct, I also tried it...

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend...