Control Web Panel
WebPanel => Postfix => Topic started by: hanliong on February 16, 2022, 04:01:23 AM
-
In Cpanel I use bash script as follows:
#!/bin/sh
/bin/rm -rf /var/spool/exim/input/
/bin/rm -rf /var/spool/exim/msglog/
/etc/rc.d/init.d/exim restart
It is used to clear the spool email then restart the exim.
But in CWP I cant find the same folder. How to do that in CWP as well as restart the exim?
Thanks.
-
CWP uses PostFix, not Exim. I would not recommend removing anything from the que. Eventually, it will give up on non-deliverable, and remove them automatically
-
info: http://wiki.centos-webpanel.com/postfix-mail-server-commands
-
Ok, thanks for all for your information.