Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host: Mails mit Postfix/exim #7

Open
The-Compiler opened this issue Feb 17, 2020 · 1 comment
Open

Host: Mails mit Postfix/exim #7

The-Compiler opened this issue Feb 17, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@The-Compiler
Copy link
Member

Als nächster Schritt nach #2, für mich jedoch out of scope.

@The-Compiler
Copy link
Member Author

The-Compiler commented Feb 17, 2020

Aus deploy-new/production.j2.yaml:

  mail-exchange:
    image: tianon/exim4

    volumes:
      - "/data/docker/mail-exchange/mailname:/etc/mailname:ro"
      - "/data/docker/mail-exchange/email-addresses:/etc/email-addresses:ro"
      - "/data/docker/mail-exchange/update-exim.conf:/etc/exim4/update-exim4.conf.conf"
      - "/data/docker/mail-exchange/30_exim4-config:/etc/exim4/conf.d/retry/30_exim4-config:ro"

    networks:
      application:
        aliases:
          - mail-server

    mode: replicated
    replicas: 1
    restart_policy:
      condition: on-failure
      delay: 1s
      max_attempts: 5
      window: 20s

    resources:
      limits:
        cpus: "0.25"
        memory: "500M"
      reservations:
        cpus: "0.125"
        memory: "250M"

@fabianhauser fabianhauser added the enhancement New feature or request label Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants