aaP_pcdrips
Check whether there is a directory or not, create it manually and set the relevant permissions at the same time
ls -al /var/spool/postfix/
mkdir /var/spool/postfix/maildrop
chmod 770 /var/spool/postfix/maildrop
At the same time, check whether the hard disk space is normal
df -h && df -i