Hi,
Please report this to YouTrack, so it will be part of a next release.
Hi,
Please report this to YouTrack, so it will be part of a next release.
Have you checked if it is running on startup?
If not:
Did you edit any config files or did anything to alter the startup sequence? If not, this could be a bug.
Please open a ticket on https://youtrack.i-mscp.net/
Please report if this works, after a server restart.
Hi kika,
Options are now mostly user-based, so you can allow and disallow specific options per user.
You can give resellers these permissions by editing them.
Then, you can switch to a reseller and edit a domain user. You can enable/disable PHP options there.
@check might be interested in this as well
Hi Unclesam,
There are some things you could check out.
http://techiech.blogspot.nl/20…v-directory-in-linux.html
and
https://linuxconfig.org/mount-…lly-into-linux-filesystem
Then you can just copy files
cp -r /mnt/webdav/path/to/files /mnt/ftp/path/to/files
or you could make a bash script that does something like this:
#!/bin/bash
tar -czf /var/spool/backup-prepare/webdavbackup.tar.gz /mnt/webdav/path/to/files
cp -r /var/spool/backup-prepare/webdavbackup.tar.gz /mnt/ftp/path/to/backup/dest
rm /var/spool/backup-prepare/webdavbackup.tar.gz
I have some back up scripts on GitHub, feel free to check it out: https://github.com/theemstra/BackupScripts
I use it on my servers for system backups, it supports the rotation of backupfiles, so it numbers them from 1 to 20 (max amount you can configure) and then it removes the oldest one.
Of course, if you want to sync only new files, you could consider rsyncing.
Hi @UncleSam
The i-MSCP team is indeed working on making the services SSL certificated modifyable, but we're not there yet, it's planned for 1.5.0
The ticket for this is: https://youtrack.i-mscp.net/issue/IP-351
I think this would also mean it will be saved in the database, which could mean it could be generated from Let's Encrypt or such as well.
But there are currently more pressing matters to attend, this is a planned feature.
I'll close this topic for now.
You did not adhere to our reporting rules. Feel free to open a new topic, but always add the details as stated.
Topic closed.
What you wrote in your other topic, some more context.
Now i checked the key with MXToolbox and its ok
But strangely when i email to hotmail it says Dkim = None
Alright, when have you installed the plugin and enabled DKIM? Could it be DNS cache related, or has a lot of time passed since then?
@Nuxwin, could you hop in here and check this out?
User doesn't adhere to our reporting rules. Feel free to open a new topic, but always add the details as stated.