Email subaddressing

Please help me to setup email subaddressing “+” suffix

Like

Main email: [email protected]
[email protected] of all mail will recieve in [email protected]


Solution:

Step1 : nano /etc/exim4/exim4.conf.template
Step2 : ctrl+w enter “localuser:” keyword to find section
Step3 : add below lines after " transport = local_delivery" line

++for single suffix

local_part_suffix = +*
local_part_suffix_optional

++ for multiple suffix

local_part_suffix = +* : [whatever]* : [whatever]*
local_part_suffix_optional

Step 4: sudo update-exim4.conf
Step 5: sudo service exim4 restart
Step 6 [Optional]: systemctl status exim4.service


i will not recommend “-" prefix because I will disable catch all mail feature. OR maybe I have been added more then 2 prefix that’s why it is happening. I don’t know but "+ and .*” will work fine and its enough. which is also enabled in gmail.

please always use search function first: How to email subadressing?

We can’t help with “not working properly”, please gibe some effort and describe what you’ve done, what you’ve tried to solve, what you’ve got for errors and so on. I’m not gonna provide support for “not working”…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.