mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 19:04:37 +08:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
|
post_install() {
|
||
|
cat << _EOF
|
||
|
==>
|
||
|
==> cyrus-sasl has been split up into several standalone packages.
|
||
|
==>
|
||
|
==> - If you use saslauthd, make sure you have cyrus-sasl installed
|
||
|
==>
|
||
|
==> - If you use authentication modules other than sasldb,
|
||
|
==> install cyrus-sasl-plugins
|
||
|
==>
|
||
|
_EOF
|
||
|
|
||
|
}
|