CyberPanel Community

Postfix cannot receive email

r9
r9host #1

Hello,

I am unable to receive email sent to any address configured in CyberPanel. I have used journalctl to see what happens when connection is received. Below is the log during the connection.

May 16 19:52:14 srv1.r9host.com postfix/smtpd[31014]: connect from mail-il1-f180.google.com[209.85.166.180]
May 16 19:52:14 srv1.r9host.com postfix/smtpd[31014]: TLS SNI mail.shetabrayan.com from mail-il1-f180.google.com[209.85.166.180] not matched, using default chain
May 16 19:52:14 srv1.r9host.com postfix/smtpd[31014]: warning: hash:/etc/postfix/script_filter is unavailable. open database /etc/postfix/script_filter.db: No such file or directory
May 16 19:52:14 srv1.r9host.com postfix/smtpd[31014]: warning: hash:/etc/postfix/script_filter lookup error for “domains@shetabrayan.com
May 16 19:52:14 srv1.r9host.com postfix/smtpd[31014]: NOQUEUE: reject: RCPT from mail-il1-f180.google.com[209.85.166.180]: 451 4.3.5 domains@shetabrayan.com: Recipient address rejected: Server configuration error; from=mdvlinquest@gmail.com to=domains@shetabrayan.com proto=ESMTP helo=<mail-il1-f180.google.com>
May 16 19:52:15 srv1.r9host.com postfix/smtpd[31014]: disconnect from mail-il1-f180.google.com[209.85.166.180] ehlo=2 starttls=1 mail=1 rcpt=0/1 bdat=0/1 quit=1 commands=5/7

How do I fix this issue?

Thanks.

7 replies
ra
rahulphunin #2

i recommend you to use:

or
Free Email Forwarding - Send email custom domain | Forward Email [recommended]

and take control of your email via GMAIL…
instead of cyberpanel…
Ease the workload from CP :smile:

By handling email via different server reduces the Risk of Blackisting YOUR VPS IP

Good Luck!

r9
r9host #3

For several reasons, we need to handle mails on our own server. The postfix has missconfigured but I’m not sure how to fix it. Please help me.

Thanks.

r9
r9host #4

Any idea how to fix this issue?

ma
maicon1121 #5

Same trouble here :\

r9
r9host #7

I have checked postfix config and don’t see any reference to /etc/postfix/script_filter.db. Any idea?

r9
r9host #8

I have fixed it by modifying the /etc/postfix/main.cf. I removed “check_recipient_access hash:/etc/postfix/script_filter” from line 55. Then restarted postfix: systemctl restart postfix

Sign in to reply