Jump to content

torettos

Priority Members
  • Joined

  • Last visited

Posts posted by torettos

  1. 9 hours ago, Sandeep B. said:

    for developmenthestia

    for WordPress : cyberpanel

    for extended feature and OS compatibility: plesk and aapanel

    for shared hostingCWP and CPanel

    Directadmin  is good but very complex 

    for easy reverse proxying with backend apps: cwp

    for free mailing MTA : hestia cp and cwp

    Thank you Sandeep!

    I see 3 time CWP in your answer and thinks this is normal, is not bad panel i like it so much BUT have some things in last times:

    1. don't work the technical support - very slow answer and many time is not competent or fix one but stop work another;
    2. don't have updates and patches in last time (over a very long time interval);
    3. have a features that don't work currectrly like custom SSL (lost it or chage it with Let's encript), API (don't find it) and etc.;
    4. don't have information what happened after the rest 2 months to life end of CentOS 7 how will it continue;
    5. etc.

    Honest answer: good thing it's you because I would move to another panel a long time ago!
    Now i see many changes in another panel like DirectAdmin - yes i understand that is very complex, but if is stable ... one time that is ready you don't make changes, right?! The new design, with all features and the price with support i think is a nice choose ... or sPanel don't have many features but it's stable with very, very nice support and price.

    I ask everyone to share experiences, impressions or opinions, thanks!

  2. Posted

    Hello Sandeep and all other users,

    many year I wasn't looking for web panel but with end of life on Cent OS 7 and very, vary bad payed support on CWP i start to research which web panel is better in 2024. and all yours experience and opinion will be helpful for me 🙂

    Watching the features, support, price and ecc. i don't have many criteries i want stable web panel with good support and on normal price. The beter option for me is if it can optimize the sites (for fast loading for reason of SEO) and have no problems with SSL or E-mail.

    To the question: which is the best option for 2024 and why?
    Thank you in advance!

  3. On 1/7/2024 at 10:29 PM, Plamen K. said:

    I understand thank you!

    Only one question can you make me know how to make limit from 5 e-mail (for example) for minute for every e-mail?

    For exmple:

    one@example.com send 3 emails - it's OK

    Two@example.com send 300 emails -will be blocked

     

    Yes this is good question ... or better way to filtering incoming and outgoing e-mail?

  4. 9 hours ago, Navid said:

    HI, as well the cron is not script is not working that you guided below

    0 0 * * 0 /usr/bin/sh /root/clearlog.sh

    I set it from cwp admin, it will work from your point of view??

     

    thanks.

    Hello Navid,

    the cron work fine - tested from me and confirm this!

    Have only one problem if you make it daily and wаnt to monitoring mail logs (for reason of SPAM and etc.) in this case is neccesere to remove this lines:

    truncate -s 0 /var/log/maillog
    truncate -s 0  /usr/local/cwpsrv/var/services/roundcube/logs/errors
    rm -rf /var/log/maillog-*


    Have a nice day!

  5. 1 minute ago, Plamen K. said:

    Hello,

    thank you for yours answers ... in case if i disabled spamassassin and opendkim won't it be worse than if i use the line provided by Sandeep?
    What is the difference and which would you recommend?
    Is there a way to monitor outgoing emails from the server and not allow SPAM to be sent?

    Last question what would be the best way to control emails? ... free or paid - it doesn't matter.

     

    Thank you in advance!

     

    Thank you Sandeep, Netino and Plamen K. ... i have same question like Plamen K. can you make it know witch is batter solution?

     

    thank you and from me!

  6. ·

    Edited by torettos

    Hello Sandeep,

    after the changes from this link: https://phoenixnap.com/kb/ssh-permission-denied-publickey

    the error message it's changed to:

     

    Authentication failed. Please make sure the username and SSH key are both correct and the corresponding file protocol has been enabled on the source server. (root@xxx.xxx.xxx.xxx: Permission denied (publickey,password).
    [rsync code 255])

     

    I convert the "id_rsa" to *.pem but without results and still don't connected via SSH, any other idea?

    Thank you in advance!

  7. Hello Sandeep,

    work fine for SSH connection via PuTTY but i have some problems with rsync connection from my Synology NAS device.

    With SSH key generated with PuTTYgen (without passphrase) don't pass verifying, but with server default key (from "id_rsa") pass verifying process, but after that on rsync connection return me this error:

    Quote

    Authentication failed. Please make sure the username and SSH key are both correct and the corresponding file protocol has been enabled on the source server. (root@xxx.xxx.xxx.xxx: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive).[rsync code 255])

    Why happened this and how to fix it?

    And why UsePAM must to be "no"? It's can to be from this?

     

    Thank you in advance and i expect your reply!

  8. On 6/21/2023 at 3:24 PM, Sandeep B. said:

    this happens because of windows editor you need to change the format with dos2unix

    OK after your comment i tried to leave in cron job and this is the result form this night:

    Quote
    /root/clearlog.sh: line 2: $'\r': command not found
    truncate: cannot open ‘/opt/alt/*/usr/var/log/php-fpm.log\r’ for writing: No such file or directory
    /root/clearlog.sh: line 24: $'\r': command not found
    /root/clearlog.sh: line 35: $'\r': command not found

    Any idea how to change it?

  9. On 6/15/2023 at 12:24 PM, Sandeep B. said:

    hi
    search the `sh` binary location by typing :

    which sh

    it will output the binary path location replace with /usr/bin/sh 

     

    by the way sh location is always in /usr/bin/sh in centos

    I finded the problem - was in Cron Job error ... thank you so much!

    One анотхер question for optimay the cleaning file (on my case). How i can to add this command:

    find /tmp -name "sess_*" -exec rm -f {} \;

    ... to the shell script file?

    I tryed directly but without results 😞