• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue Remove Qmail

KAEL

New Pleskian
Server operating system version
ubuntu 24.02
Plesk version and microupdate number
18.0.70-2
removing qmail didn't uninstall all files:

The permissions on some of the files packaged by Plesk are incorrect[ERROR]
- WARNING: Group 'nofiles' not found. Skipping.
WARNING: Group 'nofiles' not found. Skipping.
WARNING: Group 'qmail' not found. Skipping.
WARNING: Group 'qmail' not found. Skipping.
WARNING: Group 'qmail' not found. Skipping.
WARNING: Group 'qmail' not found. Skipping.
Incorrect group of /var/lib/plesk/mail/auth. Expected: nofiles
(). Actual: 2020 (2020).
Incorrect group of /var/lib/plesk/mail/poplock. Expected:
nofiles (). Actual: 2020 (2020).
Incorrect group of /var/qmail/control. Expected: qmail ().
Actual: root (0).
The file /var/qmail/mailnames/.quotawarnmsg was not found.
The file /var/qmail/popuser was not found.
Incorrect group of /var/qmail/alias. Expected: qmail ().
Actual: 2520 (2520).
Incorrect group of /var/qmail/boot. Expected: qmail (). Actual:
2520 (2520).
The file /var/qmail/boot/binm1 was not found.
The file /var/qmail/boot/binm1+df was not found.
The file /var/qmail/boot/binm2 was not found.
The file /var/qmail/boot/binm2+df was not found.
The file /var/qmail/boot/binm3 was not found.
The file /var/qmail/boot/binm3+df was not found.
The file /var/qmail/boot/home was not found.
The file /var/qmail/boot/home+df was not found.
The file /var/qmail/boot/proc was not found.
The file /var/qmail/boot/proc+df was not found.
Incorrect group of /var/qmail/users. Expected: qmail ().
Actual: 2520 (2520).

Repair incorecct permissions didn't work. Install and uninstall show the same result
 
see this

Before doing any thing related to qmail queue you need to stop the qmail service using the following command

#/etc/init.d/qmail stop

To delete mails from Que,

#qmail-remove -r -p

# qmail-remove -r -p gtre.ac.net
324001: yes

moved mess/0/324001 to yanked/324001.mess

moved remote/0/324001 to yanked/324001.remote

moved info/0/324001 to yanked/324001.info
324024: yes

moved mess/0/324024 to yanked/324024.mess

moved remote/0/324024 to yanked/324024.remote

moved info/0/324024 to yanked/324024.info

This will remove all emails in que with .gtre.ac.net. in it and place it in /var/qmail/queue/yanked folder.

 
Back
Top