@VojkanC,
This
Transport error: unable to list directory: Curl error: Couldn't resolve host name
is very likely to be related to the remote FTP server not supporting passive and/or FTPS mode, i.e. the remote FTP only allows plain FTP.
Having unchecked the "passive mode" and "FTPS" checkboxes, the FTP issue should be resolved.
A request: when testing the setup of the FTP Repository, please log in with SSH and run "ps aux | grep passive". It should contain nothing, otherwise post the output, please.
If the FTP issue is not resolved AND you are managing the remote server, THEN try to create a passive port configuration of proftpd on the remote server.
Have a look at:
http://talk.plesk.com/threads/tips-...tp-with-tls-and-ftp-backup-repository.332166/
This
It seems that more than a few strange things happen:
- postfix stoped working so I had to transfer to Qmail (you can read more about it
here),
- domain gets suspended and cannot be activated from Plesk, but only from command line,
- when I activate problematic domain from command line before "completed successfully" I get some info about Postfix not working, but I uninstalled Postfix and Installed Qmail, so I don't know why is that happening.
is very likely to be related to the issue of insufficient disk space.
In the light of the above, note that cleaning up a small amount of disk space (as indicated in your other post) will not be sufficient: mail servers will retry delivery for undelivered mails, implying that the free space will be filled up fast.
However, this should not be the only explanation, given the facts that you (in your other post) gave hints that network resources (i.e. causing timeouts) and computer resources (i.e. causing failures when starting programs) are not used properly.
In order to investigate your problem in more detail:
a) go to Server Management > Tools & Settings > Mail Server Settings and have a look under the tab "Mail Queue": delete messages (note: you can delete all, if they are not spam, most of the relevant messages will be redelivered),
b) log in with SSH and run "ps aux" in order to view all processes (note: try to see whether some double processes are present) OR run "top" (note: try to find all processes that consume a lot of memory or cpu resources),
c) run "service psa stop" AND kill any double processes and resource exhaustive processes,
d) run "service psa start" and (if necessary) "service drwebd start"
e) check again, whether the VPS does run properly and efficiently
Hope the above helps a little bit.
In addition to the above, it should be noted that you are very likely better off with
- less backups on the VPS itself (note: use a remote FTP Repository AND reduce the number of local backups)
- a VPS with a bigger disk and more compute power.
Kind regards......