<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi<br>
    <br>
    On my test vm (installed with AlmaLinux 9.1 and TAR-BALL) I have
    some bugs. As a result of lot of testing, my vm is a bit "buggy",
    but I hope, this are general errors and not only on my vm:<br>
    <br>
    <br>
    1. Postfix<br>
    I have problems sending mails to my vm, because some alias files
    does not exists:<br>
    <br>
    /etc/mail/aliases -> no db file<br>
    /etc/mailman/aliases -> no file (folder does not exists)<br>
    /etc/mailman/virtual-mailman -> no file (folder does not exists)<br>
    <br>
    On a clean install, /etc/mailman directory does not exists.
    /usr/sausalito/bin/blueonyx-postfix-confgen (I don't know when this
    script is executed) will create the "virtual-mailman" file, but that
    fails if the directory does not exists. I had to create all three
    files and postalias them. Maybe the .db files will be created, if
    there were not errors, I don't now. Because of missing directory, I
    think this error will only occur on clean installs with tarball.<br>
    <br>
    <br>
    2. GUI TCP Settings<br>
    When I try to save the TCP Settings in the GUI (System Settings -
    TCP IP) I get an internal server error:<br>
    <br>
    CRITICAL - 2022-12-06 20:04:00 --> Call to undefined function
    read_file()<br>
    in APPPATH/Libraries/CceClient.php on line 275.<br>
     1 ROOTPATH/Modules/Base/Network/Controllers/Ethernet.php(180):
    CceClient->record('1', '/usr/sausalito/ui/web', [...])<br>
     2 SYSTEMPATH/CodeIgniter.php(927):
    Network\Controllers\Ethernet->index()<br>
     3 SYSTEMPATH/CodeIgniter.php(482):
CodeIgniter\CodeIgniter->runController(Object(Network\Controllers\Ethernet))<br>
     4 SYSTEMPATH/CodeIgniter.php(351):
    CodeIgniter\CodeIgniter->handleRequest(null,
    Object(Config\Cache), false)<br>
     5 FCPATH/index.php(68): CodeIgniter\CodeIgniter->run()<br>
    <br>
    <br>
    <br>
    3. /etc/cron.daily/mboxfix.pl<br>
    This bug also occurs in 5210R. Because the script don't have often
    to change the permissions, this bug is not a big problem and I have
    never reported it, but maybe you want to fix it. In the path, the
    username is on the 6th position:<br>
    /home/.sites/site1/home/users/bluetest9a/mbox<br>
    so<br>
    system("/bin/chown $owner_list[7] $user_mbox");<br>
    has to be changed to<br>
    system("/bin/chown $owner_list[6] $user_mbox");<br>
    <br>
    <br>
    Thanks for fixing it.<br>
    <br>
    Regards,<br>
    Juerg<br>
    <span style="color: rgb(0, 0, 0); font-family: "Courier
      New", Courier, monospace; font-size: 13.3333px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial; display: inline !important; float: none;"></span>
  </body>
</html>