[Dovecot] Case sensitve problem
Hi!
I am using Postfix, Mysql and Dovecot 1.0.rc15.
It seems that Dovecot creates new mailboxes for eg. User@Domain.COM althoug in the name in databse is user@domain.com ny logging in pop3. How to solve this problem?
Sven Schmidt wrote:
Hi!
I am using Postfix, Mysql and Dovecot 1.0.rc15.
It seems that Dovecot creates new mailboxes for eg. User@Domain.COM althoug in the name in databse is user@domain.com ny logging in pop3. How to solve this problem?
Use %L in 'mail_location' of your dovecot.conf, such as:
mail_location = maildir:/%Lh/%Ld/%Ln/:INDEX=/%Lh/%Ld/%Ln/
It will convert all upper case to lower case.
Reference:
http://wiki.dovecot.org/Variables
-- Best Regards.
Zhang Huangbin
- iRedMail: Mail Server Solution for Red Hat(R) Enterprise Linux & CentOS 5.x: http://iRedMail.googlecode.com/
On 7/24/2008, Sven Schmidt (sven@root2.schroederhost.de) wrote:
Dovecot 1.0.rc15.
I see your specific issue was answered, but it is also highly recommended that you upgrade... this is a VERY old, RC version (in a release that had over 30 (thirty) release candidates)...
In fact, the current stable version is 1.1.2. The 1.1.x series has numerous improvements over the 1.0.x series.
--
Best regards,
Charles
Charles Marcus schrieb:
On 7/24/2008, Sven Schmidt (sven@root2.schroederhost.de) wrote:
Dovecot 1.0.rc15.
I see your specific issue was answered, but it is also highly recommended that you upgrade... this is a VERY old, RC version (in a release that had over 30 (thirty) release candidates)...
In fact, the current stable version is 1.1.2. The 1.1.x series has numerous improvements over the 1.0.x series.
Its from Debian Etch and latest version.
On 7/24/2008 10:51 AM, Sven Schmidt wrote:
Dovecot 1.0.rc15.
In fact, the current stable version is 1.1.2. The 1.1.x series has numerous improvements over the 1.0.x series.
Its from Debian Etch and latest version.
No offense, but thats no excuse for running a very old/buggy version of software...
This is precisely what backports is for. I've never even used Debian and it took me all of 5 seconds to find it:
http://packages.debian.org/search?keywords=dovecot
--
Best regards,
Charles
participants (3)
-
Charles Marcus
-
Sven Schmidt
-
Zhang Huangbin