Commit Graph

43 Commits (0a9f732faa4d1addcc848cda2678976fb244314c)

Author SHA1 Message Date
ofthesun9 381bf747cc Check permissions using postfix set-permissions
ofthesun9 3a9c9d0436 Fixed typo
ofthesun9 67caf0c8cf Check /queue permissions before postfix start
postfix and posdrop id might have changed after base image change
Dario Ernst dbcab06587 Ignore newlines and comment-lines in postfix overrides
To make postfix override files understandable and readable, users may
want to insert empty newlines and #-commented lines in their postfix
override files too. This will now ignore such bogus-lines and not send
them to `postconf`, which produced ugly errors in the past.

closes 
kaiyou bd69b7a491 Add support for SRS, related to
Michael Wyraz a907fe4cac Split HOST_ANTISPAM in HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI
Michael Wyraz de2f166bd1 Resolve HOST_* to *_ADDRESS only if *_ADDRESS is not already set
Ionut Filip 075417bf90 Merged master and fixed conflicts
hoellen 9de5dc2592 Use python package socrate instead of Mailustart
Dario Ernst a8c3530bfa Remove accidentally reintroduced rsyslogd config
Dario Ernst ce0c24e076 Merge branch 'master' into HorayNarea-feat-upgrade-alpine
Daniel Huber ae290482c0
Format relay credentials file with jinja
Dario Ernst ea851e77d4 Remove reference to rsyslogd
Dario Ernst d155b2c533 Start postfix directly with stdout logging
Dario Ernst 96fbaecc2f Correct executables moved by alpine
Daniel Huber 7dcb2eb006
Add authentication for email relays
Ionut Filip 4c25c83419 HOST_* and *_ADDRESS variables cleanup
Ionut Filip f9e3cd3c5d Use corret host_* variables
Ionut Filip 004a431e97
Change to mailustart functions
Ionut Filip 9684ebf33f Use mailustart package from git
Tim Möhlmann 7a9685bcb9
Resolve admin during start to work around Docker DNS flaky-ness
Tim Möhlmann 049ca9941f
Cleanup syntax and fix typo
Tim Möhlmann 7d01bb2a4d
LOG_LEVEL docs and changelog entry
Tim Möhlmann b04a9d1c28
Implement debug logging for template rendering
Tim Möhlmann b9313488dd
Add logging for tenacity.retry
In the process we found that the previous way of tenacity syntax caused it not to honor any args.
In this commit we've refactored to use the @decorator syntax, in which tenacity seems to behave better.
mergify[bot] 37027cfce7
Merge pull request from kaiyou/fix-sender-checks
Improve sender checks
Ionut Filip 1187cac5e1 Finished up switching from .sh to .py
Ionut Filip eb7dfb5771 Cleaning up start.py
kaiyou f647d1a0bc Merge branch 'master' into fix-sender-checks
kaiyou 00b5ae11db
Merge branch 'master' into feat-abstract-db
kaiyou 8b189ed145 Separate senderaccess and senderlogin maps
kaiyou fc99eb7b34 Re-enable sender access check to prevent source spoofing
Tim Möhlmann 0817629869
Increase attempts as it failed on fresh Swarm host
Tim Möhlmann 1bae5968ad
Import tenacy and fix syntax errors
Tim Möhlmann c457ccfa60
Use tenacity for resolver retries
kaiyou f5668dea51 Handle relays as virtual transports through podop
kaiyou 43b6547e1c Lower the loglevel of podop
kaiyou 6d088504bd Adjust podop debug level based on environment
kaiyou 7143fb8c47 Implement some basic views for podop
Tim Möhlmann cc8e15748b Retry 10 times when resolving fails in start.py scripts
Pierre Jaury bb73933e1e Switch postfix to Podop
Mildred Ki'Lya ae8c9f5a6b Add various environment variables to allow running outside of docker-compose
kaiyou 689be5f2d9 Move all directories per theme