Menu

please,I'm in serious trouble

Ewbo_King
2022-03-25
2022-03-26
  • Ewbo_King

    Ewbo_King - 2022-03-25

    I set it up online according to the tutorial, but I encountered problems in using it. I added my domain name, but I can't see anything in the domain name list. If I add the domain name again, it will show that adding the domain name failed. What should I do? If you need any relevant configuration information, please let me know and I will show it. Thank you very much for your help。!

     
  • Simon Hobson

    Simon Hobson - 2022-03-25

    Firstly, what tutorial did you follow ? There are a number online that are out of date and will not work properly with the current versions. The documentation you need to follow is included with the package.

     
    • Ewbo_King

      Ewbo_King - 2022-03-26

      Yes, I downloaded the software again. When I first use it, it prompts me how to install and connect the database. I connect my database according to what it says, but when I create a new domain name, the domain name list still cannot be displayed. Maybe it is because I use nginx? Here is my configuration。
      /var/www/html/postfixadmin/config.local.php
      <?php
      $CONF['database_type'] = 'pgsql';
      $CONF['database_host'] = '1.12.xxx.157';
      $CONF['database_user'] = 'postfix';
      $CONF['database_password'] = 'xxxxxxxx';
      $CONF['database_name'] = 'postfix';
      $CONF['encrypt'] = 'dovecot:SHA512';
      $CONF['configured'] = true;

      $CONF['default_aliases'] = array (
      'abuse' => 'abuse@bnrevive.com',
      'hostmaster' => 'hostmaster@bnrevive.com',
      'postmaster' => 'postmaster@bnrevive.com',
      'webmaster' => 'webmaster@bnrevive.com'
      );

      $CONF['fetchmail'] = 'NO';
      $CONF['show_footer_text'] = 'NO';

      $CONF['quota'] = 'YES';
      $CONF['domain_quota'] = 'YES';
      $CONF['quota_multiplier'] = '1024000';
      $CONF['used_quotas'] = 'YES';
      $CONF['new_quota_table'] = 'YES';

      $CONF['aliases'] = '0';
      $CONF['mailboxes'] = '0';
      $CONF['maxquota'] = '0';
      $CONF['domain_quota_default'] = '0';

      Or where can I see detailed tutorials? I'm new, but I don't have enough time to study. Thank you!!!

       
    • Ewbo_King

      Ewbo_King - 2022-03-26

      I added a domain name from the web page. Although there is nothing in the domain name list, my database shows this data!

       

Log in to post a comment.