Haraka-Wildduck Docker Mail Server with NodeJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
262 B

4 years ago
4 years ago
4 years ago
  1. #!/bin/bash
  2. find /haraka/config /wildduck/config /wildduck-mta/config -type f -exec \
  3. sed -i -e "s/{{DOMAIN}}/$DOMAIN/g" -e "s/{{REVERSE_DNS}}/$REVERSE_DNS/g" {} +
  4. cd /haraka
  5. node haraka.js &
  6. cd /wildduck
  7. node server.js &
  8. cd /wildduck-mta
  9. npm start --production