• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

How do I ignore case for mail usernames and domains for pop / imap / webmail?

R

RaphaelB

Guest
How can I turn off the case sensitivity for mail accounts (both account name and domain) so that [email protected] allows someone to log in with [email protected] and [email protected] will still authenticate for [email protected]?

Note: I do NOT want passwords to ignore case, only the username and domain.

I've looked around and in the plesk admin panel and the courier imap conf files and wasn't able to find any settings that change this. The one hint I found is that courier - if I understand it correctly, just passes the authentication data through to the auth backend, which is authpsa - plesk's authentication backend? How can I change that?

Thanks!
 
We have already such feature request and I hope it will be implemented in the one of nearest Plesk version.

BTW, Concerning that can and that should not be case sensitivity it is possible to look at this document (there are links to rfc): http://email.about.com/od/emailbehindthescenes/f/email_case_sens.htm

The local part (to '@' character) should (MUST) be case sensitivity according RFC 2821
The domain part should not be case sensitivity (from this RFC).
 
Back
Top