From webmin dashboard>Servers>Postfix Mail Server> Virtual Domains> Find specific user maping
Showing posts with label IMAP. Show all posts
Showing posts with label IMAP. Show all posts
Saturday, May 6, 2023
Wednesday, June 2, 2021
Install imap extension on PHP 7.x or Higher in CentOS 8
yum update -y
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y https://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install -y php80-php-imap
cp /opt/remi/php80/root/usr/lib64/php/modules/imap.so /usr/lib64/php/modules/ /bin/echo 'extension="imap.so"' > /etc/php.d/40-imap.ini
systemctl restart php-fpm
Subscribe to:
Posts (Atom)
Command to install direct admin on ubuntu 22.04
sudo apt update sudo apt upgrade sudo apt install wget gcc g++ make flex bison openssl libssl-dev cd /usr/local/src wget https://www.direct...
-
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
-
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
-
# $Id: config 2015-03-24 16:00:00 Jack $ # Sample PowerMTA configuration file # PowerMTA Multiple Virtual PMTA config file sample # # E-mai...