Commit graph

814 commits

Author SHA1 Message Date
Andris Reinman
718dad91c5 bumped deps 2018-07-30 10:15:29 +03:00
Andris Reinman
1f4e97dbe9 allow setting appId for u2f 2018-06-28 09:52:29 +03:00
Andris Reinman
cad34520c7 allow setting appId for u2f 2018-06-28 09:27:42 +03:00
Andris Reinman
8f41dd0a8e allow setting appId for u2f 2018-06-28 09:12:31 +03:00
Andris Reinman
1a7a754522 v1.2.5 2018-06-26 14:46:03 +03:00
Andris Reinman
87229c7542 v1.2.4, do not use beta mongodb driver 2018-06-23 13:40:31 +03:00
Andris Reinman
08cd64f4ba v1.2.3 2018-06-21 19:46:38 +03:00
Andris Reinman
ca9455f813 v1.2.2 2018-06-21 19:41:31 +03:00
Andris Reinman
48d6e53d22 fixed api without imap 2018-06-18 16:29:10 +03:00
Andris Reinman
80b87eae08 If counter key value is modified then reset counter in redis 2018-06-14 11:36:06 +03:00
Andris Reinman
faf5891015 updated commits 2018-06-13 14:25:26 +03:00
Andris Reinman
80df772b66 updated commits 2018-06-13 14:24:33 +03:00
Andris Reinman
a2581c5e1c updated commit hashes 2018-06-12 13:46:10 +03:00
Andris Reinman
5a0b00a7af allow settings receivedMax 2018-06-12 13:45:02 +03:00
Andris Reinman
6a16a08916 v1.2.1 2018-06-12 11:58:35 +03:00
Andris Reinman
31d80c6dc6 expose more limits 2018-06-12 11:35:37 +03:00
Andris Reinman
f7eee84845
Merge pull request #88 from bunyevacz/install-spf-dkim2
DKIM and SPF correction, some renaming
2018-06-11 23:04:03 +03:00
BUNYEVACZ Sandor
97e3b6ed41 DKIM and SPF correction, some renaming
I renamed some install scripts to be more clear.

SPF: Suggest [MAILDOMAIN], [HOSTNAME] and [IP ADDRESS]
Its a better practice to be more inclusive when it comes
to dns SPF records.

DKIM: Some dns registrars truncate dns TXT records at
255 chars. So 2048bit do not fit (about 390 vs. 230 chars).
So 1024bit keys are a good choice, after all it is
only a mail verification mechanism, do not encrypt the mail...

Show tip how to stop systemd service (03_install_check_running_services.sh)

sudo su prefered to become root, sudo su fails with npm permission errors
when installing (dunno why).

A mini tutorial is shown at the end about SPF, DKIM and
how to add/remove/modify DKIM keys.

This pull request closes issue 85,86.
2018-06-08 22:12:08 +02:00
Andris Reinman
6c02b5bc8e updated install script 2018-06-08 11:12:35 +03:00
Andris Reinman
ad4b5d5941 updated commit variables in install script 2018-06-08 11:00:54 +03:00
Andris Reinman
538da537ca bumped deps 2018-06-08 11:00:32 +03:00
Andris Reinman
33ecb657c0
Merge pull request #84 from bunyevacz/install.sh2
Breaking up install.sh into chapters
2018-06-08 10:54:11 +03:00
BUNYEVACZ Sandor
88ee4c9ede Breaking up install.sh into chapters
Fixed two issues:
82: need to install npm globally to get around permission problems
83: need to start nginx service before restarting it

Better executable requirements (lsof, ps). It may be not installed
on minimal systems.

Better service detection on given port. It is especially useful,
if the installation.sh got interrupted for some reason, and
already installed some services.

Minor doc update, so a single line is required to paste in terminal.
curl vs. wget -> stayed with wget, it is installed by default on ubuntu

Colors: added color support for the terminal output:)
2018-06-08 08:56:41 +02:00
Andris Reinman
734a6b9748 use async methods for bcrypt 2018-05-14 10:14:44 +03:00
Andris Reinman
0d19220156 updated docs 2018-05-11 14:47:28 +03:00
Andris Reinman
4c2930fb4f v1.2.0 2018-05-11 14:39:56 +03:00
Andris Reinman
4bef7e3a10 Allow using addresses as usernames 2018-05-11 14:39:23 +03:00
Andris Reinman
113e3a7e52
Merge pull request #76 from fcardona/master
Fixes username in docs
2018-05-10 21:41:19 +03:00
FC
c5ae31c04e Fixes username in docs 2018-05-10 13:44:21 -04:00
Andris Reinman
19e642eaa0 updated install script 2018-05-07 10:22:32 +03:00
Andris Reinman
ac053d164b v1.1.1. de-bumped mailparser version to 2.2.0 2018-05-07 09:14:07 +03:00
Andris Reinman
8eb3352c50 updated install script 2018-04-29 00:29:49 +03:00
Andris Reinman
56869dbba5 fixed invalid embedded image 2018-04-29 00:29:24 +03:00
Andris Reinman
6ec76221a4 updated install script 2018-04-29 00:02:49 +03:00
Andris Reinman
9503c43c36 updated install script 2018-04-28 23:49:43 +03:00
Andris Reinman
f54fc8d1c1 v1.1.0 2018-04-28 23:44:29 +03:00
Andris Reinman
d8ee6530e3 v1.1.0 2018-04-28 23:40:26 +03:00
Andris Reinman
2510495ecf v1.1.0 2018-04-28 22:54:38 +03:00
Andris Reinman
cc11785cc6 updated example emails 2018-04-28 22:44:38 +03:00
Andris Reinman
a0f3aa30c9 updated install script 2018-04-17 22:10:52 +03:00
System Administrator
b6221ef60f updated install script 2018-04-17 22:09:47 +03:00
Andris Reinman
c72bf2e6ad v1.0.117 2018-04-13 15:07:06 +03:00
Andris Reinman
736b3f0169 downgraded restify from 7 to 6 2018-04-13 14:42:57 +03:00
Andris Reinman
74100be5f0 Allow enabling custom 2FA that effectively disables account password for IMAP/SMTP/POP3 2018-04-13 14:32:58 +03:00
Andris Reinman
e5376d8a4d Merge branch 'master' of github.com:nodemailer/wildduck 2018-04-13 13:47:27 +03:00
Andris Reinman
01ff77bdc4 Allow using empty filters 2018-04-13 13:47:23 +03:00
Andris Reinman
f23c6824e0
Merge pull request #69 from yonjah/rateLimit
rate limiting by ip (relates to #68)
2018-04-13 13:47:00 +03:00
Yoni Jah
7ab77745f4 rate limiting by ip 2018-04-13 10:22:49 +08:00
Andris Reinman
7beedf01d8 list filter attachment sizes in bytes 2018-04-11 15:54:33 +03:00
Andris Reinman
97af5287e4 Ensure that _id strings are converted to ObjectID, use IP addresses for rate limiting, rate limit non-existent user authentications 2018-04-11 10:13:43 +03:00