Compare commits

..

5 Commits

Author SHA1 Message Date
choehn86
126d2df00c
Update mailrise.json
Added link to discussion/guide
2025-01-09 11:59:25 -05:00
choehn86
920da7e9b7
Update mailrise-install.sh
corrected copyright/author/license, added source
2025-01-09 10:49:40 -05:00
choehn86
499117f369
Update install/mailrise-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-01-09 10:48:24 -05:00
choehn86
12696b6720
Update install/mailrise-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-01-09 10:48:13 -05:00
choehn86
c3fd5c83a6
Update mailrise.sh
updated copyright/author
2025-01-09 10:44:57 -05:00
3 changed files with 15 additions and 18 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2025 tteck # Copyright (c) 2021-2025 community-scripts ORG
# Author: tteck (tteckster) # Author: choehn86
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/YoRyan/mailrise # Source: https://github.com/YoRyan/mailrise

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2021-2025 tteck # Copyright (c) 2021-2025 community-scripts ORG
# Author: tteck (tteckster) # Author: choehn86
# License: MIT # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/YoRyan/mailrise
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color color
@ -14,18 +14,15 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
$STD apt-get install -y \ $STD apt-get install -y \
python3 \ curl \
python3-dev \ sudo \
python3-pip mc \
python3 \
python3-dev \
python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3" msg_ok "Installed Dependencies"
msg_info "Installing Mailrise" msg_info "Installing Mailrise"
$STD pip install mailrise $STD pip install mailrise
@ -64,7 +61,7 @@ User=root
WantedBy=multi-user.target WantedBy=multi-user.target
EOF EOF
$STD systemctl enable --now mailrise.service systemctl enable -q --now mailrise.service
msg_ok "Installed Mailrise" msg_ok "Installed Mailrise"
motd_ssh motd_ssh

View File

@ -32,7 +32,7 @@
}, },
"notes": [ "notes": [
{ {
"text": "After the initial installation: Edit the configuration file at /opt/mailrise/mailrise.conf", "text": "After the initial installation: See https://github.com/community-scripts/ProxmoxVE/discussions/1356 for basic setup guide",
"type": "info" "type": "info"
} }
] ]