ksylvan / docker-mail-server

Ansible playbooks to deploy a full featured mail server stack using Docker.
50 stars 11 forks source link

added powerdns / poweradmin to the deployment model #9

Closed ghost closed 6 years ago

ghost commented 6 years ago

added powerdns / poweradmin to the deployment model - tested and working on test.dev

ghost commented 6 years ago

two items - how to add port 53/udp to allow ports - and ..... damn i forgot...... :)

oh its added another container mysql .... i would think i could simply use the mariadb container

ksylvan commented 6 years ago

My only concern with the setup now is that your powerdns setup is accessible only via http:// I wonder if we can do the same as we do with wordpress (http auto-redirect to https) and in the https stanza use the proxy_pass http://poweradmin directive.

ghost commented 6 years ago

id think if we tell it to listen on https and configure it might fly secondly i noticed port 53 udp should be open also..... i opened only 53/tcp

ksylvan commented 6 years ago

Great. Feel free to make those changes and submit another PR. You'll have to add a proto: udp section to the unblock-ports stuff.