1

Topic: SMTP Auth is required

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
1.3.2 PGSQL edition.
- Deployed with iRedMail Easy or the downloadable installer?
Don't remember
- Linux/BSD distribution name and version:
Ubuntu 20.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
PGSQL
- Web server (Apache or Nginx):
Nginx
- Manage mail accounts with iRedAdmin-Pro?
No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Try as I might, I can't seem to get iRedMail to accept mail from by log servers...

All I get is

                   The mail system

<pnunn@blah.com.au>: host mail3.blah.com.au[119.17.137.xxx] said: 554
    5.7.1 <pnunn@blah.com.au>: Recipient address rejected: SMTP AUTH is
required for users under this sender domain (in reply to RCPT TO command)

I have a bunch of emails in

/etc/iredapt/settings.py as follows

ALLOWED_LOGIN_MISMATCH_SENDERS = ['pnunn@blah.com.au', 'pnunn@blah2.it', 'pnunn@blah3.com.au'']

ALLOW_FORGED_SENDERS = ['pnunn@blah.com.au', 'pnunn@blah2.com.au','pnunn@blah3.com.au']
   
and yet it still fails.

How do I fix this?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: SMTP Auth is required

pnunn wrote:

ALLOW_FORGED_SENDERS = ['pnunn@blah.com.au', 'pnunn@blah2.com.au','pnunn@blah3.com.au']

The parameter name is "ALLOWED_FORGED_SENDERS".