Displaying 1 result from an estimated 1 matches for "mairdir".
Did you mean:
maildir
2005 Dec 12
3
Case sensitive nightmare
...in.tld/foo/Maildir,
domain.tld/FOO/Maildir, etc.)
It would seem to me that the queries above would fail for the different
variations of the name but they don?t seem to. Is dovecot converting %u to
lower case for the query on the virtual users table but then using it
unconverted when looking up the Mairdir for the account? If the username
column has the value ?foo@domain.tld? how does SELECT * FROM table WHERE
username=?FOO@domain.tld? match the row?
Also puzzling is that I select a column named maildir which has the path to
the mailbox in it (using the correct case). Even if SELECT ?pigs fly? AS
wh...