Pascal Volk <neverseen@users.sourceforge.net> [Wed, 11 Jun 2008 05:07:07 +0000] rev 38
* 'VirtualMailManager/Alias.py'
- replaced all »« with ''
* 'VirtualMailManager/Account.py'
- replaced all »« with ''
- added Account.setPassword()
* 'VirtualMailManager/VirtualMailManager.py'
- replaced all »« with ''
- added VirtualMailManager._readpass()
- check if domain/account exists before prompting for password
(VirtualMailManager.user_add(), VirtualMailManager.user_password())
* 'vmm'
- removed _readpass()
* 'UPGRADE'
* 'upgrade.sh'
- added to repository again
* 'po/vmm.pot'
* 'po/de.po'
- updated
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 11 Jun 2008 00:05:22 +0000] rev 37
* 'install.sh'
- removed verbose stuff
- fixed (multilingual) man pages installation stuff
* 'man/man1/vmm1'
- moved vmm.1 to man/man1/vmm1
* 'man/man5/vmm.cfg.5'
- moved vmm.cfg.5 to man/man5/vmm.cfg.5
* 'po/de.po'
- updated
* added to repository
- 'man/de/man1/vmm.1'
- 'man/de/man5/vmm.cfg.5'
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 26 May 2008 22:18:19 +0000] rev 36
* 'vmm.1'
- added subcommand listdomains
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 25 May 2008 03:42:42 +0000] rev 35
* 'VirtualMailManager/VirtualMailManager.py'
- renamed:
* __idn2ascii() -> idn2ascii()
* __ace2idna() -> ace2idna()
- implemented domain_list()
- some small code cleanups
* 'VirtualMailManager/Domain.py'
- implemented search()
* 'vmm'
- implemented domain_list()
- some small code cleanups
* 'po/vmm.pot'
* 'po/de.po'
- updated
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 18 May 2008 04:51:12 +0000] rev 34
* 'VirtualMailManager/Account.py'
* 'VirtualMailManager/Alias.py'
* 'VirtualMailManager/Config.py'
* 'VirtualMailManager/Domain.py'
* 'VirtualMailManager/MailLocation.py'
* 'VirtualMailManager/Transport.py'
* 'VirtualMailManager/VirtualMailManager.py'
* 'vmm'
- completed gettext support
* 'po/vmm.pot'
* 'po/de.po'
- updated
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 15 May 2008 19:24:11 +0000] rev 33
now vmm.cfg conforms to example in INSTALL.
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 13 May 2008 03:20:02 +0000] rev 32
* 'install.sh'
- Install also message objects.
* 'VirtualMailManager/Account.py'
* 'VirtualMailManager/Alias.py'
* 'VirtualMailManager/Config.py'
* 'VirtualMailManager/Domain.py'
* 'VirtualMailManager/MailLocation.py'
* 'VirtualMailManager/Transport.py'
* 'VirtualMailManager/VirtualMailManager.py'
* 'vmm'
- added i18n support
* 'po/vmm.pot'
* 'po/de.po'
- added to repository
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 10 May 2008 02:56:33 +0000] rev 31
* 'install.sh'
- Should now also work on all *BSDs
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