Alan Garcia
c37c069317
Typo stupide de Fufroma
2010-12-20 17:04:06 +00:00
Alan Garcia
ff029755d5
Ferme le ticket #1173
2010-12-20 16:56:37 +00:00
Alan Garcia
4fd0c76dd2
Vieux bug : activation de mod_rewrite a l'installation
2010-12-20 16:50:08 +00:00
Alan Garcia
20d4b3fb52
Ajout de la notion de temporaire sur les mails
...
("May be broken" comme qui dirait, ya eu pas mal de patch entretemps
2010-12-20 15:04:19 +00:00
Camille Lafitte
a55106e0e5
Le type des domaines passent en chaine de caracteres
...
* Permettre de nommer clairement les types independamment d'un ordre numerique non g\303\251rable depuis un plugin
2010-12-19 18:42:36 +00:00
Benjamin Sonntag
9fb4e1a884
changing initial mysql dump to fix IPv6 bug + create policy table + create subadmin_restriction variable
2010-11-18 09:18:21 +00:00
Alan Garcia
9f980cec02
Modification de la creation de la DB pour les install neuve pour le patch r2784
2010-11-17 19:33:57 +00:00
Alan Garcia
3343aa803a
Ajout de la possibilité d'avoir des CNAME, TXT dans les DNS.
...
Possibilitée d'avoir plusieurs entrée sur le même sous-domaine.
ToDo : Merci aux experts Alternc de regarder si j'ai mit les modifications de base dans le bon fichier (install/upgrades/1.0.sql)
2010-11-16 17:11:06 +00:00
Benjamin Sonntag
7f8bbe9885
session depended on magic_quotes = on ... it seems like it was the last part of the code which depend on magic_quotes. Fixes compatibility with PHP5.3 and IPv6 clients
2010-08-04 14:35:28 +00:00
Camille Lafitte
6aa65b8408
Permettre la creation du compte admin
...
Dans certains cas php5 prend le nom de fonction pour une constante et se perd (b_b)
''' PHP Notice: Use of undefined constant mysql_connect - assumed 'mysql_connect' in /usr/share/alternc/install/newone.php on line 33'''
2010-07-29 14:37:37 +00:00
Benjamin Sonntag
2da495aa25
on autorise un mail invalide pour la creation d'un membre avec force=1, permet de mettre le panel sur un domaine non qualifie. Closes #591
2010-06-24 00:23:08 +00:00
Benjamin Sonntag
20bf38d89f
moving creation of /var/backups/alternc/etc-installed.tar.gz far below, to prevent improper apache/proftpd config file change afterwards
2010-06-03 10:32:12 +00:00
Benjamin Sonntag
51abae4051
removing old styles + integrating mailman lists size spooling
2010-06-03 08:55:26 +00:00
Benjamin Sonntag
44765c5dae
adding the variable for subadmin restriction
2010-04-19 10:03:51 +00:00
Benjamin Sonntag
20a7bb01c4
reverting a badly made patch
2010-03-04 14:32:02 +00:00
Benjamin Sonntag
7d711eabcf
alternc.install proftpd module tls management
2010-03-04 14:23:38 +00:00
Benjamin Sonntag
98c27aae57
adding changelog + CREATE TABLE for password policy management features
2009-11-30 06:11:27 +00:00
Nahuel Angelinetti
0f03969b8a
Merging blue desktop to trunk.
2009-09-08 05:29:38 +00:00
Antoine Beaupré
165aa0052d
do not overwrite named.conf
...
we still overwrite named.conf.options and that is where we do our
includes. that seems to be relatively acceptable upstream as they mark
only named.conf as a conffile.
See: #1025
2009-08-04 19:43:10 +00:00
Benjamin Sonntag
6b6cbf5b63
add ` everywhere on sql upgrades scripts
2009-04-22 18:50:55 +00:00
Nahuel Angelinetti
136ae243e8
make an upgrade script for 0.9.10 to fix an old mail redirect problem
...
Closes : #673
2009-02-18 18:01:34 +00:00
Nahuel Angelinetti
99d319dce5
Update of debian/control for Debian lenny(5.0) compatibility
...
Update of alternc.install to use force-reload, reload seems to no more be used
2009-02-17 21:20:23 +00:00
Antoine Beaupré
daf93a81f2
fix usage instructions
2009-01-29 01:09:40 +00:00
Antoine Beaupré
d09637d0ce
send email on new account creation
2009-01-29 00:54:52 +00:00
Antoine Beaupré
a7034d7779
add notes field to members
2009-01-29 00:40:49 +00:00
Antoine Beaupré
d5a5a929a6
move sessions to a shared /var/alternc/sessions
2008-10-31 17:55:06 +00:00
Antoine Beaupré
f47b431596
configure alternc-slave as a primary MX for the main server
...
this aims to resolve a lot of mail problems we are having on our deployment at Koumbit
2008-10-23 18:37:40 +00:00
Antoine Beaupré
2363fe5b47
fix apache restart sequence so they don't get restarted twice and only if necessary
2008-10-07 20:14:15 +00:00
Antoine Beaupré
7e8e9b1d6c
put the listen directive in the apache2-ssl config
2008-10-07 18:39:44 +00:00
Antoine Beaupré
b1a6bcf43e
create a apache2-specific SSL configuration file
2008-10-07 18:34:02 +00:00
Antoine Beaupré
c39d6991bf
configure SSL properly, that is, only if a certificate is provided
2008-10-07 18:28:39 +00:00
Antoine Beaupré
72328a9f4b
configure SSL on apache2
2008-10-07 18:00:06 +00:00
Antoine Beaupré
57b53fe31b
disable the default site in apache2 since it obstructs our configuration
2008-10-07 17:23:09 +00:00
Antoine Beaupré
0184e3c641
move the apache config code into alternc.install
...
this makes sure that apache is properly restarted after install and factors code out of the two postinst files
2008-10-07 17:21:18 +00:00
Antoine Beaupré
4df0af8571
call mysql properly in upgrade_check so that upgrade scripts are called properly
...
Closes : #1078
2008-10-07 16:49:05 +00:00
Antoine Beaupré
d7ad37bc9e
restart the proper apache in locale regeneration script
2008-10-07 16:10:59 +00:00
Antoine Beaupré
3bcb5159f9
stop overwriting named.conf
...
starting this release, only named.conf.options will be replaced (as we
need to modify the options {} block and can't just add another one). We
still install a named.conf, a fresh version from Lenny this time, so
that we get a clean start.
Also get rid of the bind_internal parameter that is not really used or
recommended, as it allows for authoritative nameservers to also serve
recursive queries (which is bad practice).
See: #1025
Closes : #1104
2008-10-06 23:58:04 +00:00
Antoine Beaupré
e6c66c2d8a
remove 2GB quota limitation
...
Closes : #1129
2008-10-06 23:27:17 +00:00
Antoine Beaupré
9a79f43537
fix parameter expansion in postconf
...
See: #1029
2008-10-06 22:48:58 +00:00
Antoine Beaupré
ca6dfe5d83
don't warn on main.cf configuration changes
2008-10-06 22:21:37 +00:00
Antoine Beaupré
704bc022ec
explicitely backup main.cf configuration even though we don't replace
...
it totally
See: #1029
2008-10-06 22:20:48 +00:00
Antoine Beaupré
77ddb5002f
do not override Postfix's main.cf: instead, we use a /etc/alternc/postfix.cf to hold our configuration changes and apply that on postinst.
...
Closes : #1029
2008-10-06 22:12:41 +00:00
Antoine Beaupré
cdb3a1e281
remove alternc/mynetwork debconf parameter, stop overriding it in
...
postfix
also split the config prompts between slave and non-slave package
See: #1029
2008-10-06 21:13:11 +00:00
Antoine Beaupré
66da56d2df
always run tar in C locale so that grep works properly
2008-10-04 18:54:03 +00:00
Antoine Beaupré
0de778c41c
move basedirprot call to postinst also
2008-10-04 16:50:14 +00:00
Antoine Beaupré
270c7a6e37
move /var/alternc-specific commands from alternc.install to postinst
2008-10-04 16:48:30 +00:00
Antoine Beaupré
8f43b19340
security precaution: leave the my.cnf readable only to the webserver. we're protected by the openbasedir
2008-07-10 21:37:29 +00:00
Antoine Beaupré
cf484070de
remove a bashism: don't use the function keyword to declare functions,
...
it's not POSIX.
Note that there might be some other bashisms around, but this is the
only one I am aware of now, so...
Closes : #1122
2008-04-24 15:35:33 +00:00
Antoine Beaupré
30057bba56
add a [mysql] block to our my.cnf that contains the database= settings
...
so that mysqldump and other utilities using this file don't get a
warning.
Note that we do not convert existing configuration so that
milestone:0.9.8 installs will have to be manually patched to remove
the warning on mysqldump.
See #1127 and ["Errata_0.9.8"].
2008-04-24 15:24:41 +00:00
Antoine Beaupré
115fe16dbf
use the proper variable for database user replacement. Closes : #1124
2008-04-17 23:04:26 +00:00