1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-06-16 03:40:36 +02:00
Commit Graph

2794 Commits

Author SHA1 Message Date
a66b2bff0c Make test result easier to evaluate 2020-01-18 21:01:24 +01:00
30bbc15a8b Improved description for bare domains 2020-01-18 12:27:45 +01:00
3dd57daf1f Merge pull request #1374 from erik-wramner/document_bare_domains_968
Added FAQ for bare domains #968
2020-01-18 12:23:40 +01:00
e4f8bac6d1 Added FAQ for bare domains #968 2020-01-18 11:42:23 +01:00
53f092e8c6 Added FAQ about naked/bare domains 2020-01-18 11:39:04 +01:00
803bed51fe Removed file probably added by accident 2020-01-18 09:16:38 +01:00
b476118514 remove not needed log files after build 2020-01-15 20:29:21 +01:00
ae2aa6eeb4 Merge pull request #1372 from phish108/shortcircuit-bayes-99-mini
activate SA shortcircuit features via env, fixes #1118 (again)
2020-01-15 07:28:00 +01:00
739043d501 fixed a typo in the bayes shortcircuit docu 2020-01-14 22:08:17 +01:00
00702f8fcd Merge pull request #1367 from mindrunner/fix/logwatch
fix clamav issue in logwatch
2020-01-14 21:33:56 +01:00
35df764107 fix clamav issue in logwatch 2020-01-13 17:58:34 -05:00
b8726b80a4 activate SA shortcircuit features via env, fixes #1118 2020-01-13 14:22:14 +01:00
a559631641 Merge pull request #1365 from erik-wramner/fix_vcs_version_1364
Generate correct VCS_VERSION #1364
2020-01-12 13:02:23 +01:00
d7c8810c65 Generate correct VCS_VERSION #1364 2020-01-12 12:09:29 +01:00
f69d30f62a Merge pull request #1344 from erik-wramner/fix_1336_docker_inspect
Only use docker inspect with container name #1336
2019-12-22 10:43:28 +01:00
167b38df76 Only use docker inspect with container name #1336 2019-12-22 09:37:58 +01:00
5d0715c2e1 Add sections for catch-all and delete 2019-12-20 18:14:02 +01:00
d847be2d5a Merge pull request #1331 from Tecnativa/srs-sender-classes
Allow to configure SRS sender classes easily
2019-12-06 07:22:46 +01:00
e08274a87d Merge pull request #1332 from Tecnativa/amavis-touch-vhost
Avoid infinite failure log in Amavis with SMTP_ONLY=1
2019-12-06 07:20:29 +01:00
e563ba8b72 Merge pull request #1333 from Tecnativa/readme-improved
Document plus addressing and DEFAULT_RELAY_HOST format
2019-12-06 07:19:12 +01:00
ce8c1734e6 Document plus addressing and DEFAULT_RELAY_HOST format
These are a couple of things that work but got me losing lots of hours. Let me add them to README:

1. Fix #1330 explaining that plus addressing works out of the box.
2. Explain that DEFAULT_RELAY_HOST will fail to authenticate with RELAY_USER and RELAY_PASSWORD if you forgot the brackets.

@Tecnativa TT20505
2019-12-03 13:52:26 +00:00
7f1bc8f8b3 Avoid infinite failure log in Amavis with SMTP_ONLY=1
Fix #801 by simply touching the file if it doesn't exist.

@Tecnativa TT20505
2019-12-03 13:43:43 +00:00
42348ff353 Allow to configure SRS sender classes easily
This will allow to forward safely any email from any host, no matter how strict their SPF policy is, by setting `SRS_SENDER_CLASSES=envelope_sender,header_sender`.

@Tecnativa TT20505
2019-12-03 13:33:51 +00:00
2bb1a753e7 Merge pull request #1329 from erik-wramner/fix_1326
Changed wrong set options in pflogsumm cron job
2019-12-01 12:49:59 +01:00
da1287c1a5 Changed wrong set options in pflogsumm cron job 2019-12-01 09:19:47 +01:00
26afad2420 Merge pull request #1327 from OrwillT/podman-support
Add podman support to setup.sh
2019-11-26 07:16:14 +01:00
a3f571365f Change interpreter 2019-11-26 06:31:42 +08:00
317cf80ba8 fix elif 2019-11-22 23:50:23 +08:00
49b49f9723 little tweak 2019-11-22 23:10:42 +08:00
1fed68526c Add podman support to setup.sh 2019-11-22 22:42:25 +08:00
90a9cba1c0 Spamassing cron directories are wrong for Archive and Inbox. On my fresh install it's not .Archives but .Archive and I don't have a separate INBOX folder, just cur, new etc under main mail dir. 2019-11-20 15:10:46 +03:00
2305c464bb Fixed a typo in docker repository name (certbot instead of cerbot) 2019-11-17 11:47:23 +02:00
2ad667209c Merge pull request #1323 from ap-wtioit/master-remove_tty_necessity
fix: dont use TTY in docker if not present, rem TTY necessity in tests
2019-11-13 09:59:01 +01:00
60a7b07d15 Merge pull request #1324 from ap-wtioit/master-fix_fetchmail_test_domain
fix: fix test setup.sh debug fetchmail on wildcard domains
2019-11-13 09:54:44 +01:00
bbab4ef3fc fix: fix test setup.sh debug fetchmail on wildcard domains
on hosts that belong to wildcard domains pop3.example.com might
 actually resolve to pop3.example.com.[mydomain.com] and give a valid ip
 the return code of fetchmail then no longer is 11 (dns failure) but
 something else (2 for socket error in our case)

to make sure we always get return code 11 we use the domain name
pop3.example.com. that is not allowed to be resolved to a subdomain.
2019-11-12 15:35:03 +01:00
477c84684a Fix wrong volume syntax 2019-11-12 11:43:40 +01:00
404f9f9dbb Wrong filebeat config path 2019-11-12 11:42:46 +01:00
d8be2bd3cc fix: dont use TTY in docker if not present, rem TTY necessity in tests
Gitlab CI has not TTY present and TTY is not really required for
automated testing
2019-11-12 09:32:27 +01:00
52c8e1dbb0 Merge pull request #1319 from erik-wramner/add_dovecot_solr_issue_905
Added dovecot-solr for full text search. Only package, config to be done separately.
2019-11-10 13:13:30 +01:00
5da23c066d Added dovecot-solr for full text search 2019-11-10 10:14:27 +01:00
2598c2a3f1 Added warning about spaces in options 2019-11-10 10:12:55 +01:00
ff83bf1a01 Addded example for overriding postfix-master.cf 2019-11-10 10:10:32 +01:00
c882d95deb Merge pull request #1284 from vortex852456/master
Added optional file user-patches.sh for own patches without recompiling
2019-11-09 15:13:06 +01:00
ce0ec4b4a9 Update user-patches.sh.dist
Removed exclamation marker for consistency
2019-11-08 12:24:28 +01:00
37540509dc - test for user-patches.sh 2019-11-08 02:22:33 +01:00
bcfbb0de03 Merge pull request #1314 from gmasse/mailbox-format
New option DOVECOT_MAILBOX_FORMAT.
2019-11-06 09:32:23 +01:00
2ebea365e6 Replace deliveries/certbot docker image by official certbot/cerbot 2019-11-04 19:36:52 +01:00
36afac7726 New option DOVECOT_MAILBOX_FORMAT 2019-11-04 15:49:29 +00:00
d764d89ea9 Test for DOVECOT_MAILBOX_FORMAT 2019-11-04 15:49:29 +00:00
92fabd3d9a Merge pull request #1312 from dkarski/patch-1
Update README.md
2019-11-02 09:13:14 +01:00