github pydio/cells v2.2.6
Hotfix for 2.2

latest releases: v4.4.0, prepare-4.4.0, v4.4.0-rc4...
3 years ago

Bugfixes and improvements on address book (pagination), sendmail (see below) and sharding.

Sendmail translates a single line with a dot as an interruption command.
If you are using this mailer, make sure to either configure it to ignore this configuration
(see IgnoreDots).
It is better to pass this as a static configuration, but it can also be done using runtime parameters. You can set them directly in Cells configuration file under the "defaults/sendmailParams" key (must be an array of strings).

For example, binary path and custom parameters can be set as follow :

{
  "defaults":{
    "sendmail":"/usr/sbin/sendmail",
    "sendmailParams":["-i"],
  "..."
  },
  "..."
}

Change log

You can find a summary of the change log here.

Don't miss a new cells release

NewReleases is sending notifications on new releases.