mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
10 lines
200 B
Plaintext
Executable File
10 lines
200 B
Plaintext
Executable File
set -x
|
|
|
|
M_HOST=$1
|
|
M_ROOT=`cat requirements/server_root_account`
|
|
|
|
scp sudoers.d-postfix-user $M_ROOT@$M_HOST:
|
|
scp setup-postfix.remote $M_ROOT@$M_HOST:
|
|
ssh $M_ROOT@$M_HOST sudo ./setup-postfix.remote
|
|
|