Hello,
I am trying to setup the WordPress Plugin WP Mailster, under a new WordPress installation on an account I have created under Virtualmin (latest version 7.10).
It is telling me I need to install php-imap, but I have been unable to do this by running
yum install php-imap
where I get an error
Error: Unable to find a match: php-imap
Here is the output from php -m , which shows there is no imap module.
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
imagick
intl
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
pspell
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
sqlite3
ssh2
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
I’ve tried googling this, but I’m just getting more confused. Can anyone offer some advice on what I should be doing (or looking at).
Thanks
Paul