mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-13 18:10:26 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32014dfcec |
@@ -14,7 +14,7 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Mark/Close Stale Issues and Pull Requests 🗑️
|
- name: Mark/Close Stale Issues and Pull Requests 🗑️
|
||||||
uses: actions/stale@v10.3.0
|
uses: actions/stale@v10.2.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.STALE_ACTION_PAT }}
|
repo-token: ${{ secrets.STALE_ACTION_PAT }}
|
||||||
days-before-stale: 60
|
days-before-stale: 60
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Run the Action
|
- name: Run the Action
|
||||||
uses: devops-infra/action-pull-request@v1.2.0
|
uses: devops-infra/action-pull-request@v1.0.2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.PRTONIGHTLY_ACTION_PAT }}
|
github_token: ${{ secrets.PRTONIGHTLY_ACTION_PAT }}
|
||||||
title: Automatic PR to nightly from ${{ github.event.repository.updated_at}}
|
title: Automatic PR to nightly from ${{ github.event.repository.updated_at}}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM nginx:1.30.2-alpine
|
FROM nginx:alpine
|
||||||
LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"
|
LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"
|
||||||
|
|
||||||
ENV PIP_BREAK_SYSTEM_PACKAGES=1
|
ENV PIP_BREAK_SYSTEM_PACKAGES=1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# SOGo built from source to enable security patch application
|
# SOGo built from source to enable security patch application
|
||||||
# Repository: https://github.com/Alinto/sogo
|
# Repository: https://github.com/Alinto/sogo
|
||||||
# Version: SOGo-5.12.8
|
# Version: SOGo-5.12.4
|
||||||
#
|
#
|
||||||
# Applied security patches:
|
# Applied security patches:
|
||||||
# -
|
# -
|
||||||
@@ -12,8 +12,8 @@ FROM debian:bookworm
|
|||||||
LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>"
|
LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>"
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG SOGO_VERSION=SOGo-5.12.8
|
ARG SOGO_VERSION=SOGo-5.12.5
|
||||||
ARG SOPE_VERSION=SOPE-5.12.8
|
ARG SOPE_VERSION=SOPE-5.12.5
|
||||||
# Security patches to apply (space-separated commit hashes)
|
# Security patches to apply (space-separated commit hashes)
|
||||||
ARG SOGO_SECURITY_PATCHES=""
|
ARG SOGO_SECURITY_PATCHES=""
|
||||||
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$
|
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$
|
||||||
|
|||||||
@@ -2,14 +2,11 @@ FROM alpine:3.23
|
|||||||
|
|
||||||
LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
|
LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
|
||||||
|
|
||||||
# install unbound from alpine:edge to get security patches
|
|
||||||
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main unbound
|
|
||||||
|
|
||||||
# install other packages from regular alpine stable repo
|
|
||||||
RUN apk add --update --no-cache \
|
RUN apk add --update --no-cache \
|
||||||
curl \
|
curl \
|
||||||
bind-tools \
|
bind-tools \
|
||||||
coreutils \
|
coreutils \
|
||||||
|
unbound \
|
||||||
bash \
|
bash \
|
||||||
openssl \
|
openssl \
|
||||||
drill \
|
drill \
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
# Whitelist generated by Postwhite v3.4 on Fri May 1 00:43:37 UTC 2026
|
# Whitelist generated by Postwhite v3.4 on Wed Apr 1 00:33:31 UTC 2026
|
||||||
# https://github.com/stevejenkins/postwhite/
|
# https://github.com/stevejenkins/postwhite/
|
||||||
# 2249 total rules
|
# 2246 total rules
|
||||||
2a00:1450:4000::/36 permit
|
2a00:1450:4000::/36 permit
|
||||||
2a00:1450:4864::/56 permit
|
|
||||||
2a01:111:f400::/48 permit
|
2a01:111:f400::/48 permit
|
||||||
2a01:111:f403:2800::/53 permit
|
2a01:111:f403:2800::/53 permit
|
||||||
2a01:111:f403:8000::/51 permit
|
2a01:111:f403:8000::/51 permit
|
||||||
@@ -32,7 +31,6 @@
|
|||||||
2a02:a60:0:5::/64 permit
|
2a02:a60:0:5::/64 permit
|
||||||
2a0f:f640::/56 permit
|
2a0f:f640::/56 permit
|
||||||
2c0f:fb50:4000::/36 permit
|
2c0f:fb50:4000::/36 permit
|
||||||
2c0f:fb50:4864::/56 permit
|
|
||||||
2.207.151.32/27 permit
|
2.207.151.32/27 permit
|
||||||
2.207.151.53 permit
|
2.207.151.53 permit
|
||||||
2.207.217.30 permit
|
2.207.217.30 permit
|
||||||
@@ -62,8 +60,8 @@
|
|||||||
8.40.222.0/23 permit
|
8.40.222.0/23 permit
|
||||||
8.40.222.250/31 permit
|
8.40.222.250/31 permit
|
||||||
12.130.86.238 permit
|
12.130.86.238 permit
|
||||||
13.107.213.40 permit
|
13.107.213.38 permit
|
||||||
13.107.246.40 permit
|
13.107.246.38 permit
|
||||||
13.108.16.0/20 permit
|
13.108.16.0/20 permit
|
||||||
13.110.208.0/21 permit
|
13.110.208.0/21 permit
|
||||||
13.110.209.0/24 permit
|
13.110.209.0/24 permit
|
||||||
@@ -281,7 +279,6 @@
|
|||||||
50.56.130.221 permit
|
50.56.130.221 permit
|
||||||
50.56.130.222 permit
|
50.56.130.222 permit
|
||||||
50.112.246.219 permit
|
50.112.246.219 permit
|
||||||
51.83.17.38 permit
|
|
||||||
52.1.14.157 permit
|
52.1.14.157 permit
|
||||||
52.5.230.59 permit
|
52.5.230.59 permit
|
||||||
52.6.74.205 permit
|
52.6.74.205 permit
|
||||||
@@ -1681,7 +1678,6 @@
|
|||||||
169.148.144.0/25 permit
|
169.148.144.0/25 permit
|
||||||
169.148.144.10 permit
|
169.148.144.10 permit
|
||||||
169.148.146.0/23 permit
|
169.148.146.0/23 permit
|
||||||
169.148.174.10 permit
|
|
||||||
169.148.175.3 permit
|
169.148.175.3 permit
|
||||||
169.148.179.3 permit
|
169.148.179.3 permit
|
||||||
169.148.188.0/24 permit
|
169.148.188.0/24 permit
|
||||||
@@ -2231,7 +2227,6 @@
|
|||||||
2001:748:400:3301::4 permit
|
2001:748:400:3301::4 permit
|
||||||
2404:6800:4000::/36 permit
|
2404:6800:4000::/36 permit
|
||||||
2404:6800:4864::/56 permit
|
2404:6800:4864::/56 permit
|
||||||
2603:1061:14:72::1 permit
|
|
||||||
2607:13c0:0001:0000:0000:0000:0000:7000/116 permit
|
2607:13c0:0001:0000:0000:0000:0000:7000/116 permit
|
||||||
2607:13c0:0002:0000:0000:0000:0000:1000/116 permit
|
2607:13c0:0002:0000:0000:0000:0000:1000/116 permit
|
||||||
2607:13c0:0004:0000:0000:0000:0000:0000/116 permit
|
2607:13c0:0004:0000:0000:0000:0000:0000/116 permit
|
||||||
@@ -2248,6 +2243,8 @@
|
|||||||
2620:10d:c09c:400::8:1 permit
|
2620:10d:c09c:400::8:1 permit
|
||||||
2620:119:50c0:207::/64 permit
|
2620:119:50c0:207::/64 permit
|
||||||
2620:119:50c0:207::215 permit
|
2620:119:50c0:207::215 permit
|
||||||
|
2620:1ec:46::38 permit
|
||||||
|
2620:1ec:bdf::38 permit
|
||||||
2800:3f0:4000::/36 permit
|
2800:3f0:4000::/36 permit
|
||||||
2800:3f0:4864::/56 permit
|
2800:3f0:4864::/56 permit
|
||||||
49.12.4.251 permit # checks.mailcow.email
|
49.12.4.251 permit # checks.mailcow.email
|
||||||
|
|||||||
@@ -1035,6 +1035,14 @@ function edit_user_account($_data) {
|
|||||||
// edit password
|
// edit password
|
||||||
$is_forced_pw_update = !empty($_SESSION['pending_pw_update']);
|
$is_forced_pw_update = !empty($_SESSION['pending_pw_update']);
|
||||||
if (((!empty($password_old) || $is_forced_pw_update) && !empty($_data['user_new_pass']) && !empty($_data['user_new_pass2']))) {
|
if (((!empty($password_old) || $is_forced_pw_update) && !empty($_data['user_new_pass']) && !empty($_data['user_new_pass2']))) {
|
||||||
|
if (!$is_forced_pw_update && (!isset($_SESSION['acl']['pw_change']) || $_SESSION['acl']['pw_change'] != "1")) {
|
||||||
|
$_SESSION['return'][] = array(
|
||||||
|
'type' => 'danger',
|
||||||
|
'log' => array(__FUNCTION__, $_data_log),
|
||||||
|
'msg' => 'access_denied'
|
||||||
|
);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
// Only verify old password if this is NOT a forced password update
|
// Only verify old password if this is NOT a forced password update
|
||||||
if (!$is_forced_pw_update) {
|
if (!$is_forced_pw_update) {
|
||||||
$stmt = $pdo->prepare("SELECT `password` FROM `mailbox`
|
$stmt = $pdo->prepare("SELECT `password` FROM `mailbox`
|
||||||
|
|||||||
@@ -1331,6 +1331,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
|||||||
$_data['quarantine_notification'] = (in_array('quarantine_notification', $_data['acl'])) ? 1 : 0;
|
$_data['quarantine_notification'] = (in_array('quarantine_notification', $_data['acl'])) ? 1 : 0;
|
||||||
$_data['quarantine_category'] = (in_array('quarantine_category', $_data['acl'])) ? 1 : 0;
|
$_data['quarantine_category'] = (in_array('quarantine_category', $_data['acl'])) ? 1 : 0;
|
||||||
$_data['app_passwds'] = (in_array('app_passwds', $_data['acl'])) ? 1 : 0;
|
$_data['app_passwds'] = (in_array('app_passwds', $_data['acl'])) ? 1 : 0;
|
||||||
|
$_data['pw_change'] = (in_array('pw_change', $_data['acl'])) ? 1 : 0;
|
||||||
$_data['pw_reset'] = (in_array('pw_reset', $_data['acl'])) ? 1 : 0;
|
$_data['pw_reset'] = (in_array('pw_reset', $_data['acl'])) ? 1 : 0;
|
||||||
} else {
|
} else {
|
||||||
$_data['spam_alias'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_spam_alias']);
|
$_data['spam_alias'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_spam_alias']);
|
||||||
@@ -1347,15 +1348,16 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
|||||||
$_data['quarantine_notification'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_quarantine_notification']);
|
$_data['quarantine_notification'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_quarantine_notification']);
|
||||||
$_data['quarantine_category'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_quarantine_category']);
|
$_data['quarantine_category'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_quarantine_category']);
|
||||||
$_data['app_passwds'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_app_passwds']);
|
$_data['app_passwds'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_app_passwds']);
|
||||||
|
$_data['pw_change'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_pw_change']);
|
||||||
$_data['pw_reset'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_pw_reset']);
|
$_data['pw_reset'] = intval($MAILBOX_DEFAULT_ATTRIBUTES['acl_pw_reset']);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$stmt = $pdo->prepare("INSERT INTO `user_acl`
|
$stmt = $pdo->prepare("INSERT INTO `user_acl`
|
||||||
(`username`, `spam_alias`, `tls_policy`, `spam_score`, `spam_policy`, `delimiter_action`, `syncjobs`, `eas_reset`, `sogo_profile_reset`,
|
(`username`, `spam_alias`, `tls_policy`, `spam_score`, `spam_policy`, `delimiter_action`, `syncjobs`, `eas_reset`, `sogo_profile_reset`,
|
||||||
`pushover`, `quarantine`, `quarantine_attachments`, `quarantine_notification`, `quarantine_category`, `app_passwds`, `pw_reset`)
|
`pushover`, `quarantine`, `quarantine_attachments`, `quarantine_notification`, `quarantine_category`, `app_passwds`, `pw_change`, `pw_reset`)
|
||||||
VALUES (:username, :spam_alias, :tls_policy, :spam_score, :spam_policy, :delimiter_action, :syncjobs, :eas_reset, :sogo_profile_reset,
|
VALUES (:username, :spam_alias, :tls_policy, :spam_score, :spam_policy, :delimiter_action, :syncjobs, :eas_reset, :sogo_profile_reset,
|
||||||
:pushover, :quarantine, :quarantine_attachments, :quarantine_notification, :quarantine_category, :app_passwds, :pw_reset) ");
|
:pushover, :quarantine, :quarantine_attachments, :quarantine_notification, :quarantine_category, :app_passwds, :pw_change, :pw_reset) ");
|
||||||
$stmt->execute(array(
|
$stmt->execute(array(
|
||||||
':username' => $username,
|
':username' => $username,
|
||||||
':spam_alias' => $_data['spam_alias'],
|
':spam_alias' => $_data['spam_alias'],
|
||||||
@@ -1372,6 +1374,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
|||||||
':quarantine_notification' => $_data['quarantine_notification'],
|
':quarantine_notification' => $_data['quarantine_notification'],
|
||||||
':quarantine_category' => $_data['quarantine_category'],
|
':quarantine_category' => $_data['quarantine_category'],
|
||||||
':app_passwds' => $_data['app_passwds'],
|
':app_passwds' => $_data['app_passwds'],
|
||||||
|
':pw_change' => $_data['pw_change'],
|
||||||
':pw_reset' => $_data['pw_reset']
|
':pw_reset' => $_data['pw_reset']
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
@@ -1792,6 +1795,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
|||||||
$attr['acl_quarantine_notification'] = (in_array('quarantine_notification', $_data['acl'])) ? 1 : 0;
|
$attr['acl_quarantine_notification'] = (in_array('quarantine_notification', $_data['acl'])) ? 1 : 0;
|
||||||
$attr['acl_quarantine_category'] = (in_array('quarantine_category', $_data['acl'])) ? 1 : 0;
|
$attr['acl_quarantine_category'] = (in_array('quarantine_category', $_data['acl'])) ? 1 : 0;
|
||||||
$attr['acl_app_passwds'] = (in_array('app_passwds', $_data['acl'])) ? 1 : 0;
|
$attr['acl_app_passwds'] = (in_array('app_passwds', $_data['acl'])) ? 1 : 0;
|
||||||
|
$attr['acl_pw_change'] = (in_array('pw_change', $_data['acl'])) ? 1 : 0;
|
||||||
$attr['acl_pw_reset'] = (in_array('pw_reset', $_data['acl'])) ? 1 : 0;
|
$attr['acl_pw_reset'] = (in_array('pw_reset', $_data['acl'])) ? 1 : 0;
|
||||||
} else {
|
} else {
|
||||||
$_data['acl'] = (array)$_data['acl'];
|
$_data['acl'] = (array)$_data['acl'];
|
||||||
@@ -1809,6 +1813,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
|||||||
$attr['acl_quarantine_notification'] = 0;
|
$attr['acl_quarantine_notification'] = 0;
|
||||||
$attr['acl_quarantine_category'] = 0;
|
$attr['acl_quarantine_category'] = 0;
|
||||||
$attr['acl_app_passwds'] = 0;
|
$attr['acl_app_passwds'] = 0;
|
||||||
|
$attr['acl_pw_change'] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -3862,6 +3867,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
|||||||
$attr['acl_quarantine_notification'] = (in_array('quarantine_notification', $_data['acl'])) ? 1 : 0;
|
$attr['acl_quarantine_notification'] = (in_array('quarantine_notification', $_data['acl'])) ? 1 : 0;
|
||||||
$attr['acl_quarantine_category'] = (in_array('quarantine_category', $_data['acl'])) ? 1 : 0;
|
$attr['acl_quarantine_category'] = (in_array('quarantine_category', $_data['acl'])) ? 1 : 0;
|
||||||
$attr['acl_app_passwds'] = (in_array('app_passwds', $_data['acl'])) ? 1 : 0;
|
$attr['acl_app_passwds'] = (in_array('app_passwds', $_data['acl'])) ? 1 : 0;
|
||||||
|
$attr['acl_pw_change'] = (in_array('pw_change', $_data['acl'])) ? 1 : 0;
|
||||||
$attr['acl_pw_reset'] = (in_array('pw_reset', $_data['acl'])) ? 1 : 0;
|
$attr['acl_pw_reset'] = (in_array('pw_reset', $_data['acl'])) ? 1 : 0;
|
||||||
} else {
|
} else {
|
||||||
foreach ($is_now as $key => $value){
|
foreach ($is_now as $key => $value){
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ function init_db_schema()
|
|||||||
try {
|
try {
|
||||||
global $pdo;
|
global $pdo;
|
||||||
|
|
||||||
$db_version = "19022026_1220";
|
$db_version = "16042026_1402";
|
||||||
|
|
||||||
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
|
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
|
||||||
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));
|
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));
|
||||||
@@ -513,6 +513,7 @@ function init_db_schema()
|
|||||||
"quarantine_notification" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"quarantine_notification" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
"quarantine_category" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"quarantine_category" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
"app_passwds" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"app_passwds" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
|
"pw_change" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
"pw_reset" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
"pw_reset" => "TINYINT(1) NOT NULL DEFAULT '1'",
|
||||||
),
|
),
|
||||||
"keys" => array(
|
"keys" => array(
|
||||||
@@ -1478,6 +1479,7 @@ function init_db_schema()
|
|||||||
"acl_quarantine_notification" => 1,
|
"acl_quarantine_notification" => 1,
|
||||||
"acl_quarantine_category" => 1,
|
"acl_quarantine_category" => 1,
|
||||||
"acl_app_passwds" => 1,
|
"acl_app_passwds" => 1,
|
||||||
|
"acl_pw_change" => 1,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$stmt = $pdo->prepare("SELECT id FROM `templates` WHERE `type` = :type AND `template` = :template");
|
$stmt = $pdo->prepare("SELECT id FROM `templates` WHERE `type` = :type AND `template` = :template");
|
||||||
|
|||||||
@@ -112,7 +112,6 @@ $AVAILABLE_LANGUAGES = array(
|
|||||||
'sv-se' => 'Svenska (Swedish)',
|
'sv-se' => 'Svenska (Swedish)',
|
||||||
'tr-tr' => 'Türkçe (Turkish)',
|
'tr-tr' => 'Türkçe (Turkish)',
|
||||||
'uk-ua' => 'Українська (Ukrainian)',
|
'uk-ua' => 'Українська (Ukrainian)',
|
||||||
'uz-uz' => 'Oʻzbekcha (Uzbek)',
|
|
||||||
'vi-vn' => 'Tiếng Việt (Vietnamese)',
|
'vi-vn' => 'Tiếng Việt (Vietnamese)',
|
||||||
'zh-cn' => '简体中文 (Simplified Chinese)',
|
'zh-cn' => '简体中文 (Simplified Chinese)',
|
||||||
'zh-tw' => '繁體中文 (Traditional Chinese)',
|
'zh-tw' => '繁體中文 (Traditional Chinese)',
|
||||||
|
|||||||
@@ -403,6 +403,9 @@ $(document).ready(function() {
|
|||||||
if (template.acl_app_passwds == 1){
|
if (template.acl_app_passwds == 1){
|
||||||
acl.push("app_passwds");
|
acl.push("app_passwds");
|
||||||
}
|
}
|
||||||
|
if (template.acl_pw_change == 1){
|
||||||
|
acl.push("pw_change");
|
||||||
|
}
|
||||||
if (template.acl_pw_reset == 1){
|
if (template.acl_pw_reset == 1){
|
||||||
acl.push("pw_reset");
|
acl.push("pw_reset");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,21 +102,18 @@ jQuery(function($){
|
|||||||
{
|
{
|
||||||
title: 'ID',
|
title: 'ID',
|
||||||
data: 'id',
|
data: 'id',
|
||||||
defaultContent: '',
|
defaultContent: ''
|
||||||
render: $.fn.dataTable.render.text()
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: lang.qid,
|
title: lang.qid,
|
||||||
data: 'qid',
|
data: 'qid',
|
||||||
defaultContent: '',
|
defaultContent: ''
|
||||||
render: $.fn.dataTable.render.text()
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: lang.sender,
|
title: lang.sender,
|
||||||
data: 'sender',
|
data: 'sender',
|
||||||
className: 'senders-mw220',
|
className: 'senders-mw220',
|
||||||
defaultContent: '',
|
defaultContent: ''
|
||||||
render: $.fn.dataTable.render.text()
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: lang.subj,
|
title: lang.subj,
|
||||||
@@ -131,8 +128,7 @@ jQuery(function($){
|
|||||||
{
|
{
|
||||||
title: lang.rcpt,
|
title: lang.rcpt,
|
||||||
data: 'rcpt',
|
data: 'rcpt',
|
||||||
defaultContent: '',
|
defaultContent: ''
|
||||||
render: $.fn.dataTable.render.text()
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: lang.danger,
|
title: lang.danger,
|
||||||
|
|||||||
@@ -48,13 +48,13 @@ jQuery(function($){
|
|||||||
url: "/api/v1/get/mailq/all",
|
url: "/api/v1/get/mailq/all",
|
||||||
dataSrc: function(data){
|
dataSrc: function(data){
|
||||||
$.each(data, function (i, item) {
|
$.each(data, function (i, item) {
|
||||||
item.chkbox = '<input type="checkbox" class="form-check-input" data-id="mailqitems" name="multi_select" value="' + escapeHtml(item.queue_id) + '" />';
|
item.chkbox = '<input type="checkbox" class="form-check-input" data-id="mailqitems" name="multi_select" value="' + item.queue_id + '" />';
|
||||||
rcpts = $.map(item.recipients, function(i) {
|
rcpts = $.map(item.recipients, function(i) {
|
||||||
return escapeHtml(i);
|
return escapeHtml(i);
|
||||||
});
|
});
|
||||||
item.recipients = rcpts.join('<hr style="margin:1px!important">');
|
item.recipients = rcpts.join('<hr style="margin:1px!important">');
|
||||||
item.action = '<div class="btn-group">' +
|
item.action = '<div class="btn-group">' +
|
||||||
'<a href="#" data-bs-toggle="modal" data-bs-target="#showQueuedMsg" data-queue-id="' + escapeHtml(item.queue_id) + '" class="btn btn-xs btn-secondary">' + lang.show_message + '</a>' +
|
'<a href="#" data-bs-toggle="modal" data-bs-target="#showQueuedMsg" data-queue-id="' + encodeURI(item.queue_id) + '" class="btn btn-xs btn-secondary">' + lang.show_message + '</a>' +
|
||||||
'</div>';
|
'</div>';
|
||||||
});
|
});
|
||||||
return data;
|
return data;
|
||||||
@@ -79,14 +79,12 @@ jQuery(function($){
|
|||||||
{
|
{
|
||||||
title: 'QID',
|
title: 'QID',
|
||||||
data: 'queue_id',
|
data: 'queue_id',
|
||||||
defaultContent: '',
|
defaultContent: ''
|
||||||
render: $.fn.dataTable.render.text()
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Queue',
|
title: 'Queue',
|
||||||
data: 'queue_name',
|
data: 'queue_name',
|
||||||
defaultContent: '',
|
defaultContent: ''
|
||||||
render: $.fn.dataTable.render.text()
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: lang_admin.arrival_time,
|
title: lang_admin.arrival_time,
|
||||||
@@ -108,8 +106,7 @@ jQuery(function($){
|
|||||||
{
|
{
|
||||||
title: lang_admin.sender,
|
title: lang_admin.sender,
|
||||||
data: 'sender',
|
data: 'sender',
|
||||||
defaultContent: '',
|
defaultContent: ''
|
||||||
render: $.fn.dataTable.render.text()
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: lang_admin.recipients,
|
title: lang_admin.recipients,
|
||||||
|
|||||||
@@ -1,17 +1,5 @@
|
|||||||
{
|
{
|
||||||
"acl": {
|
"acl": {
|
||||||
"login_as": "E-poçt qutusu istifadəçisi olaraq daxil ol",
|
"login_as": "E-poçt qutusu istifadəçisi olaraq daxil ol"
|
||||||
"alias_domains": "Alternativ domenlər əlavə et",
|
|
||||||
"app_passwds": "Tətbiq parollarını idarə et",
|
|
||||||
"bcc_maps": "BCC yönləndirmə xəritələri",
|
|
||||||
"delimiter_action": "Ayırıcı əməliyyatı",
|
|
||||||
"domain_desc": "Domen təsvirini dəyiş",
|
|
||||||
"domain_relayhost": "Domen üçün relay serveri dəyiş",
|
|
||||||
"eas_reset": "EAS cihazlarını sıfırla",
|
|
||||||
"extend_sender_acl": "Göndərən ACL-ni xarici ünvanlarla genişləndirməyə icazə ver",
|
|
||||||
"filters": "Filtrlər",
|
|
||||||
"mailbox_relayhost": "E-poçt qutusu üçün relay serveri dəyiş",
|
|
||||||
"prohibited": "ACL tərəfindən məhdudlaşdırılıb",
|
|
||||||
"protocol_access": "Protokol girişini dəyiş"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
"prohibited": "Untersagt durch Richtlinie",
|
"prohibited": "Untersagt durch Richtlinie",
|
||||||
"protocol_access": "Ändern der erlaubten Protokolle",
|
"protocol_access": "Ändern der erlaubten Protokolle",
|
||||||
"pushover": "Pushover",
|
"pushover": "Pushover",
|
||||||
|
"pw_change": "Passwortänderung erlauben",
|
||||||
"pw_reset": "Verwalten der E-Mail zur Passwortwiederherstellung erlauben",
|
"pw_reset": "Verwalten der E-Mail zur Passwortwiederherstellung erlauben",
|
||||||
"quarantine": "Quarantäne-Aktionen",
|
"quarantine": "Quarantäne-Aktionen",
|
||||||
"quarantine_attachments": "Anhänge aus Quarantäne",
|
"quarantine_attachments": "Anhänge aus Quarantäne",
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
"prohibited": "Prohibited by ACL",
|
"prohibited": "Prohibited by ACL",
|
||||||
"protocol_access": "Change protocol access",
|
"protocol_access": "Change protocol access",
|
||||||
"pushover": "Pushover",
|
"pushover": "Pushover",
|
||||||
|
"pw_change": "Allow password change",
|
||||||
"pw_reset": "Allow to reset mailcow user password",
|
"pw_reset": "Allow to reset mailcow user password",
|
||||||
"quarantine": "Quarantine actions",
|
"quarantine": "Quarantine actions",
|
||||||
"quarantine_attachments": "Quarantine attachments",
|
"quarantine_attachments": "Quarantine attachments",
|
||||||
|
|||||||
@@ -27,8 +27,7 @@
|
|||||||
"tls_policy": "Versleutelingsbeleid",
|
"tls_policy": "Versleutelingsbeleid",
|
||||||
"unlimited_quota": "Onbeperkte quota voor mailboxen",
|
"unlimited_quota": "Onbeperkte quota voor mailboxen",
|
||||||
"domain_desc": "Wijzig domeinbeschrijving",
|
"domain_desc": "Wijzig domeinbeschrijving",
|
||||||
"pw_reset": "Toegang om mailcow gebruikers wachtwoord te resetten",
|
"pw_reset": "Toegang om mailcow gebruikers wachtwoord te resetten"
|
||||||
"domain_relayhost": "Verander relayhost voor een domein"
|
|
||||||
},
|
},
|
||||||
"add": {
|
"add": {
|
||||||
"activate_filter_warn": "Alle andere filters worden gedeactiveerd zolang deze geactiveerd is.",
|
"activate_filter_warn": "Alle andere filters worden gedeactiveerd zolang deze geactiveerd is.",
|
||||||
|
|||||||
@@ -189,7 +189,7 @@
|
|||||||
"api_info": "API jest w trakcie prac. Dokumentację można znaleźć pod adresem <a href=\"/api\">/api</a>",
|
"api_info": "API jest w trakcie prac. Dokumentację można znaleźć pod adresem <a href=\"/api\">/api</a>",
|
||||||
"api_key": "klucz API",
|
"api_key": "klucz API",
|
||||||
"api_read_only": "Dostęp tylko do odczytu",
|
"api_read_only": "Dostęp tylko do odczytu",
|
||||||
"api_read_write": "Dostęp do odczytu i zapisu",
|
"api_read_write": "Dostęp tylko do odczytu",
|
||||||
"api_skip_ip_check": "Pomiń sprawdzenie IP dla API",
|
"api_skip_ip_check": "Pomiń sprawdzenie IP dla API",
|
||||||
"app_hide": "Ukryj dla logowania",
|
"app_hide": "Ukryj dla logowania",
|
||||||
"app_links": "Linki aplikacji",
|
"app_links": "Linki aplikacji",
|
||||||
@@ -1226,7 +1226,7 @@
|
|||||||
"decimal": ".",
|
"decimal": ".",
|
||||||
"emptyTable": "Brak danych w tabeli",
|
"emptyTable": "Brak danych w tabeli",
|
||||||
"expand_all": "Rozszerz wszystko",
|
"expand_all": "Rozszerz wszystko",
|
||||||
"info": "Wyświetlanie od _START_ do _END_ z _TOTAL_ wpisów",
|
"info": "Wyświetlanie od START do END z TOTAL wpisów",
|
||||||
"infoEmpty": "Wyświetlanie od 0 do 0 z 0 wpisów",
|
"infoEmpty": "Wyświetlanie od 0 do 0 z 0 wpisów",
|
||||||
"infoFiltered": "(filtrowane z _MAX_ suma wpisów)",
|
"infoFiltered": "(filtrowane z _MAX_ suma wpisów)",
|
||||||
"thousands": ",",
|
"thousands": ",",
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
"add_domain_only": "Adicionar somente domínio",
|
"add_domain_only": "Adicionar somente domínio",
|
||||||
"add_domain_restart": "Adicionar domínio e reiniciar o SoGo",
|
"add_domain_restart": "Adicionar domínio e reiniciar o SoGo",
|
||||||
"alias_address": "Endereço (s) de alias",
|
"alias_address": "Endereço (s) de alias",
|
||||||
"alias_address_info": "<small>Endereço(s) de e-mail completo(s) ou @example.com, para capturar todas as mensagens de um domínio (separadas por vírgula). <b>Apenas domínios do Mailcow</b>.</small>",
|
"alias_address_info": "<small>Endereço/s de e-mail completo ou @example .com, para capturar todas as mensagens de um domínio (separadas por vírgula). <b> somente domínios mailcow</b>.</small>",
|
||||||
"alias_domain": "Domínio de alias",
|
"alias_domain": "Domínio de alias",
|
||||||
"alias_domain_info": "<small>Somente nomes de domínio válidos (separados por vírgula).</small>",
|
"alias_domain_info": "<small>Somente nomes de domínio válidos (separados por vírgula).</small>",
|
||||||
"app_name": "Nome do aplicativo",
|
"app_name": "Nome do aplicativo",
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
"logo_dark_label": "Invertido para o modo escuro",
|
"logo_dark_label": "Invertido para o modo escuro",
|
||||||
"configuration": "Configuração",
|
"configuration": "Configuração",
|
||||||
"convert_html_to_text": "Converter HTML em texto sem formatação",
|
"convert_html_to_text": "Converter HTML em texto sem formatação",
|
||||||
"copy_to_clipboard": "Copiado para a área de transferência!",
|
"copy_to_clipboard": "Text copied to clipboard!",
|
||||||
"cors_settings": "Configurações do CORS",
|
"cors_settings": "Configurações do CORS",
|
||||||
"credentials_transport_warning": "<b>Aviso</b>: Adicionar uma nova entrada no mapa de transporte atualizará as credenciais de todas as entradas com uma coluna correspondente do próximo salto.",
|
"credentials_transport_warning": "<b>Aviso</b>: Adicionar uma nova entrada no mapa de transporte atualizará as credenciais de todas as entradas com uma coluna correspondente do próximo salto.",
|
||||||
"customer_id": "ID do cliente",
|
"customer_id": "ID do cliente",
|
||||||
@@ -223,7 +223,7 @@
|
|||||||
"includes": "Inclua esses destinatários",
|
"includes": "Inclua esses destinatários",
|
||||||
"ip_check": "Verificação de IP",
|
"ip_check": "Verificação de IP",
|
||||||
"ip_check_disabled": "A verificação de IP está desativada. Você pode ativá-lo em <br><strong>Sistema > Configuração > Opções > Personalizar</strong>",
|
"ip_check_disabled": "A verificação de IP está desativada. Você pode ativá-lo em <br><strong>Sistema > Configuração > Opções > Personalizar</strong>",
|
||||||
"ip_check_opt_in": "Opte por usar o serviço de terceiros <strong>ipv4.mailcow.email</strong> e <strong>ipv6.mailcow.email</strong> para resolver endereços IP externos.",
|
"ip_check_opt_in": "Opte por usar o serviço de terceiros <strong>ipv4.mailcow.email.</strong> e <strong>ipv6.mailcow.email</strong> para resolver endereços IP externos.",
|
||||||
"is_mx_based": "Baseado em MX",
|
"is_mx_based": "Baseado em MX",
|
||||||
"last_applied": "Aplicado pela última vez",
|
"last_applied": "Aplicado pela última vez",
|
||||||
"license_info": "Uma licença não é necessária, mas ajuda no desenvolvimento.<br><a href=\"https://www.servercow.de/mailcow? Lang=en#sal\" target=\"_blank\" alt=\"SAL order\">Registre seu GUID aqui</a> ou <a href=\"https://www.servercow.de/mailcow? Lang=en#support\" target=\"_blank\" alt=\"Support order\">comprar suporte para sua instalação de mailcow.</a>",
|
"license_info": "Uma licença não é necessária, mas ajuda no desenvolvimento.<br><a href=\"https://www.servercow.de/mailcow? Lang=en#sal\" target=\"_blank\" alt=\"SAL order\">Registre seu GUID aqui</a> ou <a href=\"https://www.servercow.de/mailcow? Lang=en#support\" target=\"_blank\" alt=\"Support order\">comprar suporte para sua instalação de mailcow.</a>",
|
||||||
@@ -245,7 +245,7 @@
|
|||||||
"oauth2_add_client": "Adicionar cliente OAuth2",
|
"oauth2_add_client": "Adicionar cliente OAuth2",
|
||||||
"oauth2_client_id": "ID do cliente",
|
"oauth2_client_id": "ID do cliente",
|
||||||
"oauth2_client_secret": "Segredo do cliente",
|
"oauth2_client_secret": "Segredo do cliente",
|
||||||
"oauth2_info": "A implementação do OAuth2 suporta o tipo de concessão \"Código de Autorização\" e emite tokens de atualização.<br>\nO servidor também emite automaticamente novos tokens de atualização após um token de atualização ter sido usado.<br>\nO escopo padrão é <i>profile</i>. Somente usuários de caixa de correio podem ser autenticados com o OAuth2. Se o parâmetro de escopo for omitido, o padrão será <i>profile</i>.<br>\nO parâmetro <i>state</i> deve ser enviado pelo cliente como parte da solicitação de autorização.<br><br>\nCaminhos para solicitações à API OAuth2: <br>\n\n<ul>\n <li>Ponto de extremidade de autorização: <code>/oauth/authorize</code></li>\n <li>Endpoint do token: <code>/oauth/token</code></li>\n <li>Página de recursos: <code>/oauth/profile</code></li>\n</ul>\n\nRegenerar o segredo do cliente não expirará os códigos de autorização existentes, mas impedirá a renovação do token.<br><br>\nA revogação dos tokens de cliente causará o encerramento imediato de todas as sessões ativas. Todos os clientes precisarão se autenticar novamente.",
|
"oauth2_info": "A implementação OAuth2 suporta o tipo de concessão \"Código de Autorização\" e emite tokens de atualização.<br>\nO servidor também emite automaticamente novos tokens de atualização, depois que um token de atualização foi usado.<br><br>\n• O escopo padrão é <i>perfil</i>. Somente usuários com caixa de e-mail podem ser autenticados contra o OAuth2. Se o parâmetro de escopo for omitido, ele voltará para <i>perfil</i>.<br>\nCaminhos para solicitações OAuth2 API: <br>\n<ul>\n<li>Endpoint de autorização: <code>/oauth/authorize</code></li>\n<li>Endpoint token: <code>/oauth/token</code></li>\n<li>Página de recursos: <code>/oauth/profile</code></li>\n</ul>\nRegenerar o segredo do cliente não expirará os códigos de autorização existentes, mas eles não renovarão seu token.<br><br>\nA revogação dos tokens do cliente causará o término imediato de todas as sessões ativas. Todos os clientes precisam se autenticar novamente.",
|
||||||
"oauth2_redirect_uri": "URI de redirecionamento",
|
"oauth2_redirect_uri": "URI de redirecionamento",
|
||||||
"oauth2_renew_secret": "Gere um novo segredo de cliente",
|
"oauth2_renew_secret": "Gere um novo segredo de cliente",
|
||||||
"oauth2_revoke_tokens": "Revogar todos os tokens do cliente",
|
"oauth2_revoke_tokens": "Revogar todos os tokens do cliente",
|
||||||
@@ -730,7 +730,7 @@
|
|||||||
"pushover_verify": "Verifique as credenciais",
|
"pushover_verify": "Verifique as credenciais",
|
||||||
"quota_mb": "Cota (MiB)",
|
"quota_mb": "Cota (MiB)",
|
||||||
"quota_warning_bcc": "Aviso de cota BCC",
|
"quota_warning_bcc": "Aviso de cota BCC",
|
||||||
"quota_warning_bcc_info": "Os avisos serão enviados em cópias separadas para os seguintes destinatários. O assunto será precedido pelo nome de usuário correspondente entre colchetes, por exemplo: <code>Aviso de cota (user@example.com)</code>.",
|
"quota_warning_bcc_info": "Os avisos serão enviados em cópias separadas para os seguintes destinatários. O assunto será sufixado pelo nome de usuário correspondente entre colchetes, por exemplo: <code>Aviso de cota (</code>user@example.com).",
|
||||||
"ratelimit": "Limite de taxa",
|
"ratelimit": "Limite de taxa",
|
||||||
"redirect_uri": "URL de redirecionamento/retorno de chamada",
|
"redirect_uri": "URL de redirecionamento/retorno de chamada",
|
||||||
"relay_all": "Retransmita todos os destinatários",
|
"relay_all": "Retransmita todos os destinatários",
|
||||||
@@ -759,7 +759,7 @@
|
|||||||
"spam_score": "Defina uma pontuação de spam personalizada",
|
"spam_score": "Defina uma pontuação de spam personalizada",
|
||||||
"subfolder2": "Sincronizar na subpasta no destino <br><small>(vazio = não usar subpasta</small>)",
|
"subfolder2": "Sincronizar na subpasta no destino <br><small>(vazio = não usar subpasta</small>)",
|
||||||
"syncjob": "Editar tarefa de sincronização",
|
"syncjob": "Editar tarefa de sincronização",
|
||||||
"target_address": "Ir para o(s) endereço(s) <small>(separados por vírgula)</small>",
|
"target_address": "<small>Ir para endereço/es (separados por vírgula)</small>",
|
||||||
"target_domain": "Domínio de destino",
|
"target_domain": "Domínio de destino",
|
||||||
"timeout1": "Tempo limite para conexão com o host remoto",
|
"timeout1": "Tempo limite para conexão com o host remoto",
|
||||||
"timeout2": "Tempo limite para conexão com o host local",
|
"timeout2": "Tempo limite para conexão com o host local",
|
||||||
@@ -807,7 +807,7 @@
|
|||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
"confirm_delete": "Confirme a exclusão",
|
"confirm_delete": "Confirme a exclusão",
|
||||||
"delete_now": "Excluir agora",
|
"delete_now": "Excluir agora",
|
||||||
"delete_these_items": "Por favor, confirme as alterações feitas no seguinte ID de objeto.",
|
"delete_these_items": "Confirme suas alterações no seguinte ID de objeto",
|
||||||
"hibp_check": "Verifique em haveibeenpwned.com",
|
"hibp_check": "Verifique em haveibeenpwned.com",
|
||||||
"hibp_nok": "Combinado! Essa é uma senha potencialmente perigosa!",
|
"hibp_nok": "Combinado! Essa é uma senha potencialmente perigosa!",
|
||||||
"hibp_ok": "Nenhuma combinação encontrada.",
|
"hibp_ok": "Nenhuma combinação encontrada.",
|
||||||
@@ -1393,7 +1393,7 @@
|
|||||||
"syncjob_EXIT_CONNECTION_FAILURE_HOST1": "Não é possível se conectar ao servidor remoto",
|
"syncjob_EXIT_CONNECTION_FAILURE_HOST1": "Não é possível se conectar ao servidor remoto",
|
||||||
"syncjob_EXIT_AUTHENTICATION_FAILURE_USER1": "Nome de usuário ou senha incorretos",
|
"syncjob_EXIT_AUTHENTICATION_FAILURE_USER1": "Nome de usuário ou senha incorretos",
|
||||||
"tag_handling": "Definir o tratamento para e-mails marcados",
|
"tag_handling": "Definir o tratamento para e-mails marcados",
|
||||||
"tag_help_example": "Exemplo de endereço de e-mail com tag: eu+Facebook</b>@exemplo.org",
|
"tag_help_example": "Exemplo de um endereço de e-mail marcado: me <b>+Facebook</b> @example .org",
|
||||||
"tag_help_explain": "Na subpasta: uma nova subpasta com o nome da tag será criada abaixo da CAIXA DE ENTRADA (“Caixa de entrada/Facebook”). <br>\r\nNo assunto: o nome das tags será anexado ao assunto do e-mail, por exemplo: “[Facebook] Minhas notícias”.",
|
"tag_help_explain": "Na subpasta: uma nova subpasta com o nome da tag será criada abaixo da CAIXA DE ENTRADA (“Caixa de entrada/Facebook”). <br>\r\nNo assunto: o nome das tags será anexado ao assunto do e-mail, por exemplo: “[Facebook] Minhas notícias”.",
|
||||||
"tag_in_none": "Não faça nada",
|
"tag_in_none": "Não faça nada",
|
||||||
"tag_in_subfolder": "Na subpasta",
|
"tag_in_subfolder": "Na subpasta",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,7 @@
|
|||||||
<div class="row mb-4">
|
<div class="row mb-4">
|
||||||
<label class="control-label col-sm-2" for="script_data">Script:</label>
|
<label class="control-label col-sm-2" for="script_data">Script:</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control textarea-code" rows="20" id="script_data" name="script_data" required>{{ result.script_data }}</textarea>
|
<textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control textarea-code" rows="20" id="script_data" name="script_data" required>{{ result.script_data|raw }}</textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-2">
|
<div class="row mb-2">
|
||||||
|
|||||||
@@ -131,6 +131,7 @@
|
|||||||
<option value="quarantine_notification" {% if template.attributes.acl_quarantine_notification == '1' %} selected{% endif %}>{{ lang.acl["quarantine_notification"] }}</option>
|
<option value="quarantine_notification" {% if template.attributes.acl_quarantine_notification == '1' %} selected{% endif %}>{{ lang.acl["quarantine_notification"] }}</option>
|
||||||
<option value="quarantine_category" {% if template.attributes.acl_quarantine_category == '1' %} selected{% endif %}>{{ lang.acl["quarantine_category"] }}</option>
|
<option value="quarantine_category" {% if template.attributes.acl_quarantine_category == '1' %} selected{% endif %}>{{ lang.acl["quarantine_category"] }}</option>
|
||||||
<option value="app_passwds" {% if template.attributes.acl_app_passwds == '1' %} selected{% endif %}>{{ lang.acl["app_passwds"] }}</option>
|
<option value="app_passwds" {% if template.attributes.acl_app_passwds == '1' %} selected{% endif %}>{{ lang.acl["app_passwds"] }}</option>
|
||||||
|
<option value="pw_change" {% if template.attributes.acl_pw_change == '1' %} selected{% endif %}>{{ lang.acl["pw_change"] }}</option>
|
||||||
<option value="pw_reset" {% if template.attributes.acl_pw_reset == '1' %} selected{% endif %}>{{ lang.acl["pw_reset"] }}</option>
|
<option value="pw_reset" {% if template.attributes.acl_pw_reset == '1' %} selected{% endif %}>{{ lang.acl["pw_reset"] }}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -172,6 +172,7 @@
|
|||||||
<option value="quarantine_notification" selected>{{ lang.acl["quarantine_notification"] }}</option>
|
<option value="quarantine_notification" selected>{{ lang.acl["quarantine_notification"] }}</option>
|
||||||
<option value="quarantine_category" selected>{{ lang.acl["quarantine_category"] }}</option>
|
<option value="quarantine_category" selected>{{ lang.acl["quarantine_category"] }}</option>
|
||||||
<option value="app_passwds" selected>{{ lang.acl["app_passwds"] }}</option>
|
<option value="app_passwds" selected>{{ lang.acl["app_passwds"] }}</option>
|
||||||
|
<option value="pw_change" selected>{{ lang.acl["pw_change"] }}</option>
|
||||||
<option value="pw_reset" selected>{{ lang.acl["pw_reset"] }}</option>
|
<option value="pw_reset" selected>{{ lang.acl["pw_reset"] }}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -108,7 +108,9 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 col-md-3 d-flex"></div>
|
<div class="col-12 col-md-3 d-flex"></div>
|
||||||
<div class="col-12 col-md-9 d-flex flex-wrap">
|
<div class="col-12 col-md-9 d-flex flex-wrap">
|
||||||
|
{% if acl.pw_change == 1 %}
|
||||||
<a class="btn btn-secondary" href="#pwChangeModal" data-bs-toggle="modal"><i class="bi bi-pencil-fill"></i> {{ lang.user.change_password }}</a>
|
<a class="btn btn-secondary" href="#pwChangeModal" data-bs-toggle="modal"><i class="bi bi-pencil-fill"></i> {{ lang.user.change_password }}</a>
|
||||||
|
{% endif %}
|
||||||
{% if acl.pw_reset == 1 %}
|
{% if acl.pw_reset == 1 %}
|
||||||
<a class="btn btn-secondary ms-4" href="#pwRecoveryEmailModal" data-bs-toggle="modal"><i class="bi bi-pencil-fill"></i> {{ lang.user.pw_recovery_email }}</a></p>
|
<a class="btn btn-secondary ms-4" href="#pwRecoveryEmailModal" data-bs-toggle="modal"><i class="bi bi-pencil-fill"></i> {{ lang.user.pw_recovery_email }}</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
unbound-mailcow:
|
unbound-mailcow:
|
||||||
image: ghcr.io/mailcow/unbound:1.25.1-1
|
image: ghcr.io/mailcow/unbound:1.25
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- SKIP_UNBOUND_HEALTHCHECK=${SKIP_UNBOUND_HEALTHCHECK:-n}
|
- SKIP_UNBOUND_HEALTHCHECK=${SKIP_UNBOUND_HEALTHCHECK:-n}
|
||||||
@@ -200,7 +200,7 @@ services:
|
|||||||
- phpfpm
|
- phpfpm
|
||||||
|
|
||||||
sogo-mailcow:
|
sogo-mailcow:
|
||||||
image: ghcr.io/mailcow/sogo:5.12.8-1
|
image: ghcr.io/mailcow/sogo:5.12.5-3
|
||||||
environment:
|
environment:
|
||||||
- DBNAME=${DBNAME}
|
- DBNAME=${DBNAME}
|
||||||
- DBUSER=${DBUSER}
|
- DBUSER=${DBUSER}
|
||||||
@@ -419,7 +419,7 @@ services:
|
|||||||
- php-fpm-mailcow
|
- php-fpm-mailcow
|
||||||
- sogo-mailcow
|
- sogo-mailcow
|
||||||
- rspamd-mailcow
|
- rspamd-mailcow
|
||||||
image: ghcr.io/mailcow/nginx:1.30.2-1
|
image: ghcr.io/mailcow/nginx:1.06
|
||||||
dns:
|
dns:
|
||||||
- ${IPV4_NETWORK:-172.22.1}.254
|
- ${IPV4_NETWORK:-172.22.1}.254
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user