[dovecot/core] 2d207d: lmtp: Properly apply the login_greeting setting.

GitHub noreply at github.com
Mon May 28 09:30:12 EEST 2018


  Branch: refs/heads/master-2.3
  Home:   https://github.com/dovecot/core
  Commit: 2d207d296cb48b3c2b80e10635724ecf6b41370b
      https://github.com/dovecot/core/commit/2d207d296cb48b3c2b80e10635724ecf6b41370b
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-05-28 (Mon, 28 May 2018)

  Changed paths:
    M src/lmtp/client.c

  Log Message:
  -----------
  lmtp: Properly apply the login_greeting setting.

It got ignored during migration of lmtp service to lib-smtp.


  Commit: 4f4c87bc10d392185017bb7aadd0bd67e53a7f69
      https://github.com/dovecot/core/commit/4f4c87bc10d392185017bb7aadd0bd67e53a7f69
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-05-28 (Mon, 28 May 2018)

  Changed paths:
    M src/lib/unlink-directory.c

  Log Message:
  -----------
  lib: Fix returning error from unlink_directory()

On non-ENOENT errors it was returning 1 instead of -1.


  Commit: 1fca10509d8865df8e3097e621943a7b795e202c
      https://github.com/dovecot/core/commit/1fca10509d8865df8e3097e621943a7b795e202c
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-05-28 (Mon, 28 May 2018)

  Changed paths:
    M src/lib/compat.h

  Log Message:
  -----------
  lib: Define NET_BLOCK_SIZE.

This defines the default size for data blocks transferred over the network. It
should be large enough to guarantee filling up the TCP window (for efficiency),
while still preventing sending much data while the peer has already rejected
the rest of the transfer.


  Commit: 0d48dd64ff2b75302c43270d334f7a811d2ca5cd
      https://github.com/dovecot/core/commit/0d48dd64ff2b75302c43270d334f7a811d2ca5cd
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-05-28 (Mon, 28 May 2018)

  Changed paths:
    M src/lib-smtp/smtp-client.h

  Log Message:
  -----------
  lib-smtp: client: Increase the default BDAT chunk size.

Reduces the number of roundtrips and keeps the TCP window filled better.
The default is now based on the NET_BLOCK_SIZE definition.


Compare: https://github.com/dovecot/core/compare/49d5b83a1df3...0d48dd64ff2b
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the dovecot-cvs mailing list