Displaying 2 results from an estimated 2 matches for "2lmd".
2007 May 25
1
Variable expansion in LDA vs POP/IMAP
...:
- Postfix MTA, delivers mail via Dovecot LDA
- users list sits in a database
- mail directory is stored in the database, but with
Dovecot variables inside
Delivery works perfectly fine, Dovecot's deliver get a "mail"
column from the database (that looks like this:
/mail/01/%2LMd/%2.2LMd/%LMd/mail/%Ln/ ) and expands variables,
delivers the mail into the maildir's location.
Now if I try to access the mailbox through Dovecot's POP/IMAP server,
it looks like it gets the right field from the database, but won't expand
the variables:
May 24 18:31:14 mail1 dovecot:...
2010 Apr 23
1
order of variable modifiers
I'd like to have a variable substitute take the domain name part, lower case
it, MD5 it, and take a 2-character substring of that. Would that be like
%2MLd ? The documentation on the H hash modifier described reversing with
R, but expresses it at %3RHu which seems to me like it would be reversing
the hash result rather than the user string.
I'm undecided about MD5 vs. hash, and could go