12 Apr
2009
12 Apr
'09
4:24 a.m.
On Sat, 2009-04-11 at 17:12 -0600, Preston Lord wrote:
I have been using cyrus for the past 6 years, but it is a pain to config. So ... I just installed dovecot 1.0.15 on a new debian 4r7 box.
In cyrus we were using usernames as "user.domain.tld".
In dovecot I realize I can:
auth_username_translation = .@
But this converts user.domain.tld to user@domain@tld which of course fails. Is there a regex or something I can apply to pull this off?
What do you use as passdb? The passdb can change the username, so this could be done with e.g. SQL.