root/tags/cpves-0.07/ChangeLog

Revision 189, 5.9 kB (checked in by jonas, 14 months ago)

CpVES 0.07

Line 
1CpVES 0.07 2007-09-13 - Jonas Genannt - <jonas.genannt@brachium-system.net>
2        o Fixed: mail_system.sql
3CpVES 0.06 2007-09-11 - Jonas Genannt - <jonas.genannt@brachium-system.net>
4        o Added: autoresponder.pl: special X-Header vacation disable
5        o Added: special X-Header vacation to email user/admin frontend
6        o Added: pidfile for create_mailboxes.pl
7        o Added: pidfile for create_mailfilters.pl
8        o Added: script for calculate the mailbox size
9        o Added: new config value for "display mailbox size"
10        o Added: domain_view.tpl mailbox size
11        o Added: check if php-imap is enabled
12        o Added: lang selection per user/sadmin
13        o Added: md5sum of .mailfiter will be saved to database
14        o Added: cpves version string to structure.tpl
15        o Added: index_sadmin vacaction overview per domain and user
16        o Improved: removed reload to domain show on save emailaddress
17        o Improved: vacation magic quotes
18        o Fixed: autoresponder.pl. UTF-8 problems in body
19CpVES 0.05 2007-08-31 - Jonas Genannt - <jonas.genannt@brachium-system.net>
20        o Fixed: repaired listmailer.pl for access tinyint(1) column (T. Genannt)
21        o Fixed: domain_add: default postmaster forwarding (#26)
22        o Fixed: default paths in runScipts.sh and installService.sh
23        o Improved: server_ip: you can configure more than one
24        o Improved: Default config now in extra file (copy to config.inc.php / mail_config.conf) (T. Genannt)
25CpVES 0.04 2007-08-25 - Jonas Genannt - <jonas.genannt@brachium-system.net>
26        o Added: Webmail to config.inc.php and navigation for direct webmail link
27        o Added: initial language split
28        o Added: delete known spam option (frontend)
29        o Added: delete known spam option (backend)
30        o Added: domain perms for sa_wb_listing
31        o Added: optional Mailgraphlink for admin and superadmin
32        o Added: mailarchive frontend
33        o Added: permission for using spam_del option (more secure about stupid users)
34        o Added: sadmin: rebuild all mailfilters
35        o Added: user/admin option: delete duplicate mails
36        o Added: autoresponder send feature (#7)
37         (specify how many responds will send to one address back)
38        o Added: extra site for users password change
39        o Added: fetchmail mailfrontend + backendscript
40        o Added: whitelist localdomains (#22)
41        o Added: spam/ham learning frontend and backend (#9)
42        o Added: option to deny/allow cpves webinterface login per domain/user
43        o Fixed: typo in delete duplicate mails create_mailfilters.pl
44        o Fixed: autoresponder_disable bug, overrides complete table (#3)
45        o Fixed: autoresponder encoding with utf8 (#2)
46        o Fixed: autorepsonder quoting problems
47        o Fixed: Password dialog forms (#5)
48        o Fixed: create_mailfilters.pl: if() in bogofilter
49        o Fixed: delete domains (no old data will stay in other tables)
50        o Fixed: max forwardings in domain
51        o Fixed: max email addresses in domain
52        o Fixed: fixed some variable errors/usages
53        o Fixed: default spam_del value (10 -> 10.0) (#14)
54        o Fixed: spelling error (#16)
55        o Fixed: incorrect pidfile (#20)
56        o Fixed: error in sa_wb_listing.pl (#21)
57        o Fixed: forwardadd_fillform() (#23)
58        o Improved: backendscripts (default: /usr/local/cpves) (#21)
59        o Improved: config dir now default in /etc/cpves
60        o Improved: move_spam (only called in autoresponder if spamassassin is active)
61        o Improved: possible inputfailture on forwarding add
62        o Improved: moved all cpves js code to separate file (js/cpves.js)
63        o Improved: Upgrade to newest smarty version
64        o Improved: format error of del_known_spam (#6)
65        o Improved: delete domain; no email to sysadmin any more (#8)
66        o Improved: list_imap_folders: non-spam /spam folder
67        o Improved: make Spam folder bold in "move known spam to"
68        o Improved: check for correct permissions for every user_ site
69        o Improved: CpVES webinterface is english (#24)
70CpVES 0.03 2007-05-01 - Jonas Genannt - <jonas.genannt@brachium-system.net>
71        o Improved: create forward;copy addresses to form
72        o Improved: autoresponder - now send only to valid to addresses an responder
73        o Improved: check_domain_faeture (database change needed)
74        o Improved: forward_view (sorting of addresses)
75        o Improved: email_view admin domain sorting
76        o Improved: sadmin_edit success message
77        o Improved: index_sadmin.tpl layout
78        o Improved: index_admin.tpl layout
79        o Improved: functions for email_options
80        o Improved: forward_view delete complete forward
81        o Added: Whitelisting Support to Interface
82        o Added: automatic autoresponder disable feature
83        o Added: Initial Bogofilter frontend support
84        o Added: An SQL-Upgrade file
85        o Added: X-Loop and X-No-Loop check for autoresponder
86        o Added: Sending autoresponder with X-Loop and X-No-Loop header
87        o Added: new autoresponder feature to users interface
88        o Added: new autoresponder feature to admins interface
89        o Added: support forwarding per user dis/enable
90        o Added: ml_postmaster/mailserver_smtp to configfile
91        o Added: listMailer.pl support for configfile
92        o Added: index_sadmin: display sadmin privileges
93        o Added: sadmin/admin see move_spam option (ready only)
94        o Fixed: create forwarding
95        o Fixed: create mailinglist
96        o Fixed: listMailer.pl config file path
97        o Fixed: sadmin_add redirection to sadmin_view
98CpVES 0.02 2007-03-16 - Jonas Genannt - <jonas.genannt@brachium-system.net>
99        o Code Cleanup
100        o Complete new code structure
101        o Fixed: Wrong emailaddr count on index site
102        o Improved Layout (error/success messages)
103        o Improved Run ML-Code only if ML activated
104        o Improved sadmin and user password change
105        o Improved Char-Encoding in listMailer.pl error-mail (T. Genannt)
106        o Added filed:
107         ALTER TABLE `domains` ADD `spamassassin` TINYINT(1) DEFAULT '1' NOT NULL;
108        o Added: en/disable spamassassin support per domain
109        o Added: sadmin/admin can modify users autoresponder
110        o Added: sadmin/admin can modify users forwarding
111        o Added: sadmin/admin can modify users virus delete
112        o Added: inputfocus to emailaddress on loginpage and other pages
113        o Added: Cycle for backgroundcolors
114        o Added: domain_add: Forward do domain_view after creating
115        o Added: forward_add: List mailaddresses
116CpVES 0.01 2006-12-31 - Jonas Genannt - <jonas.genannt@brachium-system.net>
117        o First Release
Note: See TracBrowser for help on using the browser.