* 'update_config_0.3.x-0.4.py'
- fixed code for view dovecot_user
* 'create_tables.pgsql'
- updated view dovecot_user (extra field »mail«)
* 'UPGRADE'
- fixed filename (update_0.3.x-0.4.sh -> upgrade.sh)
- added hints for view perms and user_query
* 'INSTALL'
- replaced mail_extra_groups with mail_privileged_group
- updated user_query
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Copyright 2007-2008 VEB IT
# See COPYING for distribution information.
# $Id$
MISSING_ARGS = 1
UNKNOWN_OPTION = 2
USER_INTERRUPT = 3