Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mail-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
mail-docker
Commits
42f34212
Commit
42f34212
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Pre-commit fixups.
parent
e489382c
No related branches found
No related tags found
No related merge requests found
Pipeline
#2518
passed
3 years ago
Stage: .pre
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.pre-commit-config.yaml
+1
-0
1 addition, 0 deletions
.pre-commit-config.yaml
dovecot/README.md
+1
-1
1 addition, 1 deletion
dovecot/README.md
exim4/README.md
+4
-4
4 additions, 4 deletions
exim4/README.md
spamd/README.md
+1
-1
1 addition, 1 deletion
spamd/README.md
with
7 additions
and
6 deletions
.pre-commit-config.yaml
+
1
−
0
View file @
42f34212
...
...
@@ -12,6 +12,7 @@ repos:
-
id
:
check-yaml
-
id
:
detect-private-key
-
id
:
end-of-file-fixer
exclude
:
gtube
-
id
:
trailing-whitespace
exclude
:
\.diff$
...
...
This diff is collapsed.
Click to expand it.
dovecot/README.md
+
1
−
1
View file @
42f34212
...
...
@@ -10,7 +10,7 @@ socket in the `/run/dovecot` volume (for LTMP submission).
## Environment variables
Name | Description
\-\-\-
|
\-\-\
-
--- | --
-
`LDAP_URIS`
| LDAP URI (eg,
`ldapi:///`
).
`LDAP_BASEDN`
| LDAP base DN (eg,
`dc=example,dc=com`
).
...
...
This diff is collapsed.
Click to expand it.
exim4/README.md
+
4
−
4
View file @
42f34212
...
...
@@ -9,16 +9,16 @@ The container exposes TCP ports 25 (SMTP) and 587 (submission).
## Environment variables
Name | Description
\-\-\-
|
\-\-\
-
`CLAMD_ADDRESS`
| Address of the clamd server (see http://exim.org/exim-html-current/doc/html/spec
\
_
html/ch-content
\
_
scanning
\
_
at
\
_
acl
\
_
time.htm).
--- | --
-
`CLAMD_ADDRESS`
| Address of the clamd server (see http://exim.org/exim-html-current/doc/html/spec_html/ch-content_scanning_at_acl_time.htm).
`DKIM_KEY_FILE`
|
`DKIM_SELECTOR`
|
`LDAP_URIS`
|
`LDAP_BASEDN`
|
`LMTP_ADDRESS`
| Address of the LMTP server (see http://exim.org/exim-html-current/doc/html/spec
\
_
html/ch-the
\
_
lmtp
\
_
transport.html).
`LMTP_ADDRESS`
| Address of the LMTP server (see http://exim.org/exim-html-current/doc/html/spec_html/ch-the_lmtp_transport.html).
`MAILNAME`
|
`ROOT_ALIAS`
|
`SPAMD_ADDRESS`
| Address of the spamd server (see http://exim.org/exim-html-current/doc/html/spec
\
_
html/ch-content
\
_
scanning
\
_
at
\
_
acl
\
_
time.html).
`SPAMD_ADDRESS`
| Address of the spamd server (see http://exim.org/exim-html-current/doc/html/spec_html/ch-content_scanning_at_acl_time.html).
`TLS_CERT_FILE`
|
`TLS_KEY_FILE`
|
...
...
This diff is collapsed.
Click to expand it.
spamd/README.md
+
1
−
1
View file @
42f34212
...
...
@@ -11,7 +11,7 @@ socket in the `/run/spamd` volume.
The image comes with the script
`spamd-learn`
which goes over the mobx files in
`/var/mail`
, uses them for training the classifier and them saves the database
in the
`/var/backups/sa-learn`
volume. On statup, the container restores the
in the
`/var/backups/sa-learn`
volume. On sta
r
tup, the container restores the
database from that volume. To update the database run
`spamd-learn`
from inside
the container with
`docker exec`
(there's no need to restart the container
afterwards). For an example see the
[
Cron image
](
../crond
)
inside this project.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment