Commit graph

76 commits

Author SHA1 Message Date
dpeca
19e49efac1 Debian installer: roundcube config.inc.php 2017-03-08 16:01:11 +01:00
dpeca
e4beab4df3 Debian installer: changed 'unrar' package to 'unrar-free' 2017-03-06 13:47:09 +01:00
Maksim Usmanov | Maks
9aed954068 Fix permission ( security issue )
In my debian 8 installs always /etc/roundcube/debian-db-roundcube.php has 644

/etc/roundcube/config.inc.php its ok 

But both files has roundcube mysql passwords and any one can read it.

I not know why are two files whit passwords one have correct permisions but fix bot 

I apply also for debian 7 but not sure if is affected
2017-02-16 22:13:48 +01:00
System Void
2d3038e68b Merge pull request #1039 from Skamasle/patch-11
Add unrar
2017-02-11 17:55:07 +00:00
dpeca
ce5a304814 Debian installer: adding /usr/sbin/nologin to /etc/shells
Adapting installer to code changes from 039a989fb2 commit
2017-02-08 14:39:53 +01:00
Maksim Usmanov | Maks
d37ef80bf4 Add unrar
This is need for v-extract-fs-archive, unrar is available in debian but not in centos.

Maybe is better idea not support unrar because not is available in all OS
2017-01-19 23:41:06 +01:00
Serghey Rodin
039a989fb2 fix for aditional ftp accounts 2016-12-08 16:20:48 +02:00
dpeca
9ab813feee Added a command that will download Dovecot logrotate script 2016-11-22 16:15:35 +01:00
dpeca
fa73d16538 Correcting path for clamav-daemon.service 2016-11-17 17:44:01 +01:00
dpeca
17096714ed Persistent fix for /var/run/clamav permissions 2016-11-17 14:43:17 +01:00
dpeca
92e7b970ec Exclude libmail-dkim-perl if spamassassin will not be installed 2016-10-31 14:08:39 +01:00
dpeca
a2fa6b7215 libmail-dkim-perl added to vst-install-debian.sh
According to issue https://github.com/serghey-rodin/vesta/issues/870
2016-10-31 02:59:23 +01:00
dpeca
5356e95d2f Fixing a bug that caused $pub_ip is always empty string
Putting update-firewall before getting $pub_ip is fixing this issue
2016-10-20 00:57:12 +02:00
dpeca
6531834def Enabling real-IPs in Apache2 logs 2016-10-19 14:06:44 +00:00
dpeca
902a7c975a Removing the malfunctioning RPAF Apache2 module and substituting it with a working RemoteIP module 2016-10-19 13:37:52 +00:00
dpeca
cf1a7329e9 Roundcube tinyMCE fix for Debian 8 2016-10-12 20:02:18 +00:00
Serghey Rodin
ba5bdb12ca forcibly disable apache when it is not used 2016-09-30 12:40:17 +03:00
dpeca
e1af40e232 Debian fix for spamassassin when it's not in startup list
Fix for https://bugs.vestacp.com/issues/346
2016-09-08 03:49:20 +02:00
dpeca
7cc00677e4 Debian fix for ClamAV /var/run/clamav permission
On default Debian8 installation /var/run/clamav has wrong permissions.
ERROR: Can't save PID in file /var/run/clamav/clamd.pid
Owner was a root.
This is a fix for it.
2016-09-07 02:49:17 +02:00
Serghey Rodin
4cfc45ab8b Merge pull request #776 from dpeca/patch-4
Changing password_vesta_host to server hostname
2016-08-29 19:06:37 +03:00
Serghey Rodin
7d84ff7b85 Merge pull request #777 from dpeca/patch-5
Roundcube log permission fix
2016-08-29 19:05:09 +03:00
Serghey Rodin
3e7d6362a3 Merge pull request #799 from pcfreak30/hotfix/798
Use $VESTA variable everywhere in installer
2016-08-29 16:57:20 +03:00
Serghey Rodin
73177fe22c Merge pull request #822 from prodimon/master
mini fix
2016-08-29 16:51:57 +03:00
Serghey Rodin
6eca748bce apparmor rules for bind9 2016-08-26 17:27:02 +03:00
Dmitry Bannik
4bc53a1142 Added default install "expect" to work for backup sftp 2016-08-25 02:33:19 +03:00
Derrick Hammer
f8c8a33d40 *Set VESTA global variable and use everywhere 2016-07-31 04:06:38 -04:00
dpeca
e2da4fbb18 Roundcube log permission fix
Roundcube is not able to write to /var/log/roundcube
This is a fix for it.

Reported as a bug long time ago - https://forum.vestacp.com/viewtopic.php?f=12&t=10114&p=39648#p38630
See last line at this post.
In v16 you accepted my pull request for password driver, but that was just a partial fix, because it needs to fix log permissions too.

Now here is a fix for roundcube log permissions.
2016-07-21 01:00:03 +02:00
dpeca
fb11b194b3 Changing password_vesta_host to server hostname
''Vesta Password Driver for Roundcube'' will try to make a HTTPS request to Vesta, in order to change mail password.
In /etc/roundcube/plugins/password/config.inc.php you have:
$rcmail_config['password_vesta_host'] = 'localhost';

That 'localhost' must be changed to server hostname, because HTTPS to localhost will not works if your server hostname is not 'localhost', because SSL certs are not for 'localhost' but for server hostname.

This line will change localhost to server hostname, and 'Vesta Password driver for Roundcube' will works.
2016-07-21 00:45:26 +02:00
Serghey Rodin
5c98639825 fix missing pub_ip during install 2016-06-30 23:10:03 +03:00
Serghey Rodin
047be8108c fix for missing ip in install header 2016-06-28 16:54:56 +03:00
Serghey Rodin
155573ac88 fix for missing hostname 2016-06-28 14:55:59 +03:00
Serghey Rodin
637fac7bfe session fix for new installers 2016-06-28 13:49:17 +03:00
Serghey Rodin
17c20881e1 autoupdates + fqdn workaround 2016-06-28 02:46:10 +03:00
Serghey Rodin
c59b6230a2 Release 0.9.8-16 2016-06-27 14:31:44 +03:00
MartinG
9f1ea16dc8 Update vst-install-debian.sh 2016-04-29 04:11:14 +02:00
Serghey Rodin
df0d6c12cb Merge pull request #482 from RhysIT/master
Corrected spelling mistakes
2015-12-11 22:00:26 +02:00
Serghey Rodin
196d7024cb added cron as dep package to installer 2015-11-08 21:37:07 +02:00
Serghey Rodin
5604a90870 installer update (fail2ban) 2015-11-08 21:27:49 +02:00
Serghey Rodin
e8431de456 install notifications 2015-11-07 14:58:27 +02:00
RhysIT
9189ca9488 Corrected spelling mistakes 2015-11-06 17:38:58 +02:00
Demon_Goxa
0db0f4b9da Fix vst-install-debian.sh 2015-10-30 00:01:51 +03:00
Serghey Rodin
56012d8719 smart way to hanlde php.ini 2015-10-24 16:48:35 +03:00
Serghey Rodin
ad9c035f8c updated log location 2015-10-24 15:18:30 +03:00
Serghey Rodin
ad138d681c no versions at c.vestacp.com 2015-10-24 15:12:55 +03:00
Serghey Rodin
aa409cac25 remi argument handler 2015-10-24 15:06:20 +03:00
Serghey Rodin
e892898874 New vesta installer 2015-10-21 20:10:00 +03:00
flynet70
3f9c63b0fd Update vst-install-debian.sh
typo mistake
2015-06-11 16:39:44 +05:00
Serghey Rodin
144b58fc15 Merge pull request #297 from devsli/master
Fix messages
2015-04-14 14:02:40 +03:00
anton-reutov
ae49ba353b Update vst-install-debian.sh 2015-02-21 15:10:58 +03:00
Serghey Rodin
0b1abcfe04 Fix for firewall.tar.gz issue 2015-02-19 01:06:17 +02:00