/[smecontribs]/rpms/smeserver-mailstats/contribs9/smeserver-mailstats-1.1.bz8957.Create_the_mailstats_user.patch
ViewVC logotype

Contents of /rpms/smeserver-mailstats/contribs9/smeserver-mailstats-1.1.bz8957.Create_the_mailstats_user.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jun 25 19:24:18 2015 UTC (8 years, 10 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-mailstats-1_1-9_el6_sme, smeserver-mailstats-1_1-6_el6_sme, smeserver-mailstats-1_1-7_el6_sme, smeserver-mailstats-1_1-11_el6_sme, smeserver-mailstats-1_1-4_el6_sme, smeserver-mailstats-1_1-5_el6_sme, smeserver-mailstats-1_1-8_el6_sme, smeserver-mailstats-1_1-12_el6_sme, smeserver-mailstats-1_1-10_el6_sme, HEAD
* Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4
- creates the "mailstats" user [SME: 8957]
- Fixed the problem with Spamassassin scores and tags.
- Also added Geoip league table [SME: 8656]
- code done by  Brian Read <brianr@bjsystems.co.uk>

1 diff -Nur smeserver-mailstats-1.1.bz8957.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99smeserver-mailstats.sql smeserver-mailstats-1.1.bz8957/root/etc/e-smith/templates/etc/e-smith/sql/init/99smeserver-mailstats.sql
2 --- smeserver-mailstats-1.1.bz8957.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99smeserver-mailstats.sql 2015-06-25 20:49:52.416779348 +0200
3 +++ smeserver-mailstats-1.1.bz8957/root/etc/e-smith/templates/etc/e-smith/sql/init/99smeserver-mailstats.sql 2015-06-25 20:51:31.116995456 +0200
4 @@ -89,3 +89,6 @@
5 `time` time NOT NULL default '00:00:00',
6 PRIMARY KEY (`timeid`)
7 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
8 +
9 +
10 +grant all privileges on mailstats.* to 'mailstats'@'localhost' identified by 'mailstats';

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed