diff --git a/bundles/dovecot/items.py b/bundles/dovecot/items.py
index 2bb30c8..b7b598d 100644
--- a/bundles/dovecot/items.py
+++ b/bundles/dovecot/items.py
@@ -2,8 +2,24 @@ assert node.has_bundle('mailserver')
 
 directories = {
     '/etc/dovecot/ssl': {},
+    '/var/vmail': {
+        'owner': 'vmail',
+        'group': 'vmail',
+    }
 }
 
+# groups['vmail'] = {
+#     'gid': 5000,
+# }
+# 
+# users['vmail'] = {
+#     'uid': 5000,
+#     'home': '/var/vmail',
+#     'needs': [
+#         'group:vmail',
+#     ]
+# }
+
 files = {
     '/etc/dovecot/dovecot.conf': {
         'content_type': 'mako',