There are two potential problems indicated here:
1)
Remote host said: 550 ip address 216.138.220.233 blacklisted due to high mail volumeIf 216.138.220.233 is
your IP, this is saying that the mail server at 216.254.136.210 has blacklisted your IP. You should do some research on your IP's blacklist status using
http://www.robtex.com/ and
http://www.mob.net/~ted/tools/rbl.php3 to see what's up.
2)
I tried to deliver a bounce message to this address, but the bounce bounced!This indicates a possible configuration "situation" with your SME server, or your MX configuration. In the optimal configuraiton, SME will never attempt to deliver any bounce messages, but will instead refuse to accept the message that would need bouncing - eliminating the need for a bounce message.
You should try to find out why your SME server is trying to send bounce messages.
It is possible that the situation with bounce messages is generating the blacklisting - if your SME server delivers bounce messages then a spammer can use your server to bounce spam to others - just send a message to your SME server with a "From:" address for
me, and your sme will attempt to "bounce" the message to me, even though I had nothing to do with it.
Things that might cause your SME server to deliver bounce messages:
1) It is running an older version of SME server and is configured to "bounce" email to non-existent users instead of to "reject" it.
2) You have an older version of SME server configured in front of an Internal mail server. Prior to (about) SME 7.1, this configuration would cause the SME to accept all email, then generate bounce messages for email that was rejected by the internal mail server. (This was fixed with the introduction of the check_smtp_forward plugin around v 7.1.1)
3) You have a "backup MX server" that accepts email to non-existent users, then attempts to deliver them to your SME - which either accepts them (because you have added your backup MX as a "local" network) and generates a bounce message, or rejects them, causing the backup MX to generate a bounce message.
4) You may have misconfigured your "local networks" settings - since the "check_smtp_forward" plugin is only applied to non-local connections, if you have added "0.0.0.0/0" to your "local" networks, your server will not use the "check_smtp_forward" plugin at all.
5) You may have an infected workstation on your network.