1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/databases/akonadi/pkg-message
Adriaan de Groot e3d325f1d0 Provide Akonadi (server) and KMail (client) with a pkg-message that
provides a workaround for "the world is going to end!" messages.

Approved by:	tcberner (mentor, implicit)
2018-04-17 07:43:43 +00:00

13 lines
572 B
Plaintext

===============================================================================
KDE Applications versions of Akonadi, KMail, and Kontact use large
messages on the local machine. The default size on FreeBSD is too
small, which causes local connection problems, and Akonadi-based
applications will be flaky (e.g. mailboxes do not display, messages
cannot be found). Increasing the buffer size is recommended:
sysctl net.local.stream.recvspace=65536
sysctl net.local.stream.sendspace=65536
===============================================================================