mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:49 +02:00
update
This commit is contained in:
parent
e1dd60c0e1
commit
8728647972
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user