Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fedelemantuano/postfix-catchall-dockerfile
- Owner: fedelemantuano
- Created: 2018-09-02T19:56:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T23:09:52.000Z (about 6 years ago)
- Last Synced: 2024-11-09T14:59:08.042Z (about 2 months ago)
- Topics: dockerfile, postfix
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/fmantuano/postfix-catchall/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```