1

Topic: It's possible tracking users is sending email as another user?

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

Hello, I have a flet of many servers and accounts in production and i need track if exist and which users are sending messages as another user to implement the reject_sender_login_mismatch in iredapd.


I can't simply implement this configuration because my customers can't be affected before a formal notification.

https://docs.iredmail.org/allow.certain … .user.html

----

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

2

Re: It's possible tracking users is sending email as another user?

iRedAPD logs the smtp auth username and sender address in its log file /var/log/iredapd/iredapd.log, and SQL table "iredapd.smtp_sessions".

3

Re: It's possible tracking users is sending email as another user?

thanks.

Is it possible to implement it on specific domains? Like "all accounts in the example.com send through the example2.com?

ZhangHuangbin wrote:

iRedAPD logs the smtp auth username and sender address in its log file /var/log/iredapd/iredapd.log, and SQL table "iredapd.smtp_sessions".

4

Re: It's possible tracking users is sending email as another user?

ribas wrote:

Is it possible to implement it on specific domains? Like "all accounts in the example.com send through the example2.com?

iRedAPD doesn't support this yet.
Please read the comment lines in plugin to understand what it supports:
https://github.com/iredmail/iRedAPD/blo … ismatch.py