Commit Graph

953 Commits

Author SHA1 Message Date
dpeca
930a2a82e3 Making v-backup-user able to send email notification
doh...
2017-04-11 17:52:07 +02:00
dpeca
887ac8a11b Added missing domain_idn=$domain in v-restore-user 2017-03-14 01:08:20 +01:00
dpeca
a005c3e24a Added missing format_domain_idn in v-restore-user 2017-03-13 03:14:50 +01:00
dpeca
5965b5a88e Accidentally deleted 'i' letter 2017-03-06 00:04:30 +01:00
dpeca
6d88ca31c3 Making sure domain_idn is always set 2017-03-05 23:34:07 +01:00
Made I.T
041d7cb5b4 Merge pull request #1063 from corochoone/master
Fix loss of the owner / group / permissions of the configuration file…
2017-03-02 12:04:22 +01:00
Made I.T
3dcc0ee96e Fix indent 2017-03-02 11:16:29 +01:00
Made I.T
8f8f257d3d Merge pull request #873 from sacrednetwork/fix-httpauth
Fix httpauth permission server error and secure template
2017-03-02 11:14:16 +01:00
Justin991q
b987054048 Fixed typo in the backup script 2017-02-25 03:38:53 +01:00
System Void
19708d2837 Revert "Remove trailing dot" 2017-02-20 23:30:39 +00:00
System Void
605dae8774 Merge pull request #1037 from kmark/fix-letsenc-errors
Let's Encrypt fixes for #979 (invalid response) and #1008 (/tmp/*/domain.tld.crt file not found)
2017-02-20 10:31:16 +00:00
Gionni
ddf010a214 fixed typo 2017-02-14 02:08:57 +01:00
Gionni
3b9bbe73f5 fixed typo 2017-02-14 02:07:56 +01:00
System Void
5823ea4c87 Merge pull request #1003 from RickBakkr/patch-1
Force a new line, to prevent syntax errors.
2017-02-13 00:28:46 +00:00
System Void
fbaf05a432 Merge pull request #1006 from urosg80/master
fix for nginx less (apache only) installation
2017-02-13 00:27:56 +00:00
System Void
b370cbf62b Merge pull request #1065 from Skamasle/patch-12
Remove trailing dot
2017-02-11 17:54:32 +00:00
Serge Kraev
cb53616e99 fix trailing dot quotes 2017-02-09 18:09:39 +04:00
Maksim Usmanov | Maks
50f08b7de8 Remove trailing dot
I check some servers and some times I see than cname not working, I check records and the problem is than some useres add record whit a dot ( in vesta GUI or CLI )

comerecord. in cname 2222 google.com

and vesta add it as it

cname.	14400	IN	CNAME		google.com.
test.	14400	IN	MX	10	mail.googl.com.

So whit this pull we remove that dot if added

hola	14400	IN	CNAME		test.net.
record	14400	IN	CNAME		hola.es.
recordar	14400	IN	CNAME		Tres.net.

This solve the dot but I think in a while loop, because vesta leave add users cname thiw multiple dots:

Adding DNS Record → Record cname.......sdd.net has been created successfully.

Maybe vesta team have better solution for this one.
2017-02-07 19:41:47 +01:00
corochoone
41b79d0cb9 Fix loss of the owner / group / permissions of the configuration file while overwriting it
With use "mv" command, configuration file owner, group and permission  will become "root: root" with default permissions. This can lead to access problem, because a services will cannot access to the configuration file. For example, "named", will cannot restart, because required user "named" access to own configuration file.

"Cat" command, will be overwrite config file too, but it saves owner / group / permissions original file.
2017-02-06 17:32:30 +04:00
urosg80
6788f9e970 Merge branch 'master' into master 2017-02-01 14:08:52 +01:00
System Void
5500f3c2bd Merge pull request #972 from mslepko/master
Added additional domain parameter formatting when adding SSL for domain + Added missing Polish translations
2017-01-31 08:14:57 +00:00
Serghey Rodin
b5d52c7e8c fix interface duplicates 2017-01-30 16:00:04 +02:00
dpeca
92acd51a89 Merge pull request #1034 from cdnmall/patch-1
Fix for v-change-user-package too many arguments
2017-01-27 09:57:56 +01:00
dpeca
2f73044746 Wrong order of steps in v-change-domain-owner, fixed 2017-01-25 14:47:32 +01:00
dpeca
a2dab6c94a To avoid chowning mail conf folder if it does not exists 2017-01-25 14:24:49 +01:00
Kevin Mark
d4a4bca616 Allow checking of nginx domains with force-https
Fixes issue noted in serghey-rodin/vesta#979
2017-01-19 08:00:10 -05:00
Serghey Rodin
310a379705 LetsEncrypt on apache-only fix for #966 2017-01-19 11:13:10 +02:00
Joe Mattos
649c04d650 Fix for v-change-user-package too many arguments
v-change-user-package: line 46: [: too many arguments
2017-01-16 16:59:10 -05:00
dpeca
cfa557b22c Merge branch 'master' into patch-2 2017-01-12 18:03:44 +01:00
dpeca
927271acc3 Merge pull request #1021 from eka7a/patch-3
Added v=DKIM1; prefix
2017-01-12 17:58:00 +01:00
Serghey Rodin
e5950d516d Code refactoring: domain_idn + new restart routine 2017-01-11 16:52:11 +02:00
dpeca
b98abaf572 Fix for wrong variable from previous commit 2017-01-10 13:15:32 +01:00
dpeca
419a9b0b1a Fix for DKIM key permission in v-change-domain-owner
Fix is the same as for v-restore-backup - 7815539e91
2017-01-10 12:43:28 +01:00
Ekrem KAYA
e82b96eb7c Added v=DKIM1; prefix 2017-01-06 09:12:55 +02:00
Ekrem KAYA
3b04e343f2 No DNS record found
DKIM check on https://www.mail-tester.com/spf-dkim-check

Domain name: example.com
DKIM Selector: mail._domainkey.example.com

Results
No DNS record found for mail._domainkey.example.com
2017-01-06 09:09:10 +02:00
dpeca
568f8cce11 Merge branch 'master' of https://github.com/serghey-rodin/vesta 2016-12-28 17:12:51 +01:00
dpeca
7815539e91 Fix for DKIM key permission after restoring backup 2016-12-28 17:11:41 +01:00
dpeca
8dc4a82cfd Prevent reloading DNS for first DKIM record 2016-12-28 15:41:39 +01:00
dpeca
073c0164f1 Better soultion for DKIM DNS reloading 2016-12-28 15:04:51 +01:00
dpeca
8bfe11b86d Fixing missing mail._domainkey when adding domain
Closing issue https://github.com/serghey-rodin/vesta/issues/990
2016-12-27 16:58:37 +01:00
Uros
a4917b6d06 fix for nginx less (apache only) installation
fixes problem with apache only installation where the certificate
challenge file is not written correctly
2016-12-20 10:34:45 +01:00
Rick Bakker
e757dc408a Force a new line, to prevent syntax errors.
When I enabled SFTP chroot, "Subsystem sftp internal-sftp" was put directly after "UsePAM yes" (Ubuntu 16.04.1), which made "UsePAM yesSubsystem sftp internal-sftp", which obviously caused a syntax error. I fixed this by manually dividing those two options.
2016-12-18 14:16:38 +01:00
Serghey Rodin
fa4b66f8c7 creating le pipe in order to avoid std out errors 2016-12-13 15:01:16 +02:00
Serghey Rodin
039a989fb2 fix for aditional ftp accounts 2016-12-08 16:20:48 +02:00
Serghey Rodin
bf699d7140 fix for memory chart 2016-12-08 14:30:10 +02:00
Manuel Valle
1adb0b54fb Fixed the key listing
Variable $key was returning the content from the file certificate.crt instead of certificate.key
2016-12-06 16:42:10 -03:00
Michal Slepko
3fa2133a46 Added additional domain parameter formatting when adding SSL for domain 2016-12-02 21:06:08 +00:00
Serghey Rodin
76d518bf86 dynamic name for php-fpm service 2016-11-28 15:45:45 +02:00
Serghey Rodin
b262f81555 list only tpl files 2016-11-25 12:29:41 +02:00
Serghey Rodin
fd507a8b08 Fix MySQL for service editor 2016-11-24 14:35:15 +02:00