khamiss
aaPanel_Kern
- got one solution only - for database seems the db is missing == even I cannot add domain because it is as rspamd is not running
the log file still the same too
========================
I have created this - because config file pointing to this one - tell me if I am wrong or need to point to other default folder used by aapanel
dbpath = /www/vmail/postfixadmin.db
-----------commands generated to create mysqli DB-------
sudo mkdir -p /www/vmail
sudo chown postfix:postfix /www/vmail
sudo sqlite3 /www/vmail/postfixadmin.db
CREATE TABLE alias (
address TEXT PRIMARY KEY,
goto TEXT,
domain TEXT,
created TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
modified TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
active INTEGER
);
.exit