Hello all, I've installed Exim4 and Dovecot on my test server. Exim is configured to deliver the emails to: Code: /var/www/{{user}}/.maildir/{{domain}}/{{user}}/ It's works. Now I need to set the Dovecot variable "mail_location". But how to do that? Exim have some useful functions like lsearch and dsearch that help alot, but Dovecot? The "full" path to the mail directory is in a file like this: Code: myowndomain.com : /var/www/user1/ Any suggestions? Thanks.