Backend path where the plesk emails are stored

ARUN Posted in MAIL, PLESK BACKEND, QMAIL
0

Plesk mail directory path :

/var/qmail/mailnames/DOMAIN.com/USERNAME

When we create a folder from within the webmail its created at the backend on

/var/qmail/mailnames/DOMAIN.com/USERNAME/Maildir/.FOLDER_NAME

ITS A HIDDEN FILE

There was an error sending your message: sendmail returned error code 111

ARUN Posted in PLESK BACKEND, PLESK FRONTEND, QMAIL
0

While trying to send mails using QMAIL and PLESK I am getting the error below :

There was an error sending your message: sendmail returned error code 111

Solution :

If any error try stopping QMAIL.

cd /var/qmail/bin

cp -p qmail-local.moved qmail-local
cp -p qmail-remote.moved qmail-remote
cp -p qmail-queue.moved qmail-queue
killall qmail-remote qmail-queue qmail-local
ls -la qmail-queue qmail-local qmail-remote
-r-xr-xr-x 1 root qmail 44060 Jun 13 2006 qmail-local
-r-s--x--x 1 qmailq qmail 15784 Jan 26 14:06 qmail-queue
-r-xr-xr-x 1 root qmail 43364 Jun 13 2006 qmail-remote
Or for other email errors like :
Plesk Qmail error – 451 qq internal bug (#4.3.0)
or
qmail-inject: fatal: qq internal bug (#4.3.0)
we can try the above fix

Path to email accounts in qmail server

ARUN Posted in MAIL, PLESK BACKEND, PLESK FRONTEND, QMAIL
0
/var/qmail/mailnames/domainname

Install qmail in plesk

ARUN Posted in INSTALLATION, MAIL, PLESK BACKEND, PLESK FRONTEND, QMAIL
0

[  /usr/local/psa/admin/sbin/mailmng --features | grep SMTP_Server     --> Will show the running MTA    ]

[  /usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component qmail    --> Install qmail in plesk     ]]

[   Finally,  /usr/local/psa/admin/sbin/mailmng --reload-service     --> To restart service    ]

Qmail commands

ARUN Posted in MAIL, PLESK BACKEND, PLESK FRONTEND, QMAIL
0

/var/qmail/bin/qmail-qstat   --> List messages in queue

/usr/local/psa/admin/bin/mailqueuemng -s    --> Show mail queue statistics
/var/qmail/bin/qmail-qread   --> Command to see mails in queue