Rebuild for alpine

This commit is contained in:
2021-10-27 20:19:31 +00:00
parent 8a47cc4f5a
commit 0921f19701
1489 changed files with 240 additions and 310516 deletions

6
Resources/AddMailBox.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/ash
##Script for adding user/sync job
read -p "Enter name for the new sync job: " username
adduser $username
sed -i -e 's/UserName/'$username'/' /home/$username/.offlineimaprc
echo "sudo -u $username offlineimap" >> /opt/mailsync.sh