Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fedelemantuano/postfix-catchall-dockerfile

Server Postfix catchall
https://github.com/fedelemantuano/postfix-catchall-dockerfile

dockerfile postfix

Last synced: 17 days ago
JSON representation

Server Postfix catchall

Awesome Lists containing this project

README

        

# postfix-catchall-dockerfile
From [@adepasquale](https://github.com/adepasquale) [gist](https://gist.github.com/adepasquale/2efd04d6491b7e7be1bdced46ace09e9).

To use it, create a new instance as usual:

```
$ sudo docker run --name postfix -p 25:25 -d fmantuano/postfix-catchall
```

Once the docker instance is created, you can control it by running:

```
$ sudo docker start postfix

$ sudo docker stop postfix
```