Postfix issue

Status: 
Active

Comments

Hello,

I am unable to send mails to email address outside the server.

Below is my main.cf file.

===================================================================================================================================== queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, 213724.sys.ipv4.io
unknown_local_recipient_reject_code = 550
mynetworks = 168.100.189.0/28, 127.0.0.0/8
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix setgid_group = postdrop html_directory = no manpage_directory = /usr/share/man sample_directory = /usr/share/doc/postfix-2.3.3/samples readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES data_directory = /var/lib/postfix virtual_alias_maps = hash:/etc/postfix/virtual sender_bcc_maps = hash:/etc/postfix/bcc mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME home_mailbox = Maildir/ smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes

smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination

smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination mailbox_size_limit = 0

allow_percent_hack = no

I am receiving below error in /var/log/maillog but we are sending to the valid email address. Can you please assist with this.

Jul 13 14:44:35 server postfix/smtp[19141]: 9DB4A50E1EC1: to=techwe3care@gmail.com, relay=alt1.gmail-smtp-in.l.google.com[74.125.202.26]:25, delay=31, delays=0.06/0.01/31/0.29, dsn=5.7.1, status=bounced (host alt1.gmail-smtp-in.l.google.com[74.125.202.26] said: 550 5.7.1 [IR] Our system has detected an excessively high number of invalid recipients originating from your account. Contact your service provider for support (in reply to end of DATA command))
Jul 13 17:45:50 server postfix/smtp[25403]: F018550E0D09: to=techwe3care@gmail.com, relay=gmail-smtp-in.l.google.com[173.194.203.27]:25, delay=0.8, delays=0.05/0.02/0.37/0.36, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[173.194.203.27] said: 550 5.7.1 [IR] Our system has detected an excessively high number of invalid recipients originating from your account. Contact your service provider for support (in reply to end of DATA command))

Jul 13 17:48:47 server postfix/smtp[25625]: 7ABB150E0D09: to=techwe3care@gmail.com, relay=alt1.gmail-smtp-in.l.google.com[74.125.202.27]:25, delay=31, delays=0.06/0.02/31/0.29, dsn=5.7.1, status=bounced (host alt1.gmail-smtp-in.l.google.com[74.125.202.27] said: 550 5.7.1 [IR] Our system has detected an excessively high number of invalid recipients originating from your account. Contact your service provider for support (in reply to end of DATA command))

Thanks in advance.

Howdy -- you appear to be seeing this error in the logs:

Our system has detected an excessively high number of invalid recipients originating from your account. Contact your service provider for support

That indicates that your emails are being denied, due to a problem with your account or IP address.

You may need to talk to your provider about what's going on there. Or you could always try relaying your emails through another system.

However, it appears that you're using Virtualmin GPL there. If you're using Virtualmin GPL, and you had any followup questions, you'd actually want to ask those in the Forums. We monitor the Forums, along with lots of wonderful folks in the community. Thanks!

Hello,

yes, thanks!!

The IP has been blocked. I have changed the mail server IP address and it works fine mow.