All Versions
39
Latest Version
Avg Release Cycle
86 days
Latest Release
524 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.8.28 Changes
October 14, 2021๐ Changes
- ๐ฅ breaking: dkim.js has changed the constructor opts
- ๐ tls_socket: more flexible pem file parsing #2986
- move bad certs into different directory, avoid test suite noise
- added ability to define a default relay in relay_dest_domains
- spamassassin: replace msg_too_big & should_check with should_skip #2972
- spamassassin: allow returning DENYSOFT on errors #2967
- dep: use caret version range for all dependencies #2965
- 0๏ธโฃ outbound: disable outbound to localhost by default #2952
- ๐ฒ connection error logging: use key-value paris #2921
- 0๏ธโฃ tls: change default to NOT send TLS client certs #2902
- dep: redis is now a dependency #2896
- ๐ use address-rfc2821 2.0.0
- http: use CDN for bootstrap/jquery, drop bower #2891
- โฌ๏ธ drop support for node 10 #2890
๐ New features
- ๐ง tls: require secure and verified sockets for configured hosts/domains
- ๐ DKIM plugin has got a couple of config options now
- tls: add
no_starttls_ports
- an array of incoming ports where STARTTLS is not advertised - outbound: add local_mx_ok config #2952
- ๐ skip plugins at runtime by pushing name into transaction.skip_plugins #2966
- outbound: add ability to specify delay times for temporary fails in
temp_fail_intervals
#2969
๐ Fixes
- bounce: correctly set fail recipients #2901
- bounce: correctly set bounce recipients #2899
- Get local_ip from getsockname() instead of server properties #2914
- Received header TLS section adheres more closely to RFC 8314 #2903
- ๐จ use RFC-2045 Quoted-Printable in email message body
- ๐ use RFC-2047 Q encoded-words in email headers
-
v2.8.27 Changes
January 05, 2021๐ Changes
- โฌ๏ธ bump verions of several dependencies #2888
- propagate hmail notes to split copies #2887
- ๐ฒ log.ini: add json to list of formats in config doc #2881
- exclude port 587 from TLS NO-GO feature #2875
- ๐ strip haraka-plugin- prefixes off plugin names in config/plugins #2873
- pass smtp.ini config from Server into connections & transactions #2872
๐ New features
- โ add ability to disable SMTPUTF8 advertisement #2866
๐ Fixes
- assure headers.max_lines is initialized as integer #2878
- require haraka-net-utils >= 1.2.2 #2876
-
v2.8.26 Changes
November 18, 2020๐ Changes
- โ add config options for OAR & AR headers #2855
- ๐ plugins.js: also strip haraka-plugin prefix from plugin.name #2846
- smtp_forward/spamssassin: grab refs of conn/txn to avoid crashes due to lack of existence. #2847
- outbound: add extended reason to bounce message #2843
- hgrep: replaced perl script with shell script #2842
- connection: send temp error when requested #2841
- โก๏ธ headers: updated deprecated messages #2845
- hmail: socket.on -> socket.once #2838
- hmail: check for zero length queue file #2835
- 0๏ธโฃ outbound: add os.hostname() as default for outbound HELO #2813
- ๐ use node v10's mkdir instead of mkdirp #2797
- CI: drop appveyor and Travis #2784
- ๐ lint: add 'prefer-template'
- โก๏ธ update async to version 3.2.0 #2764
- โก๏ธ update redis to version 3.0.0 #2759
- remove deprecated max_unrecognized_commands from config #2755
- ๐ CI: add ES2017 support, drop node 8 #2740
- ๐ fix broken bannering on nested mime parts #2736
- โช restore TLS version info, set correctly #2723
- ๐ better error message when invalid HELO hostname is rejected
- bring STARTTLS "TLS NO-GO" feature in line with Outbound's #2792
- โ add listener for secureConnect #2828
- โ removed plugins/data.headers to haraka-plugin-headers #2826
- โ add zero-length queue size check
- send temp instead of hard error when asked to by
unrecognized_command
๐ New features
- ๐ Allow web interface to be bound to unix socket #2768
- ๐ง tls: add configurable minVersion to tls socket options #2738
- connection_close_message: added ability to override close connection message replacing
closing connection. Have a jolly good day.
#2730 - โ add JSON format for logging #2739
- ๐ support binding web interface to unix socket
๐ Fixes
- check for punycode domain names when resolving MX, avoid crash #2861
- wait until entire message is spooled when spool_after in use #2840
- hmail: add missing space in temp_fail emitter #2837
- ๐ fix outbound config reloading after outbound split #2802
- ๐ smtp_forward: remove redundant outbound hook #2796
- ๐ smtp_forward: this plugin does not use the queue_outbound hook anymore #2795
- ๐ Fix connection pool not being unique when hosts and ports were equal between domains #2789
- ๐ fix connection pool not being unique when hosts and ports were equal between domains #2788
- ๐ Fix outbound.bounce_message To: header (and add Auto-Submitted) #2782
- ๐ Fix support for DKIM signing when forwarding and aliasing is enabled #2776
- ๐ Better error message when EHLO hostname does not have a dot #2775
- ๐ fix bannering on nested mime parts #2737
- TLS: don't abort loading certs in config/tls dir when an error is encountered. Process every cert file and then emit errors. #2729
- โช restore TLS version, correctly #2723
-
v2.8.25 Changes
October 11, 2019๐ Changes
- ๐ conn: remove TLS version from header #2648
- Actually enforce using key for INTERNALCMD #2643
- trans: assign conditions to named vars #2638
- โฌ๏ธ drop node.js v6 support #2632
- โ conn: use is_local instead of localhost addr tests #2627
- โ spamassassin: spamassassin: strip useless WS from tests #2624
- โก๏ธ es6: many updates #2615, #2674, #2680
- โก๏ธ systemctl: update service definition #2612
- ๐ lint: bracket style to match newer eslint:recommended #2680
- ๐ lint: use object shorthands (eslint:recommended) #2680
- logger: use safer Object.prototype.hasOwnProperty #2680
- outbound: permit # char in SMTP status code response #2689
- โก๏ธ dkim_sign: improve docs, add tests, es6 updates #2649
- โช dkim_sign: restore default key signing feature #2649
- โก๏ธ tmp module: update to latest #2614
- โก๏ธ semver: update to latest #2616, #2651
- โก๏ธ async: update to latest #2653, #2664
- ๐ repo cleanup: replaced deprecated plugins with list #2681
- โ spf: es6 patterns, results.pass, test improvements, es6 patterns #2700
๐ New features
- spf: add config option to fail on NONE #2644
๐ Fixes
- โ mailheader: fully quality header name in _remove_more #2647
- haraka: Connection.createConnection is not a constructor #2618
- problems with japanese characters in body and part header #2675
- toobusy: fix hook name (connect_pre -> connect) #2672
- outbound: watch for socket timeouts #2687
- outbound: permit # char prefix in SMTP status code response #2691
- mailheader: strip whitespace between encoded-words #2702
-
v2.8.24 Changes
March 12, 2019๐ Changes
- early_talker: skip if sender has good karma #2551
- โก๏ธ dockerfile: update to node 10 #2552
- โก๏ธ Update deprecated usages of Buffer #2553
- early_talker: extend reasons to skip checking #2564
- tls: add 'ca' option (for CA root file) #2571
- outbound: little cleanups #2572
- smtp_client: pass pool_timeout to new SMTPClient #2574
- 0๏ธโฃ server: default to nodes=1 (was undefined) #2573
- โ test/server: use IPv4 127.0.0.1 instead of localhost #2584
- queue/smtp_*: add v3 upgrade notice and config setting #2585
- spf: use the skip config for helo/ehlo checks #2587
- spf: avoid 2nd EHLO evaluation if EHLO host is identical #2592
- ๐จ queue.js refactoring #2593
- ๐ Log dkim_sign parse errors with connection ID #2596
- โก๏ธ Update ipaddr.js to the latest version #2599
- โฑ make inactivity timeout match docs #2607
๐ New Features
- Implement SIGTERM graceful shutdown if pid is 1 #2547
- tls: require validated certs on some ports with requireAuthorized #2554
- spamassassin: disable checks when requested #2564
- clamd: permit skipping for relay clients #2564
- outbound: exported outbound.temp_fail_queue, outbound.delivery_queue and add TimerQueue.discard()
- ๐ status: new plugin #2577
๐ Fixes
- ๐ mf.resolvable: reduce timeout by one second (so < plugin.timeout) #2544
- LMTP blocks under stress #2556
- invalid DKIM when empty body #2410
- prevent running callback multiple times on TLS unix socket #2509
- โ add missing callback when listing queue and empty directory
- ๐ correct MIME parsing when charset: utf8 and encoding: 8bit #2582
- 0๏ธโฃ spamassassin: default check flags to true #2583
- โฑ smtp_client: destroy when connection gets conn timeout error #2604
- ๐ on error and timeout, remove listeners and destroy conn. #2606
-
v2.8.23 Changes
November 18, 2018๐ Changes
- tighten Haraka pattern in .gitignore #2542
-
v2.8.22 Changes
November 17, 20182.8.22 - Nov 17, 2018
๐ New Features
- ๐ enable tls/ssl for rabbitmq amqplib plugin #2518
๐ Fixes
- hmail: don't send RSET to LMTP #2530
๐ Changes
- clamd: add check.authenticated, check.private_ip, check.local_ip option
- ๐ use get_decoded on headers that may be encoded #2537
- connection: move max_mime_part config load to connection init #2528
- outbound: init TLS when we send email, not when old queue file is loaded #2503
๐ Changes
- โก๏ธ relay: update port 465 doc #2522
- ๐ฒ hmail: log the correct err message #2531
- ๐ ob/tls: consistently use obtls (vs plugin) for "this" name #2524
- outbound: add domain to loginfo message #2523
- โ Add connection.remote.is_local #2532
- โก๏ธ update license #2525
- perf: move max_mime_parts config load to connection init #2529
- โก๏ธ update semver to version 5.6.0 #2517
- โ added hint to encrypted file authentication #2514
- ๐ฒ dkim_sign: improved log messages #2499
- ehlo_hello_message: config/ehlo_hello_message can be used to overwrite the EHLO/HELO msg replacing
, Haraka is at your service
#2498 - connection: add connection.remote.is_local flag for detecting loopback and link local IPs
- โ add .name to outbound TLS for logs #2492
-
v2.8.21 Changes
July 20, 2018๐ New Features
- โฌ๏ธ outbound: skip STARTTLS after remote host fails TLS upgrade #2429
- dns_list_base: introduce global plugin.lookback_is_rejected flag #2422
๐ Fixes
- replace all _ chars in hostnames with code points #2485
- Don't die on invalid commands #2481
- outbound: check list exists before attempting to use it #2478
- refactor outbound/hmail.process_ehlo_data #2488
- tls: skip when redis is undefined #2472
- Don't run delivered hook on LMTP fail #2470
- Add tls_socket.load_tls_ini() to tls.register() #2465
๐ Changes
-
v2.8.20 Changes
June 29, 2018- ๐ New Features
- n/a
- ๐ Fixes
- ๐ Changes
- ๐ New Features
-
v2.8.19 Changes
June 26, 2018- ๐ New features
- outbound: received_header=disabled supresses outbound Received header addition. #2409
- auth_base.js:
check_plain_passwd
andcheck_cram_md5_passwd
can now passmessage
andcode
to callback routine - spf: allow bypass for relay and AUTH clients #2417
- spf: optionally add OpenSPF help text to rejection #2417
- auth_base: prevent storing of AUTH password in connection.notes.auth_passwd by setting plugin.blackout_password. #2421
- ๐ Fixes
- Mitigate MIME part explosion attack #2447
- Always prefix ClamAV with a Received header #2407
- plugins/data.headers.js: wrap address-rfc2822 header parse into try block #2373
- tls_socket: as client, only apply TLS opts if config is valid #2414
- when installing, creates config/me if missing #2413
- queue/qmail-queue: fix a 2nd crash bug when client disconnects unexpectedly #2360
- remove desconstruction of SMTP commands to prevent exception #2398
- attstream: return self so that pipe() calls can be chained together. #2424
- outbound: fix dotfile cleanup to consider platform-based prefix. #2395
- outbound: fix handling of LMTP socket when a socket path is specified. #2376
- ๐ Changes
- relay: move relay acl check to connect_init so flag is set earlier #2442
- process_title: add total recipients, avg rcpts/msg, recipients/sec cur/avg/max and messages/conn #2389
- when relaying is set in a transaction, don't persist beyond the transaction #2393
- connection.set supports dot delimited path syntax #2390
- remove deprecated (since 2.8.16) ./dsn.js
- Add transaction.msg_status property that reflects message status. #2427
- Add transaction.notes.proxy object that hold HAProxy details. #2427
- spamassassin: make relay header configurable. #2418
- deprecate max_unrecognized_commands plugin in favor of limit. #2402
- xclient: add support for DESTADDR/DESTPORT. #2396
- ๐ New features