Posts by RamCZ

    hello.


    i have clean install of:

    i-MSCP 1.5.3

    Build: 2018120800

    (mailservice: courier)


    on:

    Ubuntu 18.04.2 LTS


    with errors in /var/log/mail.log:

    Code
    1. authdaemond: marker line not found in /etc/courier/authmysqlrc (probably forgot to run sysconftool after an upgrade)


    temporary fix:

    add

    Code
    1. ##NAME: MARKER:0 # # Do not remove this section from this configuration file. This section # must be present at the end of this file. 


    to the end of /etc/courier/authmysqlrc and restarted courier or server


    thank you.




    Hello


    More infos, about this issue :


    1.)
    Distributor ID: Ubuntu
    Description: Ubuntu 16.04.2 LTS
    Release: 16.04
    Codename: xenial


    2.)
    i-MSCP 1.4.6
    Build: 20170616


    3.)
    ClamAV 1.3.0
    SpamAssassin 2.0.0


    4.)

    Code
    1. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1982/mysqld
    2. tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 2387/master
    3. tcp 0 0 x.x.x.x:8080 0.0.0.0:* LISTEN 2020/nginx -g daemo
    4. tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 2387/master
    5. tcp 0 0 127.0.0.1:9876 0.0.0.0:* LISTEN 1531/imscp_daemon
    6. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1539/sshd
    7. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 21724/cupsd
    8. tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2387/master
    9. tcp 0 0 x.x.x.x:4443 0.0.0.0:* LISTEN 2020/nginx -g daemo

    I found this...

    Code: /etc/postfix/sasl/smtpd.conf
    1. sql_select: SELECT mail_pass FROM mail_users WHERE mail_addr = '%u@%r' AND status = 'ok'


    Maybe it is a SMTP sender authentication (get password for sender).


    Thank you.

    Hello :)


    I browsed a log files and i've found...



    'files' or 'sales1' are changing... (not extisting names)



    Is this normal ?


    (Ubuntu 16.04.2 and i-MSCP 1.3.16)


    Thanks for any your feedback.

    i am using php from repo ppa:ondrej/php (php5.6)
    on ubuntu14.04


    can anyone help me with install?


    install tell me "could not find php_cgi... path"


    repo php using command "php5.6" against "php5" as standart


    Thank you.