Giter VIP home page Giter VIP logo

ansible-role-email's Introduction

email

Molecule License

No bells and whistles email, plain Dovecot and Exim4 setup for Debian boxes.

  • email_server_external_ip
  • email_users: Dictionary with user and password and quota keys. When quota is not present, there are no limits.
  • email_domain_zone: Your domain (eg: foo.com).
  • email_domain_ns_provider: Only Cloudflare is supported (Default: cloudflare).
  • email_certificates_path: Dictionary with certificate and key keys. When both keys have a value, LetsEncrypt certificates are not generated. Your certificate should be a full chain and must be valid for the following subdomains:
    • mail
    • smtp
    • imap
  • cloudflare: Dictionary with email and api_key keys, only required when email_domain_ns_provider == cloudflare.
  • 25 (SMTP) TCP
  • 587 (SMTP) TCP
  • 993 (IMAP) TCP
  • 143 (IMAP) TCP
  • 4190 (Sieve) TCP
  • geerlingguy.certbot
- hosts: foo
  become: yes
  gather_facts: yes
  roles:
    - name: email
      vars:
        email_server_external_ip: 192.168.1.1
        email_users:
          - name: foo
            password: bar
          - name: bar
            password: foo
            quota: 256
        email_domain_zone: foo.bar
        cloudflare:
          email: [email protected]
          api_key: bar

This role is tested on these container images:

container tags
jrei/systemd-debian 10
  • email: [email protected]
  • server: smtp.foo.bar/imap.foo.bar
  • username: foo
  • password: bar
  • STARTTLS

BSD-3-Clause

ansible-role-email's People

Contributors

gofrolist avatar someone-stole-my-name avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.