Error delivering mail to Gmail, yahoo from specific mail id used in shared zimbra mail server

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
support1987
Posts: 1
Joined: Thu Nov 28, 2019 11:43 pm

Error delivering mail to Gmail, yahoo from specific mail id used in shared zimbra mail server

Post by support1987 »

Getting error when mailing to gmail/yahoo from specific mail id in my shared zimbra mail server for a particular mail id of a domain, other mail id's in that domain (tgccb.co.in) not getting any issue while delivering mail to gmail/yahoo id's and have checked my mail server IP also and it is not blacklisted though SenderScore report is around 92, getting error message like below :-

Nov 27 13:45:20 zimbra14 postfix/smtp[13631]: 7D0B81DBEEF4: to=<Dineshkumargola521@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.24.26]:25, delay=3, delays=0.01/0/1.1/1.9, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[74.125.24.26] said: 550-5.7.1 [103.16.140.14 12] Our system has detected that this message is 550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail, 550-5.7.1 this message has been blocked. Please visit 550-5.7.1 https://support.google.com/mail/?p=Unso ... ssageError 550 5.7.1 for more information. j134si16096942pfd.4 - gsmtp (in reply to end of DATA command))


I came accross a thread in this forum and was asked to run some commands, like
$ zmprov gs `zmhostname` | grep -i httpdosfilter
$ zmprov gs `zmhostname` | grep -i safeips
--> You can change this values, i need to know the format, and who the ips belong, not the IPs itself.
$ zmprov gs `zmhostname` | grep -i invalidlogin
$ zmprov gas
$ zmprov gs `zmhostname` | grep -i serviceenabled
$ zmprov gs `zmhostname` | grep -i trustedip
--> Again, you may change this values, i only need to know the format and who the ips belong, not the IPs itself.
$ zmlocalconfig | grep -i originating

Below are the output most of whic is blank

[root@localhost ~]# su - zimbra
[zimbra@localhost ~]$ zmprov gs `zmhostname` | grep -i httpdosfilter
[zimbra@localhost ~]$ zmprov gs `zmhostname` | grep -i httpdosfilter
[zimbra@localhost ~]$ zmprov gs `zmhostname` | grep -i safeips
[zimbra@localhost ~]$ zmprov gs `zmhostname` | grep -i invalidlogin
[zimbra@localhost ~]$ zmprov gs `zmhostname` | grep -i serviceenabled
zimbraServiceEnabled: antivirus
zimbraServiceEnabled: antispam
zimbraServiceEnabled: logger
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: mta
zimbraServiceEnabled: stats
zimbraServiceEnabled: ldap
zimbraServiceEnabled: spell
[zimbra@localhost ~]$ zmprov gs `zmhostname` | grep -i trustedip
[zimbra@localhost ~]$ zmprov gs `zmhostname` | grep -i trustedip
[zimbra@localhost ~]$ zmlocalconfig | grep -i originating
zimbra_http_originating_ip_header = X-Forwarded-For
Post Reply