/etc/php/7.2/mods-available/mapi.ini is in php-mapi 8.5.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | ; Enable MAPI extension module
extension=mapi.so
; Adding path with php mapi classes to include dir
include_path="${include_path}:/usr/share/kopano/php"
|