• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Email to ignore after +

CrispinP

New Pleskian
Hi folks,

In gmail you can have an email address such as CoolName@gmail.com
You can also have CoolName+123@gmail.com
In fact, you can have anything after the "+" - it becomes a wildcard.

Is this possible with plesk / other?

I have an email address, bounce@tld.com but my forum sends emails with the reply of bounce+123@tld.com so that it can better match the bounced email with the intended user. However, I cannot see how to get plesk to allow this.


thanks for the help

Crispin
 
Hi CrispinP,

the standart list of allowed characters in usernames for "dovecot" are defined as:

Code:
...
# List of allowed characters in username. Only "'" is added here to the default list.
auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@'
...

You can find this settings at "/etc/dovecot/dovecot.conf"

If you want a unique definition, comment the standard with a "#" in front of the setting and create you very own "*.conf" - file at "/etc/dovecot/conf.d/" with your unique definition, which won't be overwritten in case of updates/upgrades/patches from Plesk.
 
Thanks for the reply. That's brilliant to know. So, by allowing a plus into the username, ergo email address, does that then ignore everything after the plus?

So, I need bounce+123@ and bounce+456 to both be picked up by bounce@.

I already have a catch-all which sends to info@ so cannot use info@

Thanks,
Crispin
 
Hi CrispinP,

Thanks for the reply. That's brilliant to know. So, by allowing a plus into the username, ergo email address, does that then ignore everything after the plus?

So, I need bounce+123@ and bounce+456 to both be picked up by bounce@.

No, the "+" - character adds not automatically an alias for the used username. This will be achieved by adding the COMPLETE alias over your Plesk Control Panel at "Home > Subscriptions > example-domain.com > Mail > Email Addresses > username@example-domain.com" ( Tab: eMail Aliases )
 
Hi,

The problem with that is that I don't know what the aliases are. The forum (XenForo) sends emails with a return address of bounce+<guid>@tld.com. It then monitors the bounce email account for replies and if a reply has the +<guid> then it knows exactly to whom the email was sent and deal with it that way. This is why I need a catch-all-after-theplus-sign type of alias. Not sure how google do it but it's quite handy.
 
Hi CrispinP,

well, the "+" part in XenForo is a VALIDATION part, so consider to use a "catch-all" - eMail - adress, which can be set at "Home > Subscriptions > example.com > Mail > Mail Settings"

catch_all_001.png

catch_all_002.png

... BUT ( !!! ), I really don't recommend that, because you might get an awfull lot of spam there after a while.

Pls. read as well:

upload_2015-1-8_14-46-58-png.94177



Apart from that, pls. note, that this here is a "PLESK related" - forum. Consider to ask XenForo - related questions at their forum => https://xenforo.com/community/
 
Hi,

Thanks for the pics. I understand what it all is - I was just wondering if the mail server plesk uses can ignore anything after the +. As you've said though - it can't. This is not the end of the world though as it does work without it. :)


Thanks for your time and help - much appreciated!

C
 
Back
Top