Pascal Volk <neverseen@users.sourceforge.net> [Wed, 07 May 2008 19:09:55 +0000] rev 30
* 'INSTALL'
- Fixed a typo
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 01 May 2008 23:39:01 +0000] rev 29
fixed typo in CREATE TABLE users
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 01 May 2008 19:27:06 +0000] rev 28
* 'VirtualMailManager/VirtualMailManager.py'
- Create base directory with correct access mode and gid, if it does not
exist yet.
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 01 May 2008 00:51:11 +0000] rev 27
* 'install.sh'
- Added again $PF_GID (was removed with r19)
* 'update_config_0.3.x-0.4.py'
* 'update_tables_0.3.x-0.4.py'
* 'UPGRADE'
* 'upgrade.sh'
- removed because vmm 0.4 was released
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 30 Apr 2008 04:05:13 +0000] rev 26
* 'vmm.cfg.5'
* 'vmm.1'
- Reworded some parts.
* 'vmm'
- Added function _getOrder() for a (hopefully) better structured output from
the domaininfo, userinfo and getuser subcommands.
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 29 Apr 2008 00:13:50 +0000] rev 25
* 'vmm.cfg.5'
- Added sections FILES, SEE ALSO and AUTHOR
* 'vmm.1'
- Fixed SEE ALSO
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 28 Apr 2008 21:33:28 +0000] rev 24
* 'vmm.cfg.5'
- Added to repository
* 'vmm.cfg'
* 'update_config_0.3.x-0.4.py'
* 'VirtualMailManager/VirtualMailManager.py'
* 'VirtualMailManager/Config.py'
- Moved option 'base' from section 'maildir' to section 'domdir'
* 'VirtualMailManager/Account.py'
- Removed parameter 'address' from Account._setAddr()
* 'VirtualMailManager/Domain.py'
- Added 'ORDER BY' clause in queries in Domain.getAccounts() and
Domain.getAliases()
* 'setup.py'
- Adjusted trove classifiers.
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 26 Apr 2008 02:49:34 +0000] rev 23
* 'vmm.1'
- completed
* 'update_tables_0.4-dev_r24.py'
- Deleted from repository
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 22 Apr 2008 07:34:02 +0000] rev 22
* 'vmm.1'
- extended (not completed yet)
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 21 Apr 2008 21:37:28 +0000] rev 21
* 'vmm.1'
- Added to repository (not completed yet)
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 21 Apr 2008 04:56:01 +0000] rev 20
* 'create_tables.pgsql'
- Replaced column 'disabled' with columns smpt, pop3, imap and managesieve
- updated view, added service columns smpt, pop3, imap and managesieve
* 'update_tables_0.3.x-0.4.py'
- Updated to consider the points above mentioned
* 'vmm.cfg'
- Added section »services« with options: smtp, pop3, imap and managesieve
* 'update_config_0.3.x-0.4.py'
* 'VirtualMailManager/Config.py'
- Updated, to add new section »services«
* 'VirtualMailManager/Account.py'
* 'VirtualMailManager/VirtualMailManager.py'
* 'vmm'
- Modified, to fit new database structure
* 'UPGRADE'
* 'INSTALL'
- Updated information
* 'update_tables_0.4-dev_r24.py'
- Added temporary to the repository
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 18 Apr 2008 03:46:11 +0000] rev 19
* 'VirtualMailManager/VirtualMailManager.py'
* 'VirtualMailManager/Account.py'
* 'vmm'
- added support to get user (e-mail address) by users id
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 15 Apr 2008 02:49:21 +0000] rev 18
* 'VirtualMailManager/VirtualMailManager.py'
* 'VirtualMailManager/Domain.py'
* 'vmm'
- added code to optional force new transport for all existing accounts.
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 15 Apr 2008 01:28:34 +0000] rev 17
* 'VirtualMailManager/VirtualMailManager.py'
- implemented VirtualMailManager.user_transport()
* 'vmm'
* 'VirtualMailManager/Account.py'
- Added code to modify user's transport
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 14 Apr 2008 02:21:46 +0000] rev 16
* 'VirtualMailManager/VirtualMailManager.py'
- implemented:
* VirtualMailManager.__getSalt()
* VirtualMailManager.__pwCrypt()
* VirtualMailManager.__pwSHA1()
* VirtualMailManager.__pwMD5()
* VirtualMailManager.__pwMD4()
- updated VirtualMailManager.__pwhash()
* 'VirtualMailManager/constants/VERSION.py'
- set version to 0.4-dev
* 'INSTALL'
- added hint for python-crypto
- updated user_query
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 10 Apr 2008 03:24:12 +0000] rev 15
* '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
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 06 Apr 2008 21:36:00 +0000] rev 14
* 'update_config_0.3.x-0.4.py'
* 'upgrade.sh'
* 'UPGRADE'
- added to repository
* 'install.sh'
- Removed $PF_GID
* 'INSTALL'
- Added some hints
* 'VirtualMailManager/VirtualMailManager.py'
- fixed an ugly bug
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 04 Mar 2008 23:28:04 +0000] rev 13
* 'create_tables.pgsql'
- Removed unneeded newlines from views dovecot_user and postfix_uid
* 'update_tables_0.2.x-0.3.pgsql'
- Removed from repository
* 'update_tables_0.3.x-0.4.py'
- Added to repository
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 03 Mar 2008 23:48:07 +0000] rev 12
* 'VirtualMailManager/Alias.py'
* 'VirtualMailManager/VirtualMailManager.py'
* 'vmm'
- added support for deleting only the alias with the matching destination
address
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 02 Mar 2008 23:15:13 +0000] rev 11
* 'pgsql-virtual_mailbox_domains.cf'
- added to repo
* 'INSTALL'
- fixed docu postfix/virtual_mailbox_domains
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 02 Mar 2008 22:41:59 +0000] rev 10
* 'pgsql-transport.cf'
- fixed query
* 'pgsql-smtpd_sender_login_maps.cf'
- added missing ' at end of query
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 02 Mar 2008 20:22:00 +0000] rev 9
* 'create_tables.pgsql'
- Added view vmm_domain_info
* 'VirtualMailManager/Alias.py'
- Removed attribute Alias._aid
- Removed parameter basedir from Alias.__init__() and Alias._setAddr()
* 'VirtualMailManager/MailLocation.py'
- Fixed typo in MailLocation.__init__()
* 'VirtualMailManager/Account.py'
- Integrated Transport- and MailLocation-stuff
- Removed attributes: Account._base and Account._home
* 'VirtualMailManager/VirtualMailManager.py'
- some small fixes
* 'VirtualMailManager/Domain.py'
- Added Transport-stuff
* 'vmm.cfg'
- 'Added option transport in section misc'
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 02 Feb 2008 19:48:17 +0000] rev 8
* 'create_tables.pgsql'
- Renamed table maildir to maillocation
- Added transport id (tid) to table domains, for default transport
* 'VirtualMailManager/MailLocation.py'
* 'VirtualMailManager/Transport.py'
- Added to repository
* 'VirtualMailManager/constants/ERROR.py'
- Added error codes for MailLocation and Transport classes
* 'VirtualMailManager/Exceptions.py'
- Added exception classes for MailLocation and Transport
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 18 Jan 2008 20:25:05 +0000] rev 7
* 'create_tables.pgsql'
- Removed unneeded sequences 'alias_id' and 'relocated_id'
- Removed unneeded column 'id' from table 'alias' and 'relocated'.
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 15 Jan 2008 01:33:25 +0000] rev 6
* 'create_tables.pgsql'
- create separate tables for transport an maildir-folder
- assigned transport to users table
- adjusted some views
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 11 Jan 2008 01:24:07 +0000] rev 5
* 'vmm'
- Fixed a syntax error in usage()
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 09 Jan 2008 20:34:31 +0000] rev 4
* 'install.sh'
- Also install docs
* 'VirtualMailManager/Account.py'
* 'VirtualMailManager/Alias.py'
* 'VirtualMailManager/Config.py'
* 'VirtualMailManager/Domain.py'
* 'VirtualMailManager/Exceptions.py'
* 'VirtualMailManager/VirtualMailManager.py'
* 'setup.py'
* 'vmm'
- Included global version number.
* 'VirtualMailManager/constants/VERSION.py'
- Added to repository.
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 09 Jan 2008 14:47:30 +0000] rev 3
* VirtualMailManager/Account.py:
* VirtualMailManager/Alias.py:
* VirtualMailManager/Domain.py:
* VirtualMailManager/VirtualMailManager.py:
* vmm: Replaced email with e-mail.
Corrected opening/closing quotation marks («word» -> »word«).
* VirtualMailManager/VirtualMailManager.py: Renamed
VirtualMailManager.__chkEmailadress to
VirtualMailManager.__chkEmailAddress.
* ChangeLog: Added to repository.
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 08 Jan 2008 21:35:40 +0000] rev 2
* 'VirtualMailManager/Exceptions.py'
- VMMNotRootException.__init__() calls parent CTor
* 'VirtualMailManager/VirtualMailManager.py'
- activated check for missing sections/options
* 'VirtualMailManager/constants/ERROR.py'
- added CONF_* constants from EXIT.py
- renumbered
* 'VirtualMailManager/constants/EXIT.py'
- moved CONF_* constants to ERROR.py
* 'VirtualMailManager/Config.py'
- implemented VMMConfig.check()
- some code cleanups
* 'vmm'
- some code cleanups
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 08 Jan 2008 12:30:20 +0000] rev 1
* 'vmm'
- fixed exception names