Skip to content

Commit

Permalink
#161 Add 'yes' parameter for install
Browse files Browse the repository at this point in the history
  • Loading branch information
lgorzitze committed Nov 18, 2024
1 parent 8aa8e1f commit 106f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/setup-mailrelay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir mailrelay
cd mailrelay
curl -L -o emailrelay.zip https://sourceforge.net/projects/emailrelay/files/emailrelay/2.6/emailrelay-2.6-src.zip/download
unzip emailrelay.zip
sudo ./configure && sudo make && sudo make install
sudo ./configure && sudo make && sudo make install -y
echo "server plain ces-admin Ecosystem2016!" > secret.auth
sudo emailrelay -t --as-server --forward-on-disconnect --log --verbose --log-file mailrelay.log --log-time --port 587 --forward-to localhost:1025 --server-auth ./secret.auth
etcdctl set /config/postfix/relayhost 192.168.56.1:587
Expand Down

0 comments on commit 106f9f5

Please sign in to comment.