freebsd-ports/databases/akonadi/pkg-message
2019-08-13 16:01:59 +00:00

15 lines
453 B
Plaintext

[
{ type: install
message: <<EOM
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
EOM
}
]