Posts by Levitas

    Currently I got an exchange server.
    The imscp server is allowed to access the exchange server without auth and is allowed to use the exchange as a smarthost.


    Currently no emails are sent.


    I found this listener file Configure Postfix to use existing company smarthost (not act as one)
    and used it.
    The rebuild appended the smarthost to the postfix main.cf


    relayhost = [exchange.domain.tld]:587
    The ping to the exchange.domain.tld works fine.


    The mail log says:

    Code
    1. May 10 13:19:04 servername postfix/pickup[1542]: 5777641DF8: uid=1017 from=<webmaster@test.local>
    2. May 10 13:19:04 servername postfix/cleanup[1547]: 5777641DF8: message-id=<20160510111904.5777641DF8@servername.local>
    3. May 10 13:19:04 servername postfix/qmgr[1543]: 5777641DF8: from=<webmaster@test.local>, size=389, nrcpt=1 (queue active)
    4. May 10 13:19:04 servername postfix/pipe[1549]: 5777641DF8: to=<mail@server.de>, relay=dovecot, delay=0.05, delays=0.02/0/0/0.02, dsn=5.1.1, status=bounced (user unknown)
    5. May 10 13:19:04 servername postfix/cleanup[1547]: 606B241E14: message-id=<20160510111904.606B241E14@servername.local>
    6. May 10 13:19:04 servername postfix/qmgr[1543]: 606B241E14: from=<>, size=2120, nrcpt=1 (queue active)
    7. May 10 13:19:04 servername postfix/bounce[1553]: 5777641DF8: sender non-delivery notification: 606B241E14
    8. May 10 13:19:04 servername postfix/qmgr[1543]: 5777641DF8: removed
    9. May 10 13:19:04 servername postfix/pipe[1549]: 606B241E14: to=<webmaster@test.local>, relay=dovecot, delay=0.01, delays=0/0/0/0.01, dsn=5.1.1, status=bounced (user unknown)
    10. May 10 13:19:04 servername postfix/qmgr[1543]: 606B241E14: removed

    Any idea why the exchange server isnt called?



    Edit
    The cause seems to be, that he knows hisself with the customer domains.
    If i have a customer "domain.tld" and try to send as "admin@domain.tld" he uses the relay "dovecot"
    when i try to send as "admin@xyz.tld" he uses the exchange smtp.

    Hello,


    i installed a fresh version of the current imscp.
    I tried to install the Mysql-Server Version 5.7 with the following command: ./imscp-autoinstall -dr sql
    But i get the following error:
    [ERROR] autoinstaller::Adapter::DebianAdapter::_processAptRepositories: gpg: requesting key 5072E1F5 from hkp server keyserver.ubuntu.com
    gpg: keyserver timed out
    gpg: keyserver receive failed: keyserver error


    /edit
    # ping keyserver.ubuntu.com
    PING keyserver.ubuntu.com (91.189.90.55) 56(84) bytes of data.
    64 bytes from cassava.canonical.com (91.189.90.55): icmp_seq=1 ttl=51 time=44.0 ms
    64 bytes from cassava.canonical.com (91.189.90.55): icmp_seq=2 ttl=51 time=44.6 ms


    The server is reachable



    Server Version: Debian Jessie
    i-MSCP: 1.2.17



    Any suggestion to fix this?

    my main domain is "domain.tld"


    The webpanel is reachable from "webpanel.domain.tld"
    This works fine. The config also has the servername set to "webpanel.domain.tld"


    The domain "domain.tld" is registered as a customer in the panel
    The domain "domain.tld" works fine, the main site works.
    The subdomain "cloud.domain.tld" shows me the panel (or with the "Server Default Page" Plugin the default page")


    I hope this helps