Skip to content

Commit 26c8ab6

Browse files
AndrewSavdiroots
andauthored
* Updated base image to https://github.com/mailserver2/debian-mail-overlay/releases/tag/v1.0.14 * Update rsyslog.conf to ignore some rspamd warnings for tests (#61) * add smtp smuggling mitigation * update checkout action from v2 to v3 --------- Co-authored-by: diroots <30463065+diroots@users.noreply.github.com>
1 parent e10532a commit 26c8ab6

12 files changed

Lines changed: 25 additions & 10 deletions

File tree

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

.github/workflows/ecdsa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

.github/workflows/ldap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

.github/workflows/ldap2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

.github/workflows/reverse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

.github/workflows/sieve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

.github/workflows/traefik_acmev1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

.github/workflows/traefik_acmev2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository and submodules
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
submodules: recursive
1717

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mailserver2/debian-mail-overlay:1.0.12
1+
FROM mailserver2/debian-mail-overlay:1.0.14
22

33
LABEL description="Simple and full-featured mail server using Docker"
44

0 commit comments

Comments
 (0)