* 'create_optional_types_and_functions.pgsql'
- Fixed first query in postfix_smtpd_sender_login_map()
- Added types:
+ recipient_uid
+ dovecotuser
+ dovecotpassword
- Added functions:
+ postfix_virtual_uid_map
+ dovecotuser()
+ dovecotpassword()
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Copyright 2007-2008 VEB IT
# See COPYING for distribution information.
# $Id$
VERSION = '0.5-dev'
REVISION = 'rev '+'$Rev$'.split()[1]
RELDATE = '$Date$'.split()[1]