[automail]response code 200: no data

Discussion in 'Plugins/Modules/Addons' started by Ruthwen, Feb 24, 2021.

Tags:
  1. Ruthwen

    Ruthwen New Member

    Hi everyone.
    I have a problem with automail plugin. I've install it with this manual: https://schaal-it.com/ispconfig-automail/
    So I have:
    • activated and configured plugin
    • created remote user
    • configured dns records
    • configured vhost for autodiscover code
    • uploaded code
    But when i've ran test:
    Code:
    curl -L http://autoconfig.mydomain.com/[email protected]
    The only output is:
    Code:
    no data
    And in apache logs i have only:
    Code:
    autoconfig.mydomain.com:443 xx.xx.xx.xx - - [24/Feb/2021:19:54:43 +0100] "GET /[email protected] HTTP/1.1" 200 3565 "-" "curl/7.68.0" "-"
     
  2. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    Anything in error.log for that site? Or do entries show up in log files under /var/log/ispconfig/ ?

    Does your $conf['remote_uri'] point to an https url? If so, does that certificate validate using the hostname you are accessing?
     
  3. Ruthwen

    Ruthwen New Member

    Heh, that's weird...
    Curl to remote_url shows:
    Code:
    SSL certificate verify result: unable to get local issuer certificate (20)
    But in browser the certificate is valid.
    That isn't letsncrypt cert, i've bouhgt it from one of CCA in my country.
     
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Did you allow remote access from your public IP(s) for the remote user?
     
    Ruthwen likes this.
  5. Ruthwen

    Ruthwen New Member

    Bingo! Thank you!
     

Share This Page