Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vshalts/docker-emailrelay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: drdaeman/docker-emailrelay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 1, 2017

  1. Rewrote/refactored Dockerfile and some extras

    - Uses standard alpine:latest base image
    - Builds emailrelay from source
    - Implements health checks using swaks
    - Makes sure scripts have LF line endings
    - Excluded unused files from build context
    drdaeman committed Dec 1, 2017
    Copy the full SHA
    af93258 View commit details
  2. Disable IPv6 as it breaks IPv4-only upstreams

    The resolver code uses gethostbyname2 function with AF_INET6, which
    fails if upstream MSA is IPv4-only and doesn't have any AAAA records.
    Because if this, I have to temporarily remove `--enable-ipv6` flag.
    drdaeman committed Dec 1, 2017
    Copy the full SHA
    d8d6fc0 View commit details
  3. Switch from environment to command-line arguments

    I believe it makes more sense to pass things this way.
    It's also more flexible, as one can always easily override anything.
    drdaeman committed Dec 1, 2017
    Copy the full SHA
    e8b07a7 View commit details
Loading