Commit Graph

86 Commits

Author SHA1 Message Date
Alexis Lahouze c733743e29 Added configuration template files for dovecot. 2010-12-20 20:47:38 +00:00
Alan Garcia ff029755d5 Ferme le ticket #1173 2010-12-20 16:56:37 +00:00
Camille Lafitte 83d1d3f835 Log ftp par defaut
* Il est utile de sp\303\251cifier les chemins par defaut

Autrement le logrotate fait son boulot sur des fichiers vide, un peu inutile.
2010-10-01 21:14:15 +00:00
Benjamin Sonntag 5b5b16669d the MASTER dns of a zone should be the SERVER itself, not the NS1, fixes a VERY OLD bug I had with zones not synchronized to primary.heberge.info 2010-07-29 14:42:37 +00:00
Camille Lafitte 9f8d6510d6 Faire fonctionner saslauthd (kent1)
* Pour ne pas planter l'authentification smtp
2010-06-17 14:09:08 +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
Antoine Beaupré 2702d80a16 make our proftpd config backward-compatible with the proftpd in etch
for 0.9.10
2009-08-04 17:58:55 +00:00
Arthur Fernandez e6ba1092c5 Retrait et modif de deux directives de proftpd qui ne sont plus d'actualité. 2009-03-10 18:44:43 +00:00
Benjamin Sonntag 9f636f7d00 fixed unnumbered bug : wrong charset for the desktop with apache2 2008-12-21 04:06:02 +00:00
Antoine Beaupré d689bb6d8e fix syntax error in sql request 2008-10-24 00:31:24 +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é a07518c00a use a working FTP/TLS configuration 2008-10-14 23:14:42 +00:00
Nahuel Angelinetti fb0a3db465 Add 'AddDefaultCharset' in bureau.conf, else there is an enconding problem(default as UTF-8) 2008-10-14 16:53:03 +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é 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
Benjamin Sonntag 6cae26d956 Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work 2008-08-11 10:19:29 +00:00
Benjamin Sonntag f1ae4c3f9a Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work 2008-08-11 10:05:36 +00:00
Antoine Beaupré 6b07011480 fix saslauthd config for etch, partial fix. See #1069 2007-10-02 17:26:38 +00:00
Antoine Beaupré 843f1fb246 remove duplicate icons alias, move non-bureau alternc conf to alternc.conf so that the bureau can be safely disabled by commenting out the bureau include in alternc.conf 2007-09-27 03:27:44 +00:00
Benjamin Sonntag 14d088ed31 only 1 module loading in proftpd :) 2007-08-26 19:32:32 +00:00
Benjamin Sonntag e8299927e9 Fixing etch ftp configuration, Fixes #1046 2007-08-22 22:32:12 +00:00
anonyme 2085abb7e9 :P 2007-05-23 19:57:10 +00:00
anonyme 63085a5524 :P 2007-05-23 19:56:27 +00:00
anonyme 4a425b7313 :P 2007-05-23 19:55:39 +00:00
anonyme 55ddcb68e3 :P 2007-05-23 19:53:59 +00:00
franck bda5165039 Rajout de register_globals on sinon le bureau ne fonctionne pas en HTTP 2007-05-03 13:32:19 +00:00
Antoine Beaupré 0fb06110c0 rouler le bureau en register_globals
grouper les options php

Closes: #563
2006-11-28 02:19:25 +00:00
Antoine Beaupré b1dbde9d23 corriger un typo stupide 2006-11-28 01:48:50 +00:00
Antoine Beaupré 4404569e2b My stab at #563: stop overwriting php.ini.
Most parameters different from the factory default are now set for the
whole /var/alternc, apart from those very notable exceptions, which
are not set by Alternc anymore:

 * precision = 12 ; The number of significant digits displayed in floating point numbers.
 * y2k_compliance = On ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
 * safe_mode_allowed_env_vars = PHP_,LANG,LC_
 * highlight.*
 * max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
 * log_errors_max_len = 1024 ; Do not log repeated messages. Repeated errors must occur in same file on same
 * ignore_repeated_errors = Off ; line until ignore_repeated_source is set true. * ignore_repeated_source = Off
 * report_memleaks = On
 * warn_plus_overloading = Off
 * register_globals = On ; enfin!
 * default_charset = "iso-8859-1" (see #381)
 * upload_max_filesize = 5M ; left to admin's discretion
 * default_socket_timeout = 60
 * mysql.*
 * pgsql.*
 * sybase.*
 * dbx.*
 * session.*
 * mssql.*
 * extension=mysql.so ; we assume the php-mysql packages does this properly

The cgi/ subdir was never really changed, afaict.
2006-11-27 23:52:50 +00:00
Antoine Beaupré 173e86a3c0 retirer httpd.conf de l'installation d'alternc, les symlinks devraient maintenant suffire. testing obligatoire. see #562 2006-07-08 09:22:58 +00:00
Rémi 933dd9e476 affiche le nom de l'utilisateur et le groupe "alternc" lors du listing du répertoire
plutôt que le couple "foo bar" équivoque...
2006-05-10 12:23:53 +00:00
Rémi 3a3619a38f decommentage du chargement du module vhost_alias introduit sans raison en r1020 et posant des problèmes au niveau des alias 2006-05-02 12:29:21 +00:00
Antoine Beaupré e05a16be23 move the server-status handler back to httpd.conf 2006-04-26 22:32:40 +00:00
Antoine Beaupré abc975efd9 move bureau.conf with the templates, as it is one, should fix #646 2006-04-26 21:38:32 +00:00
Pierre Gilles Mialon 6ca8255f49 AlternC Plugin are now part of AlternC svn repository\n Migration Phase 2 2006-04-26 12:28:53 +00:00