Zimbra Relay Access: Denied

Found this helpful? Subscribe to our newsletter for more Zimbra and open-source mail server tips.

To test if this is the issue, try:

This most often happens in three specific scenarios: Zimbra’s default security stance is: Authenticate first, then relay. If a device or script tries to send mail through your server on port 25 (the standard SMTP port) without a username and password, Zimbra will reject it. zimbra relay access denied

zmprov getServer `zmhostname` | grep zimbraMtaAuthEnabled It should return TRUE . If you’ve configured a “Send As” alias (e.g., sending as @gmail.com from your Zimbra webmail), Zimbra will reject it unless you’ve explicitly allowed it. Found this helpful

If you manage a Zimbra Collaboration Suite (ZCS) environment, you’ve likely seen the dreaded "554 5.7.1 <[email protected]>: Relay access denied" error in your mail logs. If a device or script tries to send

It usually appears without warning. One minute, a user or an application is sending mail fine; the next, emails are bouncing back. Don’t panic. This error is actually Zimbra’s security system doing its job—it just needs a little adjustment.

Change the sending device to use port 587 (Submission) instead of port 25, and enable SMTP Authentication . Most modern email clients (Outlook, Thunderbird, Apple Mail) support this natively.