Michael Kaufmann (d00p)
6a76e8a53f
remove build-in logrotate feature and provide logrotate-script
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-10-09 16:23:59 +02:00
Michael Kaufmann (d00p)
77143c7de0
use correct vmail username/groupname variable for postfix/dovecot
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-09-03 10:29:49 +02:00
Florian Lahr
a3ee1430ac
Changes related to missing awstats icon location block in Nginx vhosts and Awstats configuration on Gentoo
...
fixes #1228
fixed #1229
2013-06-06 14:49:21 +02:00
Robert Förster (Dessa)
90ea8cfc1b
phase out hardy and dovecot1 configs for gentoo
2013-05-04 10:03:44 +02:00
Michael Kaufmann (d00p)
9cac851ab6
add note to remove the default awstats cronjob as it conflicts with froxlor, fixes #1185
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-11 11:30:49 +02:00
Michael Kaufmann (d00p)
fbaafafdca
set dovecot-1 on gentoo deprecated as announced
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-06 17:19:52 +02:00
Michael Kaufmann (d00p)
67ec8861d7
awstats_configure.pl not available on gentoo and also not even a good idea to use because it breaks our webserver config and more; fixes #1085
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-04-04 12:21:33 +02:00
Michael Kaufmann (d00p)
71544ccc40
gentoo/proftpd: add use-flag for mysql before emerge and touch proftpd.conf before editing it (makes sense); mark ubuntu hardy as deprecated as it will be removed in 0.9.29
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2013-03-15 11:26:01 +01:00
Florian Knodt
648f52a262
missed ','
2012-12-13 02:12:34 +01:00
Florian Knodt
e530e53dcb
Fixed missing paths and USE-flags for gentoo/dovecot
2012-12-13 02:05:28 +01:00
avengerx
e7c11bfe5f
More fixes for gentoo's confs related to uid/gid.
...
Gentoo 'mail' user/group has uid/gid 8/12 respectively. This makes
postfix' 'virtual' complain about 'bad uid'. Then the default is set
back to 'vmail' user/group. You can force using the 'mail' user (which
is responsible for the local mail delivery files) by adding to
/etc/postfix/main.cf the following lines:
virtual_minimum_uid = 8
virtual_minimum_gid = 12
But this is not encouraged, so the default is to create a really
unprivileged 'vmail' user with a high uid/gid (above 1000).
Due to this, the test for already existent uid/gid is added here (if
you have set uid/gid on froxlor but they don't actually exist, lines to
add the user/group will be added to the config file as it does with the
other distro's files.
2012-07-02 03:11:27 -03:00
avengerx
7a4ce63b75
Update scripts for postfix+courier and postfix+dovecot for gentoo.
...
Changes here include:
- shorten some repetitive commands (gentoo.inc.php)
- maps uid/gid from database instead of statically on main.cf
- maps 'homedir' from database instead of statically in
vmail_mailbox_base (concatenates 'homedir' and 'maildir' columns from
mail_users table)
- update mysql query files to use strictly postfix 2.2+ new format
(in accordance to http://www.postfix.org/mysql_table.5.html )
2012-07-02 02:51:37 -03:00
avengerx
a6c5592541
Improve user/group name handling on configuration script generation.
2012-07-01 18:23:34 -03:00
Robert Förster (Dessa)
84a84e4907
correct wrong rc-update command for dkim-milter in gentoo config templates, fixes #1013
2012-01-09 18:59:27 +01:00
Andreas Burchert (scarya)
51a83d8b09
Removed @version in file header. This isn't used by git.
2011-05-04 11:59:20 +02:00
Florian Aders (EleRas)
d06b08f020
Added configuration for gentoo / dovecot2
...
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org >
2011-02-13 22:28:45 +01:00
Michael Kaufmann (d00p)
f4b6d9930f
- respect domain openbasedir settings when using php-fpm, fixes #562
...
- various improvements/cleanings in the gentoo configfiles array
2011-01-26 09:44:09 +00:00
Michael Kaufmann (d00p)
759213f8b9
add extra configuration for Apache + PHP-FPM, fixes #482
2010-12-02 12:51:14 +00:00
Robert Foerster (Dessa)
e4b7bf799d
gentoo is not debian, at least not since i last checked :)
2010-11-26 12:32:47 +00:00
Robert Foerster (Dessa)
6066601568
- recorded merge of revisions 737-1483 via svnmerge from http://Dessa@svn.froxlor.org/branches/philderbeast
...
- fixes #103
2010-11-26 12:30:54 +00:00
Michael Kaufmann (d00p)
5f284c31ab
- remove realtime configurations and install-instructions from the panel
2010-10-24 08:59:00 +00:00
Michael Kaufmann (d00p)
7d54744e9a
- add DKIM-milter install/configuration instructions for Debian/Ubuntu, fixes #384
2010-10-14 06:49:05 +00:00
Michael Kaufmann (d00p)
ad0828df12
- implemented sender address restriction for postfix, fixes #379
...
refs #379
2010-09-13 06:11:25 +00:00
Michael Kaufmann (d00p)
05436211dd
- just some minor fixes in gentoo-dovecot.conf
2010-08-06 07:09:52 +00:00
Michael Kaufmann (d00p)
86c881a63c
- use correct commands with apache on Gentoo when creating vhosts-dir/-file
2010-08-04 11:51:57 +00:00
Michael Kaufmann (d00p)
1a62e9413d
- remove base_dir-directive from dovecot.conf as we use the default value anyway, fixes #311
...
- added pure-ftp configuration-template for Gentoo
2010-08-02 06:54:57 +00:00
Michael Kaufmann (d00p)
5c4a38e4de
- beautification in gentoo-config-templates
2010-07-28 12:23:59 +00:00
Michael Kaufmann (d00p)
d660165470
- fixed configuration permissions for pure-ftp, fixes #309
...
- fixed configuration permissions for dovecot, fixes #310
- fixed some minor config-template issues
2010-07-28 06:08:14 +00:00
Michael Kaufmann (d00p)
525b6ee98d
- keep consistence in filenames, fixes #290
...
refs #290
2010-07-19 05:35:32 +00:00
Michael Kaufmann (d00p)
10cfdb137a
- fix sed-command in config-templates, fixes #263
2010-06-07 11:14:49 +00:00
Michael Kaufmann (d00p)
348de6da35
- simplify awstats configuration, fixes #241
2010-05-19 06:07:02 +00:00
Robert Foerster (Dessa)
c6a45789bc
updated postfix configuration for debian lenny, ubuntu hardy and gentoo
...
- split up postfix configs for courier and dovecot, so people do not do/install unneeded stuff
- renamed deprecated config keys (upstream is backwards compatible until further notice, so you don't need to change them unless you really want to)
- removed most default values, distros ship the default configs in /usr/share anyway.
- debian etch is untouched, so is suse (for now)
2010-04-30 16:38:02 +00:00
Robert Foerster (Dessa)
afc3ab8a8b
correct bind permissions in config templates, refs #135
2010-04-11 20:13:54 +00:00
Michael Kaufmann (d00p)
a0274b083b
- make path to awstats configuration folder a setting (again), fixes #125
2010-04-08 10:28:48 +00:00
Michael Kaufmann (d00p)
5f9d90a293
added Postfix MX-Access, fixes #119
2010-04-07 10:35:50 +00:00
Florian Aders (EleRas)
0ec2238e4b
Adding new DKIM - stuff d00p made, fixes #94
2010-03-25 12:14:56 +00:00
Michael Kaufmann (d00p)
952edd380f
corrected paths and commands for awstats, refs #57 , refs #58
2010-03-22 13:25:37 +00:00
Michael Kaufmann (d00p)
9b843a8ad5
merging awstats branch to trunk, fixes #57 , fixes #58
2010-03-22 12:36:59 +00:00
Michael Kaufmann (d00p)
6c233818f2
only display command if folder is set in configs, refs #50
2010-03-07 15:37:26 +00:00
Michael Kaufmann (d00p)
9a18dbcc36
add command to create the "deactivated users"-folder, fixes #50
2010-03-07 15:23:28 +00:00
Michael Kaufmann (d00p)
c192d19d7e
- corrected file-names for bind-configuration, fixes #20
2010-02-17 11:36:32 +00:00
Michael Kaufmann (d00p)
82cb3fdabc
better order of commands in gentoo-configfiles
2010-01-30 17:36:23 +00:00
Robert Foerster (Dessa)
883963d2e2
svn:eol-style got murdered on some files for whatever reason so it gets resurrected now, also set some svn:keywords
2010-01-27 08:54:31 +00:00
Michael Kaufmann (d00p)
632c7051fc
changing file-headers;
...
fixing $needrootdb in cron_init.php (why was this disabled?);
2010-01-25 10:06:34 +00:00
Florian Aders (EleRas)
eeec43ebd7
Merging my branch and d00ps branches to trunk
2010-01-22 07:43:29 +00:00
Michael Kaufmann (d00p)
9907afe630
ininitial froxlor commit;
...
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
2010-01-20 09:12:52 +00:00