Posts by robbo007

    Great thanks Nuxwin. worked great.


    Is this anything to worry about:


    [WARN] Servers::named::bind::deleteDmn: Use of uninitialized value in string eq at /var/www/imscp/engine/setup/../PerlLib/Servers/named/bind.pm line 315

    Hi all,
    I want to purchase an SSL certificate for my server which will be used for the main control panel access and also for my default mail server.


    Is there a way to change the control panel subdomain name so I don't have to purchase two SSL certs?


    At present I use admin.mydomain.com:8080 for control panel access and my servers name is servername.mydomain.com which is used for email SMTP/IMAP etc.


    Thanks,
    Rob

    Many thanks Nuxwin.


    As you discovered:


    TLS was enabled while SSL was not configured on i-MSCP side
    Password was set to encrypted while plain password (password) is expected
    Allow insecure password was not checked

    Code
    1. [code] root@sosaria:/home/rcraig# service courier-authdaemon status● courier-authdaemon.service - (null) Loaded: loaded (/etc/init.d/courier-authdaemon) Active: active (running) since Fri 2017-07-14 15:34:14 CEST; 2h 46min ago Process: 589 ExecStart=/etc/init.d/courier-authdaemon start (code=exited, status=0/SUCCESS) CGroup: /system.slice/courier-authdaemon.service ├─673 /usr/sbin/courierlogger -pid=/var/run/courier/authdaemon/pid -start /usr/lib/courier/courier-authlib/authdaemond ├─675 /usr/lib/courier/courier-authlib/authdaemond ├─715 /usr/lib/courier/courier-authlib/authdaemond ├─716 /usr/lib/courier/courier-authlib/authdaemond ├─717 /usr/lib/courier/courier-authlib/authdaemond ├─718 /usr/lib/courier/courier-authlib/authdaemond └─719 /usr/lib/courier/courier-authlib/authdaemondJul 14 15:34:13 sosaria systemd[1]: Starting (null)...Jul 14 15:34:14 sosaria courier-authdaemon[589]: Starting Courier authentication services: authdaemond.Jul 14 15:34:14 sosaria systemd[1]: Started (null).Jul 14 15:34:15 sosaria authdaemond[673]: modules="authmysql", daemons=5Jul 14 15:34:15 sosaria authdaemond[673]: Installing libauthmysqlJul 14 15:34:16 sosaria authdaemond[673]: Installation complete: authmysql
    Code
    1. root@sosaria:/home/rcraig# ls -la /var/spool/postfix/private/authdaemon/
    2. total 8
    3. drwxr-x--- 2 vmail daemon 100 Jul 14 15:34 .
    4. drwx------ 3 postfix root 4096 Jul 14 15:45 ..
    5. -rw-r--r-- 1 root root 4 Jul 14 15:34 pid
    6. -rw------- 1 root root 0 Jul 14 15:34 pid.lock
    7. srwxrwxrwx 1 root root 0 Jul 14 15:34 socket

    insecure port 143 IMAP. Mac mail does not show anything else in the config.


    Here's the mammal connection log.


    CONNECTED Jul 14 17:52:32.479 [kCFStreamSocketSecurityLevelNone] -- host:mydomain.com -- port:143 -- socket:0x6100006a9c60 -- thread:0x618000863b00


    READ Jul 14 17:52:32.593 [kCFStreamSocketSecurityLevelNone] -- host:admin.secmydomain.com -- port:143 -- socket:0x6100006a9c60 -- thread:0x618000863b00
    * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision, Inc. See COPYING for distribution information.


    WROTE Jul 14 17:52:32.594 [kCFStreamSocketSecurityLevelNone] -- host:mydomain.dom -- port:143 -- socket:0x6100006a9c60 -- thread:0x618000863b00
    1.218 STARTTLS


    READ Jul 14 17:52:32.742 [kCFStreamSocketSecurityLevelNone] -- host:mydomain.com -- port:143 -- socket:0x6100006a9c60 -- thread:0x618000863b00
    1.218 OK Begin SSL/TLS negotiation now.


    WROTE Jul 14 17:52:33.393 [kCFStreamSocketSecurityLevelTLSv1_2] -- host:mydomain.com -- port:143 -- socket:0x6100006a9c60 -- thread:0x618000863b00
    2.218 CAPABILITY

    Hi Nuxwin.


    Clientes are configured using Mac mail for example:


    Incoming mail server IMAP:
    hostname address: mail.domain.com
    username mailbox@domain.com
    password:


    Outgoing mail server IMAP:
    Same


    Advanced IMAP:
    IMAP Path Prefix: INBOX
    TLS: NONE


    I had problems upgrading from Wheezy and had to purge proftp and apache and apt-get reinstall them for the IMSCP installer to be able to complete with no errors.


    It it worth purging the IMAPD and reinstalling it in case there are any problems?

    Hi all,
    I've just upgraded from wheezy to jessie and the latest version of IMSCP 1.4.7. Everything seems to be working except IMAP connection from email clients to the server. I see in roundcube wembail the email is arriving but can't seem to get IMAP working from a email client. Just keeps trying but errors out with verify username and password. They are correct as I've tested them with the webmail. No typos either.


    /var/log/mail.log show multiple connections from my IP to the server but strange no username? Could IMAPD be screwed? Should I purge IMAPD and then run the IMSCP installer again?


    Jul 14 15:45:19 sosaria imapd: Connection, ip=[::ffff:xxx.xxx.xxx.xxx]


    Thanks,
    Rob