Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mail Server (Anti-Spoofing (SPF (Add txt & spf record (Tutorial), Add…
Mail Server
-
-
-
-
Security
-
-
TLS
-
SMTP over TLS
:red_flag: sudo openssl req -x509 -new -days 365 -nodes -out kaiiiz.nctucs.net.crt -keyout kaiiiz.nctucs.net.key
CA
:red_flag: sudo openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650
-
-
-
-
-
-
-
Anti-spam
-
Greylisting
-
-
/etc/postfix/main.cf
smtpd_recipient_restrictions =
permit_mynetworks,
reject_unauth_destination,
check_policy_service inet:127.0.0.1:10023
-
-