Help Unable to Receive Emails but I can send. [Solved]

Hello guys,

I’m unable to receive emails from other senders but the emails that I send are delivered to the recipients.

For example, If I send an email from Webmail to Gmail, the email is delivered. However, if I send an email from Gmail to my domain’s email, the emails are not delivered.

How do I resolve this to receive emails?

Regards

Found the solution here:
https://forums.cyberpanel.net/discussion/comment/7126#Comment_7126

All you have to do is use the following command lines via root access and you’re good to go.

solution: Root commands

groupadd spamd
useradd -g spamd -s /bin/false -d /var/log/spamassassin spamd
chown spamd:spamd /var/log/spamassassin
systemctl enable spamassassin
systemctl start spamassassin