ChangeLog
author Pascal Volk <neverseen@users.sourceforge.net>
Wed, 30 Apr 2008 04:05:13 +0000
changeset 26 668951708f2f
parent 24 48ea255e8a85
child 28 87da30d30fde
permissions -rw-r--r--
* '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.

=== 0.4 ===
2008-04-30  Pascal Volk  <neverseen@users.sourceforge.net>
	* vmm.1, vmm.cfg.5:
		Reworded some parts.
	* vmm:
		Added function _getOrder() for a (hopefully) better structured output
		from the domaininfo, userinfo and getuser subcommands.

2008-04-28  Pascal Volk  <neverseen@users.sourceforge.net>

	* 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 (Account._setAddr()):
		Removed parameter 'address'
	* VirtualMailManager/Domain.py (Domain.getAccounts(), Domain.getAliases()):
		Added 'ORDER BY' clause in queries.
	+ setup.py:
		Adjusted trove classifiers.

2008-04-21  Pascal Volk  <neverseen@users.sourceforge.net>

	* create_tables.pgsql (table users):
		Replaced column 'disabled' with columns smpt, pop3, imap and managesieve
	* create_tables.pgsql (view dovecot_password):
		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 (Account._switchState(), Account.enable(),
	Account.disable(), Account.save(), Account.getInfo()):
	* VirtualMailManager/VirtualMailManager.py (VirtualMailManager.user_add(),
	VirtualMailManager.user_disable(), VirtualMailManager.user_enable()):
	* vmm (usage(), user_disable(), user_enable()):
		Modified, to fit new database structure
	* UPGRADE:
	* INSTALL:
		Updated information
	* update_tables_0.4-dev_r24.py:
		Added temporary to the repository

2008-04-18  Pascal Volk  <neverseen@users.sourceforge.net>

	* VirtualMailManager/Account.py: Implemented getAccountByID()
	* VirtualMailManager/VirtualMailManager.py (VirtualMailManager): 
	* vmm: Implemented user_byID()

2008-04-15  Pascal Volk  <neverseen@users.sourceforge.net>

	* VirtualMailManager/Account.py (Account.modify()): 
	* vmm (main): Added code for modify user's transport
	* VirtualMailManager/VirtualMailManager.py: Implemented
	VirtualMailManager.user_transport()
	* VirtualMailManager/VirtualMailManager.py
	(VirtualMailManager.domain_transport()):
	* vmm:
	* VirtualMailManager/Domain.py (Domain.updateTransport()): Added code to
	optional force new transport for all existing accounts.

2008-04-14  Pascal Volk  <neverseen@users.sourceforge.net>

	* VirtualMailManager/VirtualMailManager.py: Implemented:
	VirtualMailManager.__getSalt(), VirtualMailManager.__pwCrypt(),
	VirtualMailManager.__pwSHA1(), VirtualMailManager.__pwMD5() and
	VirtualMailManager.__pwMD4()
	updated VirtualMailManager.__pwhash()
	* VirtualMailManager/constants/VERSION.py: Set Version to 0.4-dev
	* INSTALL: Added hint for python-crypto, fixed user_query


2008-04-10  Pascal Volk  <neverseen@users.sourceforge.net>

	* update_tables_0.3.x-0.4.py: Replaced view dovecot_user
	* create_tables.pgsql (VIEW: dovecot_user): Added extra field mail
	* UPGRADE: fixed filename, hint for view permissions and user_query
	* INSTALL: Replaced mail_extra_groups with mail_privileged_group, updated
	user_query

2008-04-06  Pascal Volk  <neverseen@users.sourceforge.net>

	* install.sh: Removed $PF_GID
	* INSTALL: Added hints for pyPgSQL and smtpd_recipient_restrictions
	* update_config_0.3.x-0.4.py:
	* upgrade.sh:
	* UPGRADE: Added to repository
	* VirtualMailManager/VirtualMailManager.py (VirtualMailManager.__init__):
	Don't call VirtualMailManager.__chkenv() if vmm is started with
	option configure.
	* VirtualMailManager/VirtualMailManager.py (VirtualMailManager.__chkenv):
	Added value for placeholder in error message.

2008-03-05  Pascal Volk  <neverseen@users.sourceforge.net>

	* 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

2008-03-04  Pascal Volk	 <neverseen@users.sourceforge.net>

	* VirtualMailManager/Alias.py:
	* VirtualMailManager/VirtualMailManager.py:
	* vmm: Now it's possible to delete an alias with a specific destination

2008-03-03  Pascal Volk  <neverseen@users.sourceforge.net>

	* pgsql-virtual_mailbox_domains.cf: Added to repository
	* INSTALL: fixed postfix docu

2008-03-02  Pascal Volk  <neverseen@users.sourceforge.net>

	* 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
	* pgsql-transport.cf: changed query for new table layout
	* pgsql-smtpd_sender_login_maps.cf: added missing single quote in query

2008-02-02  Pascal Volk  <neverseen@users.sourceforge.net>

	* create_tables: Renamed table maildir to maillocation
	Added transport id to table domains, for default transport
	* VirtualMailManager/Transport.py:
	* VirtualMailManager/MailLocation.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

2008-01-18  Pascal Volk  <neverseen@users.sourceforge.net>

	* create_tables.pgsql: Removed unneeded sequences 'alias_id' and
	 'relocated_id'.
	 Removed unneeded column 'id' from table 'alias' and 'relocated'.

2008-01-15  Pascal Volk  <neverseen@users.sourceforge.net>

	* create_tables.pgsql: Redesign of table layout, create separate tables for
	maildir-folder and transport. Also assign transport to users not to domains

2008-01-11  Pascal Volk  <neverseen@users.sourceforge.net>

	* vmm (usage): Fixed a syntax error.

2008-01-09  Pascal Volk  <neverseen@users.sourceforge.net>

	* 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.

2008-01-09  Pascal Volk  <neverseen@users.sourceforge.net>

	* 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.

=== 0.3.1 ===
2008-01-08  Pascal Volk  <neverseen@users.sourceforge.net>

	* vmm (getVMM): Fixed names names of excepted errors.

	* VirtualMailManager/VirtualMailManager.py (VirtualMailManager.__init__):
	activated check for missing sections/options

	* vmm-0.3.1.tar.bz2: It's really bzip2 compressed. ;-)