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