1 (edited by iRedDale 2024-04-11 03:31:28)

Topic: Solved Not sure how to ask this -- Email adresses with pre/post append

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.8
- Deployed with iRedMail Easy or the downloadable installer?download
- Linux/BSD distribution name and version:  ubuntu 22.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.
====


I have used some mail services in the past that let you use a delimiter in the email address so that you can use unique addresses to better filter and to an extent show where addresses are being shared.

Example:
email.mydomain.com
can be shared as
email+01.mydomain.com
That address goes to the email.mydomain.com inbox.

(The "+" is an example - I can't remember what the actual delimiter was..)


When you get spam to email+01.mydomain.com, you know the culprit so long as you haven't reused +01 suffix.

Is there anyway to set this up in redmail?

----

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

2

Re: Solved Not sure how to ask this -- Email adresses with pre/post append

iRedMail uses "+" as delimiter by default. For example:

- User: user@domain.com
- With delimiter: user+hello@domain.com, user+world@domain.com, user+X@domain.com

3

Re: Solved Not sure how to ask this -- Email adresses with pre/post append

ZhangHuangbin wrote:

iRedMail uses "+" as delimiter by default. For example:

- User: user@domain.com
- With delimiter: user+hello@domain.com, user+world@domain.com, user+X@domain.com

Thank you!!!