Last modified by Alexandru Pentilescu on 2025/02/09 14:17

From version 5.1
edited by Alexandru Pentilescu
on 2023/06/25 18:47
Change comment: There is no comment for this version
To version 4.1
edited by Alexandru Pentilescu
on 2022/11/13 21:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -51,8 +51,8 @@
51 51  
52 52  {{code language="ini"}}
53 53  # TLS parameters
54 -smtpd_tls_cert_file=/etc/letsencrypt/live/transistor.one/fullchain.pem
55 -smtpd_tls_key_file=/etc/letsencrypt/live/transistor.one/privkey.pem
54 +smtpd_tls_cert_file=/etc/letsencrypt/live/pentilescu.com/fullchain.pem
55 +smtpd_tls_key_file=/etc/letsencrypt/live/pentilescu.com/privkey.pem
56 56  smtpd_use_tls=yes
57 57  smtpd_tls_security_level=may
58 58  {{/code}}
... ... @@ -68,7 +68,7 @@
68 68  {{code language="ini"}}
69 69  # TLS parameters
70 70  smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
71 -myhostname = transistor.one
71 +myhostname = pentilescu.com
72 72  mydestination = localhost
73 73  mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 172.16.0.0/12
74 74  inet_interfaces = 127.0.0.1 172.16.0.1