remove forced mail forwarding
This commit is contained in:
parent
fa6e159cd2
commit
f43acc7517
5
makeuser
5
makeuser
|
@ -54,12 +54,7 @@ case $1 in
|
||||||
echo "adding ssh pubkey"
|
echo "adding ssh pubkey"
|
||||||
echo "$3" | sudo tee /home/$1/.ssh/authorized_keys
|
echo "$3" | sudo tee /home/$1/.ssh/authorized_keys
|
||||||
|
|
||||||
echo "enabling email forwarding"
|
|
||||||
echo "$2" | sudo tee /home/$1/.forward
|
|
||||||
|
|
||||||
echo "announcing new user on mastodon"
|
echo "announcing new user on mastodon"
|
||||||
toot "welcome new user ~$1!"
|
toot "welcome new user ~$1!"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue