Jump to content

leisegang

Priority Members
  • Last visited

  • Posts

    41
  • Reputation

    7

Everything posted by leisegang

  1. i like to use netstat -tulpn | grep LISTEN $ netstat -tulpn | more netstat -tulpn | grep LISTEN netstat -tulpn | more to check if there is a service running on that portm then do the telnet debug.
  2. The absolute easiest way is to mount the storage box as a volume and then backup to that location. Then use the NEW backup solution in CWP to backup to that location, or you can use rsync to backup to that location. I have one volume at Path: /mnt/backup-server/backup
  3. i have a intel i9 server there, works great, i have about 60 accounts on it the storage box is good for backup, relatively cheap backup
  4. i did it like this: ssh -p23 uXXXXX@uXXXXX.your-storagebox.de mkdir backup connects to port 23 to the storage box and makes the folder backup then to send the backup use: rsync --progress -e 'ssh -p23' --recursive /home <username>@<username>.your-storagebox.de:/backup
  5. I also made some other posts about this CWP control panel here: https://leisegang.no/stikkord/cwp/
  6. leisegang replied to leisegang's post in a topic in CWP - Control WEB Panel
    i am not making it, i just found it and used it, because some customer nedded it
  7. I have now integrated it into CWP, so for the benefit of others. 1. Create /usr/local/cwpsrv/htdocs/resources/admin/modules/apache_status.php with the following contents: <?php // Apache Status - Accesses v0.4 $url = "http://localhost/server-status"; $ch_session = curl_init(); curl_setopt($ch_session, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch_session, CURLOPT_URL, $url); $result_url = curl_exec($ch_session); echo $result_url; ?> To Add under webservers instead of Developer Options /usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php <script type="text/javascript"> $(document).ready(function() { var newButtons = '' +' <li>' +' <a href="?module=apache_status"><span aria-hidden="true" class="icon16 icomoon-icon-arrow-right-3"></span>Apache Status - Accesses</span></a>' +'</li>'; $("ul#mn-15-sub").prepend(newButtons); }); </script> and that's all you need to do to get the full apache status
  8. leisegang replied to leisegang's post in a topic in CWP - Control WEB Panel
    Image of menu on user panel image of the actual output of plugin
  9. Thanks for swift reply
  10. leisegang replied to leisegang's post in a topic in CWP - Control WEB Panel
    I got a message saying that i dont have access/rights to view this plugin. I Tried to remove it manually and installed it again with this command and then it worked
  11. leisegang posted a post in a topic in CWP - Control WEB Panel
    on cpanel i loved the email delivery tab. that is now missing. @Sandeep B. could you take a look at this plugin and try to get it working? https://github.com/ChobPT/cwp-email-delivery
  12. leisegang posted a post in a topic in CWP - Control WEB Panel
    How can i update openssl to version 3.x. The reason i ask is that one of my customers is a public Office and they do security checks on all webpages in their portfolio. Openssl is on a too low version. I currently have v 1.1.1
  13. That is what i have in my master file now. edit that to this: So just adding the line to smtp AND relay lines then I will try this after a reply
  14. That is per user account mi have that oronlemnserverwide. How do i fix that?
  15. When i send an email, i have a PTR record for my hostname server.domain.com it has IP 192.168.0.1 (not real IP, but i dont want to publish my server IP) I also have an addon IP address 192.168.0.2 IPs and hostname is changed to make this simple. When i send an email it uses the 192.168.0.2 IP address and not the one for the hostname, this has the "wrong" PTR record, and so gmail blocks the email because its not "correct" ptr and several other parameters. How do i change this so it doesnt happen? server sends around 1000-2000 mail a day and about 50-100 are blocked. this is quite irritating that it does not use hostname and server IP in CWP for sending email. it uses ANY ip address!
  16. i tried upgrading ti version 1.5.5 and the problem is that roundcube says imap connection failed. What am i doing wrong,. i am also iunable to downgrade to version 1.5.4 i used 1.5.5 because of an security update