ChangeLog
changeset 9 e3d3dbeb5b84
parent 8 7e3ce56f49e6
child 10 8f6e34549c26
equal deleted inserted replaced
8:7e3ce56f49e6 9:e3d3dbeb5b84
     1 === 0.0.0 ===
     1 === 0.0.0 ===
       
     2 2008-03-02  Pascal Volk <neverseen@users.sourceforge.net>
       
     3 
       
     4 	* create_tables.pgsql: Added view vmm_domain_info
       
     5 	* VirtualMailManager/Alias.py: Removed attribute Alias._aid
       
     6 	Removed parameter basedir from Alias.__init__() and Alias._setAddr()
       
     7 	* VirtualMailManager/MailLocation.py: Fixed typo in MailLocation.__init__()
       
     8 	* VirtualMailManager/Account.py: Integrated Transport- and
       
     9 	MailLocation-stuff
       
    10 	Removed attributes: Account._base and Account._home
       
    11 	* VirtualMailManager/VirtualMailManager.py: some small fixes
       
    12 	* VirtualMailManager/Domain.py: Added Transport-stuff
       
    13 	* vmm.cfg: Added option transport in section misc
       
    14 
     2 2008-02-02  Pascal Volk  <neverseen@users.sourceforge.net>
    15 2008-02-02  Pascal Volk  <neverseen@users.sourceforge.net>
     3 
    16 
     4 	* create_tables: Renamed table maildir to maillocation
    17 	* create_tables: Renamed table maildir to maillocation
     5 	Added transport id to table domains, for default transport
    18 	Added transport id to table domains, for default transport
     6 	* VirtualMailManager/Transport.py:
    19 	* VirtualMailManager/Transport.py: