Posts by Nuxwin


    Hello :


    Seems that another MTA instance is already running on your server. Can you please provide us the result of the following command:


    Code
    1. # netstat -plunt


    Thanks.


    Hello ;


    Yes, when we are talking about mail logs, we are talking about these files:


    Code
    1. root@imscp:/usr/local/src/imscp# ls /var/log/mail.* -la
    2. -rw-r----- 1 root adm 0 24 oct. 09:51 /var/log/mail.err
    3. -rw-r----- 1 root adm 222173 21 janv. 04:04 /var/log/mail.info
    4. -rw-r----- 1 root adm 304845 21 janv. 04:04 /var/log/mail.log
    5. -rw-r----- 1 root adm 28406 21 janv. 04:03 /var/log/mail.warn


    They are not specific to i-MSCP ;)


    Thanks you for using i-MSCP

    Hello ;


    Will come in time.


    For now, I'm working on:
    - PHP-FPM support (95 done)
    - Web cronjob
    - SSH access
    - Proftpd support


    I'll try to do that plugin after the SSH access feature.

    How appropriate you fight like a cow!


    Code
    1. return array(
    2. // If set to TRUE, any domain alias created by domain accounts listed in the 'domains' parameter will be
    3. // auto-approved
    4. // If set to FALSE, any domain alias created by domain accounts not listed in the 'domains' parameter will be
    5. // auto approved
    6. 'approval_rule' => true,
    7. 'domains' => array(
    8. 'da-anime.info // Sample entry - Replace it by your own domain entries
    9. )
    10. );


    Re ;


    Ok so there, you want activate the auto-approval only for the domain da-anime.info.


    Do not forget that each time you edit a plugin configuration file, you must update the plugin list via the admin interface. When you update the plugin list, the current configuration (from the config.php file) is inserted into the i-MSCP database to avoid to read the file on each request. It's for that reason that you must update the plugin list each time you change something in a plugin configuration file.


    If you still have problem with that plugin, I can help you via teamviewer if you install it on your desktop.


    Btw, I'm not fighting like a cow, I'm a cow ! ! ! :P


    Thanks you for using i-MSCP.

    Hello ;


    In near future, I'll allow both admin and reseller to add directive snippets via gui for several services (such as apache, postfix, proftpd, php..). That will solve that problem.


    Note: The idea comes from ispconfig. :P


    Thanks for using i-MSCP.