root/tags/cpves-0.09/ChangeLog

Revision 203, 6.6 kB (checked in by jonas, 14 months ago)

done 0.09

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