Commit 354c29ad by Alin Voinea

Refs #80360 - Update postfix

parent 1113bc98
...@@ -2,23 +2,33 @@ ...@@ -2,23 +2,33 @@
Postfix SMTP only Docker image with SMTP relay support. Postfix SMTP only Docker image with SMTP relay support.
- CentOS: **7**
- Postfix: **2.10**
- Expose: **25**
## Supported tags and respective Dockerfile links ## Supported tags and respective Dockerfile links
- `:latest` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/master/Dockerfile) (default) - `:latest` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/master/Dockerfile) - CentOS: **7** Postfix: **2.10**
- `:eionet` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/master/eionet/Dockerfile) (EEA specific) - `:eionet` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/master/eionet/Dockerfile) (EEA specific)
- `:2.11` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/2.11/Dockerfile) (centos 7, chaperone, smtp_tls_security_level to encrypt)
- `:2.10.1` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/2.10.1/Dockerfile) (centos 7, chaperone, support more environment variables) ### Stable and immutable tags
- `:2.10` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/2.10/Dockerfile) (centos 7, chaperone)
- `:2.6` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/2.6/Dockerfile) (centos 6) - `:2.12.1` [*Dockerfile*](https://github.com/eea/eea.docker.postfix/blob/2.12.1/Dockerfile) - CentOS: **7** Postfix: **2.10**
See [older versions](https://github.com/eea/eea.docker.postfix/releases)
## Base docker image ## Base docker image
- [hub.docker.com](https://registry.hub.docker.com/u/eeacms/postfix) - [hub.docker.com](https://hub.docker.com/r/eeacms/postfix)
## Source code ## Source code
- [github.com](http://github.com/eea/eea.docker.postfix) - [github.com](http://github.com/eea/eea.docker.postfix)
## Usage ## Usage
Start postfix (to send emails using postfix within container) Start postfix (to send emails using postfix within container)
...@@ -49,6 +59,7 @@ Start sending emails: ...@@ -49,6 +59,7 @@ Start sending emails:
. .
quit quit
## Supported environment variables ## Supported environment variables
* `MTP_HOST` The `myhostname` parameter specifies the internet hostname of this mail system * `MTP_HOST` The `myhostname` parameter specifies the internet hostname of this mail system
...@@ -61,6 +72,7 @@ Start sending emails: ...@@ -61,6 +72,7 @@ Start sending emails:
* `MTP_PASS` The password used to connect to the `relayhost` * `MTP_PASS` The password used to connect to the `relayhost`
* `MTP_INTERFACES` The `inet_interfaces` parameter specifies the network interface addresses that this mail system receives mail on. * `MTP_INTERFACES` The `inet_interfaces` parameter specifies the network interface addresses that this mail system receives mail on.
## Copyright and license ## Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA). The Initial Owner of the Original Code is European Environment Agency (EEA).
...@@ -72,6 +84,7 @@ General Public License as published by the Free Software Foundation; ...@@ -72,6 +84,7 @@ General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later either version 2 of the License, or (at your option) any later
version. version.
## Funding ## Funding
[European Environment Agency (EU)](http://eea.europa.eu) [European Environment Agency (EU)](http://eea.europa.eu)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment