Commit Graph

114 Commits

Author SHA1 Message Date
Andrey Andreev 7a9b9513a7 fix: read passwords from files 2022-05-13 09:22:27 -05:00
Nico Weichbrodt a80ceca118 feat: Allow disabling SMTPUTF8 2022-04-20 22:59:41 -05:00
linucksrox f280c00f87 feat: Add ENV option to enable subject line logging 2022-04-04 16:40:35 -05:00
nick f831f935b9 Correct sasl_passwd file creation method 2021-07-08 21:23:43 -05:00
nick 222d3fad72 feat: Parameterize destination config value 2021-07-08 21:23:43 -05:00
BuildTools 8011cddf8a feat: Add support to load username from file 2021-05-22 21:54:18 -05:00
Juan Luis Baptiste 543ac4aa8d Added a pull request template 2021-05-22 20:27:08 -05:00
Juan Luis Baptiste 1cfdcb5f18 feat: Removed supervisor and rsyslog
As mentioned in discussion #54, since version 3.3.0, postfix can run in
foreground mode, and since 3.4.0 it can log directly to stdout.
2021-05-22 17:49:25 -05:00
Juan Luis Baptiste 546e849593 Updated README with info about multiarch builds and versioned tags 2021-04-25 22:09:56 -05:00
Victor e0b14a4514 Add CI with GitHub Actions 2021-04-24 16:19:47 -05:00
Ernesto Baschny b1ef5ea1d0 Allow to use a SMTP server without authentication 2021-03-30 16:35:54 -05:00
Juan Luis Baptiste 2264af0bca Add smtp_host_lookup=native,dns parameter
to allow the lookup of hosts added to /etc/hosts file via docker options
(issue #51).
2021-03-17 17:17:39 -05:00
Juan Luis Baptiste 9b1d5b47a7 Added bug reporting template 2021-02-03 19:14:12 -05:00
Juan Luis Baptiste 7c3a0cacb5 Added .gitignore file 2021-02-03 18:41:00 -05:00
Juan Luis Baptiste e674820a5c Updated README.md with info about new default alpine image 2021-02-03 18:40:28 -05:00
Juan Luis Baptiste 273beb03fa Merged migrate_to_alpine branch into master (issue #16) 2021-02-03 18:40:00 -05:00
Juan Luis Baptiste 1976cf8400 Fix issue #45: Update alpine image to v3.13, had to remove cyrus-sasl-plain
package as is not present on that version and switch sasl map from
hash to lmdb.
2021-02-03 15:26:44 -05:00
Juan Luis Baptiste d5012c2652 Fix broken build status badge 2021-01-18 18:42:55 -05:00
Juan Luis Baptiste b4293f81be Fix broken build status badge 2021-01-18 18:42:35 -05:00
Juan Luis Baptiste f018f5f12e Pin alpine base image version to 3.12 to fix issue #45 2021-01-18 18:23:07 -05:00
Rev (Tsuyoshi Yamasaki) 8cc737c70a add smtp_tls_wrappermode and smtp_tls_security_level.
You need both parameters when you send emails with TLS(465).
2021-01-02 14:06:46 -05:00
Rev (Tsuyoshi Yamasaki) f4b70c83e2 add smtp_tls_wrappermode and smtp_tls_security_level.
You need both parameters when you send emails with TLS(465).
2021-01-02 14:01:56 -05:00
Tom Stein 4398bb1053 Fix wrong description in .env.template
The old comment was wrongly copy-pasted
2020-12-02 10:30:45 -05:00
Tom Stein 5e4998f14e fix broken link in Readme
The docker-compose file was renamed
2020-12-02 10:29:42 -05:00
David Cooper bb8a0671d7 Fix issue #35 2020-11-01 17:16:09 -05:00
David Cooper c53377f8a5 Fix issue #35 2020-11-01 17:14:35 -05:00
lucas_nz 29b356bb2b include OVERWRITE_FROM in .env.example 2020-10-11 12:52:33 -05:00
lucas_nz 99a2397715 Add option to overwrite the From address 2020-10-11 12:52:15 -05:00
lucas_nz 66372ab6c2 include OVERWRITE_FROM in .env.example 2020-09-29 21:42:18 +13:00
lucas_nz 6783d68f42 Add option to overwrite the From address 2020-09-29 21:34:55 +13:00
Erik Martin-Dorel e0d3ab0af7
Add option always_add_missing_headers (#32)
(adding From:, To:, Date: or Message-ID: headers when not present,
cf. http://www.postfix.org/postconf.5.html#always_add_missing_headers)

This option always_add_missing_headers is set by the environment
variable ALWAYS_ADD_MISSING_HEADERS (default: no)
2020-08-24 14:41:08 -05:00
Erik Martin-Dorel c55bcb70ac
Add option always_add_missing_headers (#31)
(adding From:, To:, Date: or Message-ID: headers when not present,
cf. http://www.postfix.org/postconf.5.html#always_add_missing_headers)

This option always_add_missing_headers is set by the environment
variable ALWAYS_ADD_MISSING_HEADERS (default: no)
2020-08-24 14:40:09 -05:00
Juan Luis Baptiste 9603b4070d Updated blog address 2020-06-24 21:54:14 -05:00
Juan Luis Baptiste d0bd8bae59 Updated blog address 2020-06-24 21:53:48 -05:00
Niclas Mietz eaa38b4fd7 fix(postfix): Set correct default value for SMTP_PORT 2020-06-24 21:08:49 -05:00
dabde 39ac3ab672 Add function to load secret/password from file for security (#25)
New feature: Load SMTP password from file to avoid using env variables.
2020-06-24 20:51:35 -05:00
Juan Luis Baptiste 1e0e3be0b6 Update docker-compose file name to renamed docker-compose.override.yml name. Fixes issue #28. 2020-06-24 20:51:23 -05:00
Juan Luis Baptiste 425c1b330d Added LICENSE file to fix issue #27 2020-06-24 20:51:07 -05:00
Juan Luis Baptiste 9518e01dee Renamed docker-compose.dev.yml to docker-compose.override.yml so it
does not need to be explicitly set to build the image.
2020-06-24 20:50:51 -05:00
Juan Luis Baptiste 39ab0f7434 Added an example .env file 2020-06-24 20:50:24 -05:00
dabde af1f46641b
Add function to load secret/password from file for security (#25)
New feature: Load SMTP password from file to avoid using env variables.
2020-06-19 16:52:21 -05:00
Juan Luis Baptiste 74ea38cd6e Update docker-compose file name to renamed docker-compose.override.yml name. Fixes issue #28. 2020-06-03 10:00:36 -05:00
Juan Luis Baptiste 113fe1c53d Added LICENSE file to fix issue #27 2020-05-27 14:43:09 -05:00
Juan Luis Baptiste 28dae2b6b2
Merge pull request #22 from swedishborgie/migrate_to_alpine
Adds the cyrus-sasl-login package to provide feature parity with CentOS image and fix #21.
2020-04-16 15:40:17 -05:00
Michael Powers 6f0a49a8c8
Adds the cyrus-sasl-login package to provide feature parity with CentOS image and fix #21.
Fixes an unterminated line preventing cache cleaning from working correctly.
2020-04-16 16:13:35 -04:00
Juan Luis Baptiste b549ac8228 Renamed docker-compose.dev.yml to docker-compose.override.yml so it
does not need to be explicitly set to build the image.
2020-04-09 12:23:20 -05:00
Juan Luis Baptiste e6b37122f8 Added an example .env file 2020-04-09 12:13:45 -05:00
Juan Luis Baptiste 0ec4289588 Added information about the migration to Alpine 2020-03-24 12:11:20 -05:00
Juan Luis Baptiste 1ab78c1feb Added information about the migration to Alpine 2020-03-23 18:54:43 -05:00
Juan Luis Baptiste 73dcfc381c Fix awk expression, it worked before because of a bug, it does not work with more recent awk versions. 2020-03-23 18:30:00 -05:00