Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10317
  • Joined

  • Last visited

  • Days Won

    43

Posts posted by d00p

  1. It's not froxlor, either wordpress or cloudflare, caromed.it does redirect to itself:

     

    > curl -v https://caromed.it/
    *   Trying 104.21.63.67:443...
    * Connected to caromed.it (104.21.63.67) port 443 (#0)
    * ALPN: offers h2,http/1.1
    * (304) (OUT), TLS handshake, Client hello (1):
    *  CAfile: /etc/ssl/cert.pem
    *  CApath: none
    * (304) (IN), TLS handshake, Server hello (2):
    * (304) (IN), TLS handshake, Unknown (8):
    * (304) (IN), TLS handshake, Certificate (11):
    * (304) (IN), TLS handshake, CERT verify (15):
    * (304) (IN), TLS handshake, Finished (20):
    * (304) (OUT), TLS handshake, Finished (20):
    * SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256
    * ALPN: server accepted h2
    * Server certificate:
    *  subject: CN=caromed.it
    *  start date: Oct 14 07:58:20 2023 GMT
    *  expire date: Jan 12 07:58:19 2024 GMT
    *  subjectAltName: host "caromed.it" matched cert's "caromed.it"
    *  issuer: C=US; O=Let's Encrypt; CN=E1
    *  SSL certificate verify ok.
    * using HTTP/2
    * h2 [:method: GET]
    * h2 [:scheme: https]
    * h2 [:authority: caromed.it]
    * h2 [:path: /]
    * h2 [user-agent: curl/8.1.2]
    * h2 [accept: */*]
    * Using Stream ID: 1 (easy handle 0x125812600)
    > GET / HTTP/2
    > Host: caromed.it
    > User-Agent: curl/8.1.2
    > Accept: */*
    >
    < HTTP/2 301
    < date: Mon, 16 Oct 2023 15:00:01 GMT
    < content-type: text/html; charset=iso-8859-1
    < location: https://caromed.it/
    < cf-cache-status: DYNAMIC
    < report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=3D%2BTUKGQYUWfVgnInImJATTO%2FhBD%2FRdcn1BPal8hAwUu3d1iq4kvcMqQpQmOLg0syJhqhk7zsX4JvjaTSKs7eNn%2F02ivkLWRVZcGUP3pJjyVBt4iYZAbh87s64b2"}],"group":"cf-nel","max_age":604800}
    < nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    < server: cloudflare
    < cf-ray: 81712b48195d65cb-FRA
    < alt-svc: h3=":443"; ma=86400
    <
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://caromed.it/">here</a>.</p>
    <hr>
    <address>Apache/2.4.57 (Debian) Server at caromed.it Port 80</address>
    </body></html>
    * Connection #0 to host caromed.it left intact

     

  2. nothing is blocked, works just fine:

    ~> telnet eu-west-1a.fzoino.com 25
    Trying 45.13.59.186...
    Connected to eu-west-1a.fzoino.com.
    Escape character is '^]'.
    220-eu-west-1a.fzoino.com ESMTP Postfix (Debian/GNU)

    And either you are playing around with the configs or the postfix service because on the second try, I get this:

    Trying 45.13.59.186...
    telnet: connect to address 45.13.59.186: Connection refused
    Trying 2a02:c206:2147:5010::1...
    telnet: connect to address 2a02:c206:2147:5010::1: No route to host
    telnet: Unable to connect to remote host

    Ignore the ipv6 error, I have an IPv4 only uplink so i'm not able to connect to ipv6 from here

  3. so what is your value of "mydomain" in postfix' main.cf? According to your current MX, it should be eu-west-1a.fzoino.com

    Also: your mx resolves to the server's IP (I guess it's the server's IP, if not, either change MX or correct DNS) which in return does not resolv back to the correct domain (reverse-dns). Many mailservers dont like

     

  4. 2 minutes ago, Francesco said:

    I added other ports in IP/Ports > like to 465, 993, 143, and 25, but not changing. 

    This only leads to the WEBSERVER listening on these ports, which is totally wrong, don't do that.

    The SMTP/IMAP/POP3 server is specified in the postfix/main.cf under "mydomain" (or "myhostname"). It should be the domain you have specified when installing froxlor.

    In order to use SSL for the email services, you will need to adjust the configs accordingly, it is not enabled by default as it requires a certificate (in case you continue using the froxlor system-hostname and using let's encrypt for it, you can safely use these certificates)

×
×
  • Create New...