mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update
This commit is contained in:
@@ -64,6 +64,7 @@ dockerfiles
|
|||||||
- [x] node-red :+1:
|
- [x] node-red :+1:
|
||||||
- [x] node-red-arm :+1:
|
- [x] node-red-arm :+1:
|
||||||
- [x] nullmailer
|
- [x] nullmailer
|
||||||
|
- [x] nullmailer-arm
|
||||||
- [x] obfsproxy
|
- [x] obfsproxy
|
||||||
- [x] opencart
|
- [x] opencart
|
||||||
- [x] openvpn :+1:
|
- [x] openvpn :+1:
|
||||||
|
|||||||
@@ -36,9 +36,9 @@ nullmailer:
|
|||||||
$ cd ~/fig/nullmailer
|
$ cd ~/fig/nullmailer
|
||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
|
|
||||||
# send test email
|
# send email (from gmail to yahoo)
|
||||||
$ alias sendmail='docker exec -i nullmailer sendmail'
|
$ alias sendmail='docker exec -i nullmailer sendmail -f username@gmail.com'
|
||||||
$ echo -e 'Subject: hello\r\n\r\nworld' | sendmail username@gmail.com
|
$ echo -e 'Subject: hello\r\n\r\nworld' | sendmail username@yahoo.com
|
||||||
```
|
```
|
||||||
|
|
||||||
[1]: http://untroubled.org/nullmailer/
|
[1]: http://untroubled.org/nullmailer/
|
||||||
|
|||||||
Reference in New Issue
Block a user