1 (edited by johnjones 2017-08-01 00:20:47)

Topic: Someone help please on sender rejection

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.97
- Linux/BSD distribution name and version: debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mariadb
- Web server (Apache or Nginx): apache
- Manage mail accounts with iRedAdmin-Pro? no
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi, I am switching over from v0.4 to the latest 0.97, not upgrade, fresh install.
The old system was working great, on the new system however I get this error:
(I have an account johnmail@domain.com but want to send from john@domain.com)


Recipient address rejected: Sender is not same as SMTP authenticate username

I have tried both these in settings.py
ALLOWED_LOGIN_MISMATCH_SENDERS = ['john@domain.com']
ALLOWED_LOGIN_MISMATCH_LIST_MEMBER = True

and did the service iredapd restart but I still get the error.
How can I make this work? I have a few accounts that need to be able to send from aliases.

I have a forwarding setup for it:
address: john@domain.com
forwarding: johnc@domain.com
domain: domain.com

My alias table is empty.

Thanks

----

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

2

Re: Someone help please on sender rejection

Nevermind, figured it out.