Recent content by Magistar

  1. M

    Forward to new domain without ssl warning with site redirection feature

    Hi I need to forward olddomain.com to newdomain.com. Normally I would use site direction for this. Problem: Currently let's encrypt is used and in 34 days it will expire. So after that due to the forwarder I assume it cannot renew. I tried to disable ssl entirely in directadmin settings hoping...
  2. M

    Exim not updating to 4.97.1 (failed to compile)

    Thanks for the link. The issue itself seems unresolved with the 'fix' being 'recompile everything' 😅
  3. M

    prevent new mail in mailbox that has forwarders

    We need to keep the old mail for administrative purposes. I guess I could rename the mailbox.
  4. M

    Exim not updating to 4.97.1 (failed to compile)

    Looks like there currently is a bug in custombuild. On multiple servers Exim is not updating: Exim 4.96.1-7-g79877b70e to 4.97.1 update is available. cc -o exim rfc2047.o: In function `rfc2047_decode2': rfc2047.c:(.text+0x49f): undefined reference to `libiconv_open' rfc2047.c:(.text+0x543)...
  5. M

    prevent new mail in mailbox that has forwarders

    Hi I have the following situation: [email protected] has been forwarded to [email protected]. The old mailbox is still in use for administrative purposes. Right now new mails are forwarded correctly but the issue is that they also arrive in [email protected]. So all mails now exist twice; once...
  6. M

    Roundcube database error after switching to MardiaDB

    Hi, my roundcube has no database access after I switched from MySQL to MariaDB 10.6 Based on a search on this forum I ran cd /usr/local/directadmin/custombuild ./build update ./build clean ./build roundcube d But I received Updating database schema (2020020101)... [FAILED] ERROR: Error in...
  7. M

    CB reverts to 2934

    I am having a similar issue today with a different server; it refuses to update to PHP 8.0 and to rewrite_confs due to missing lib (Requested 'libzip >= 0.11' but version of libzip is 0.10.1 ). This error is identical to the source I linked in my start post. Unfortuantely I have not been able...
  8. M

    SOLVED Centos 7: Error build PHP 7.4 & 8.1

    Hmm I am having the same issue once more: ./build php n : Old config was PHP 7.3 with modphp and mod_ruid2=yes. I have now set mod_ruid2 = no, php-fpm and php 8.0. My CB is not showing it's specific version: Any thoughts on how to fix?
  9. M

    recommended os for 2023

    Whats the recommended OS for 2023? I see Centos 6 and 8 have been EOL and Centos 7 will be EOL in 2024. AFAIK cloudlinux is also CentOS based. So I am unsure what I need for a new server. Any thoughts?
  10. M

    site redirection and ssl errors

    Hi, I have a website that was moved from olddomain.com to newdomain.com. A site redirection was created on olddomain.com which works. However when users visit https://olddomain.com they are greeted with an SSL error which scares of users. Is there a way to solve this? As far as I know let's...
  11. M

    DirectAdmin/CustomBuild: Removal of suPHP, mod_ruid2, mod_php, MySQL 5.5/5.6, MariaDB 5.5/10.0/10.1/10.2

    Hello I am still runnign MySQL 5.6 combined with Cloudlinux and php-fpm. Which alternative do you recommend I upgrade to?
  12. M

    Php upload_max_filesize per user override syntax?

    Hi, honestly I have never used .user.ini but I tried it and in public_html it seems to work :). This does create a consern though as this means that any user could set php memory to like 5000MB. Can this be prevented?
  13. M

    Php upload_max_filesize per user override syntax?

    Hi, I am running apache with php-fpm and for a user on 7.3 I need to change upload_max_filesize to 2000MB. As far as I remember I can go to custom httpd and then change the php-fpm 7.3 |CUSTOM2| field to include: upload_max_filesize = 2000M So I am talking about...
  14. M

    Issues with swapping PHP versions

    Yes the newer version of CB does not have this issue. I did not disable curl. https://forum.directadmin.com/threads/cb-reverts-to-2934.66898/
  15. M

    CB reverts to 2934

    Ok thanks for the help. All seems normal again. Just for my understanding: My manual update failed as the build file got overwritten when using the build commands. Is there a custombuild.tar.gz hidden somewhere (I could not find it) that is used as a source that I could have disabled?
Back
Top