├── Dockerfile ├── LICENSE ├── README.md ├── bin └── dfg.sh ├── conf ├── postfix-main.cf ├── sasl_passwd └── supervisor-all.ini └── run.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alterrebe/docker-mail-relay/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alterrebe/docker-mail-relay/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alterrebe/docker-mail-relay/HEAD/README.md -------------------------------------------------------------------------------- /bin/dfg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alterrebe/docker-mail-relay/HEAD/bin/dfg.sh -------------------------------------------------------------------------------- /conf/postfix-main.cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alterrebe/docker-mail-relay/HEAD/conf/postfix-main.cf -------------------------------------------------------------------------------- /conf/sasl_passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alterrebe/docker-mail-relay/HEAD/conf/sasl_passwd -------------------------------------------------------------------------------- /conf/supervisor-all.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alterrebe/docker-mail-relay/HEAD/conf/supervisor-all.ini -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alterrebe/docker-mail-relay/HEAD/run.sh --------------------------------------------------------------------------------