[Dovecot] Address extensions with dovecot LDA
Greetings! I'm using Dovecot and Postfix with virtual mailboxes, the mailbox data is contained in a MySQL database. I'd like to use the Dovecot delivery agent so I can support Sieve filters. However, I'm not sure how to get the delivery agent to work with the Dovecot auth mechanism and MySQL to do proper lookups of email addresses with address extensions (such as test-blah@example.com). Does anyone have a similar setup that can tell me how I might get this to work?
-- Nick Kartsioukas | KF6UZB change@nightwind.net | NK2694
Okay...I thought I had done enough searching before posting, but I guess I was wrong :)
In Postfix's master.cf file I changed the dovecot delivery command to: /usr/lib/dovecot/deliver -d ${user}@${nexthop}
That was much easier than what I was trying before :)
(note to others...the list software munges email addresses to read blah <at> blah.com, so you'll want to reformat the above to have no spaces and an actual at symbol in place of <at>, otherwise deliver will give an error!)
(further gah...it's even in the wiki, how did I miss that? Sorry, folks!)
-- Nick Kartsioukas | KF6UZB change@nightwind.net | NK2694
participants (1)
-
Nick Kartsioukas