Compare commits

..

No commits in common. "126d2df00c35ce4f2bcc7b9f608bc283c0d11d82" and "14f52fba1e4d54a58c651bb6243de70098c612b7" have entirely different histories.

3 changed files with 19 additions and 16 deletions

View File

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

View File

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

View File

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