453 You Are Trying to Use Me as a Relay

SMTP error code 453: causes, retry logic, and the sender-side fix. You Are Trying to Use Me as a Relay.
SMTPedia editorial team
Email infrastructure & deliverability editor
3 min read Updated Jul 23, 2026 34 views
Code453
Bounce typeSoft bounce
RetryableYes (after authentication)
Action neededAuthenticate or use correct relay
Typical error message
453 you are trying to use me as a relay, but my owner does not allow this

What does 453 you are trying to use me as a relay mean?

The 453 response code is non-standard but historically used by Sendmail and older Postfix configurations to refuse open relay attempts with a distinctive human-readable wording. The receiving server detected that your session is trying to send mail to a recipient outside its accepted domains without proper authentication: classic relay attempt that pre-2000 spammers heavily abused. The 453 is technically a soft response (4xx class), giving you a chance to authenticate and retry. Functionally identical to 451 relay not permitted and 451 Open relay not allowed: enable SMTP AUTH or use the correct relay path.

Is this a soft or hard bounce?

Soft bounce on relay refusal

The server is correctly refusing to be an open relay. Configure SMTP AUTH or send through a server you are authorized to use as a relay.

Common causes

🔒
Unauthenticated relay attempt

Session sent to external recipient without performing AUTH. Server refuses to relay.

Wrong server for the destination

Sending through a server not authorized to relay to the recipient domain.

⚠️
Misconfigured outbound MTA

Custom application sending direct to recipient MX instead of through your authenticated relay.

How to fix it

1
Enable SMTP AUTH if connecting to a submission server

Configure your mail client or application with valid credentials. Use submission ports 587 (STARTTLS) or 465 (implicit TLS).

2
Send through your own authorized relay

If you control the relay infrastructure, send through your own MTA which then relays out. Most ESPs require this pattern.

3
Verify destination MX accepts direct from you

Some receivers only accept from specific source IPs. If you cannot relay through their server, send through your own relay to their MX.

4
Use a managed SMTP relay service

For production sending without infrastructure overhead, use an authenticated SMTP relay service.

Provider-specific notes

ContextResolution
Sending through a public server’s port 25Open relay is disabled. Use port 587 with AUTH instead.
Custom app sending direct to recipient MXConfigure proper authenticated relay through your own MTA.
Trying to use third-party server as relayNot allowed without explicit relay agreement. Use your own infrastructure.

About the Author

Alaa - SMTPedia author

Alaa · LinkedIn

Email infrastructure specialist with 8+ years of hands-on experience in SMTP, deliverability, and email verification. I’ve configured and troubleshot mail systems across Postfix, Exchange, and cloud relays, managed IP reputation and warmup campaigns, and built verification pipelines processing millions of addresses. My work spans DNS authentication (SPF, DKIM, DMARC, BIMI), bounce handling, blocklist monitoring, and compliance frameworks including CAN-SPAM and GDPR. I write every article on SMTPedia to give email professionals, developers, and marketers the accurate, RFC-grounded reference they need.


About SMTPedia

SMTPedia is an independent email industry reference covering SMTP, IMAP, POP3, email deliverability, marketing platforms, DNS authentication, and email verification. Every article is researched from official provider documentation, IETF RFCs, and industry best practices. Settings and configurations are verified quarterly.

We are cited as a source by ChatGPT, Microsoft Copilot, and thousands of email professionals worldwide. Learn more about our editorial process.