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

Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.

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

Hi, Thanks for creating this project. I can't run the unit tests on a fresh checkout due to the package cyrus-sasl-static which appears to be missing in Alpine latest. If...

Hi, I'm trying to make it work that I can provide existing DKIM signatures for docker-postfix via the Helm Chart, but can't get it running. Could you provide an example?...

Hello, I am running two independent instances of docker-postfix. Both failed to relay mails after upgrading to the latest image version (v3.5.1). `mailq` says: "unknown mail transport error" logs say:...

At first I thought it was my own incompetence not unlike this fellow: https://github.com/bokysan/docker-postfix/issues/109 But even when using the autogenerated keys function of the image, DKIM validators still report that...

As a result of postfix-fg on debian not dealing with the chroot's /etc postfix is unable to do DNS resolution and systematically refuses to send mails due to seeing the...

boky/postfix:latest Trying to setup a smtp relay using gmail and xoauth2 but getting this. Any idea how to debug this further or what it could be? INFO postfix/smtpd[275]: disconnect from...

Following the current documentation the container will have ephemeral storage and could loose any unsent email if it gets stopped, removed and recreated. Documentation should contain an example on how...

Hi, although during the development I realized that the `refresh_token` is the only relevant secret regarding the XOAuth2 authentication, I just verified that I could run `./integration-test.sh xoauth2` with the...

Hi! Nice work! But, can you add ability to customize rsyslog? String in rsyslog.conf after your changes: `include(file="/etc/rsyslog.d/*.conf" mode="optional")` But it not work, because in your config, higher than this...

Hello. I'm looking at a way to replace [email protected] with [email protected] I know I can do this by using smtp_generic_maps, but I'd need to specify all "internal" senders, one by...