Commit Graph

144 Commits

Author SHA1 Message Date
9edfdcf0f7 Update PMB_README.md 2024-08-04 20:31:47 +00:00
5ab11410ec rm note 2024-08-04 04:25:49 -07:00
2908b8d16a Merge pull request 'massive image size reduction' (#2) from multistage into master
Reviewed-on: #2
2024-07-07 23:10:12 +00:00
9648283dc3 massive image size reduction 2024-07-07 16:08:08 -07:00
e118eb8a99 wrong repo name in rm 2024-07-07 15:42:53 -07:00
a3f4054752 md nonsense3 2024-07-07 15:36:56 -07:00
9780e2a60f md nonsense2 2024-07-07 15:36:14 -07:00
73c867aa73 md nonsense 2024-07-07 15:35:13 -07:00
6644412507 links in rm 2024-07-07 15:32:49 -07:00
f36e8c494c remove github integrations 2024-07-07 15:30:26 -07:00
668026282e Merge pull request 'minor df cleanup' (#1) from dfcleanup into master
Some checks failed
Test / build (push) Has been cancelled
Reviewed-on: #1
2024-07-07 22:05:27 +00:00
87bde44854 minor df cleanup
Some checks failed
Test / build (pull_request) Has been cancelled
2024-07-07 15:03:26 -07:00
aa1498083b minor dc
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 13:28:13 -07:00
dd21568531 prep for nonempty pp
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 13:16:12 -07:00
e47ee47b55 fix setup steps and env example 2024-07-07 12:31:25 -07:00
609f416045 notes on gpg
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 11:33:03 -07:00
d4b273043b minor doc name
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 11:25:18 -07:00
5fc6abd0d7 fix doc link
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 11:21:15 -07:00
d7a8628d18 More doc.
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 11:19:08 -07:00
cadd9ced19 add some doc
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 11:02:45 -07:00
a22a313474 add msmtp for debug
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 10:46:37 -07:00
c65f98a437 add pmb build and pgp stuff
Some checks are pending
Test / build (push) Waiting to run
2024-07-07 10:12:32 -07:00
snyk-bot
7a958d4382 fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364
2023-08-10 21:36:45 -05:00
Tsuyoshi Yamasaki
193a9292ad fix: Update some actions to run on Node 16 instead of Node 12. 2023-03-16 12:32:54 -05:00
Tsuyoshi Yamasaki
5990535987 fix: Update some actions to run on Node 16 instead of Node 12. 2023-03-16 12:32:54 -05:00
snyk-bot
98e6ef216a fix: Update Dockerfile base image to alpine 3.15
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811
- https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811
2022-07-07 21:10:07 -05:00
Joost van den Broek
5ba18a151e feat: Add IPv6 support 2022-06-29 18:58:42 -05:00
Nasser
ceab4779d9
feat: Add message_size_limit option (#86)
* feat: Add MESSAGE_SIZE_LIMIT configuration option (PR #86)
2022-06-20 16:38:09 -05:00
Juan Luis Baptiste
1426f26546 Fix fix: tag doc in PR tempalte. 2022-05-13 10:06:21 -05:00
Juan Luis Baptiste
7d8086dd01 Add usage comments to bug and PR templates
to tell users to remove unncesary parts before submitting.
2022-05-13 10:05:01 -05:00
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