TLD = top level domain, .com is a TLD, laracasts.com is a domain, www.laracasts.com is a subdomain
But laracasts.com is also sometimes referred to as TLD in casual speak as most of us have no authority over .com or .net
Postfix is for sending out emails, aka SMTP and/or SMTPD, it usually performs authentication against the server's PAM (Pluggable Authentication Module)
Not sure what you mean by "login and registration verification"
@laracoft
I have built a login/registration/reset password system in laravel using fortify. When you register as a user with your email and chosen password, it sends you a verification email to click on a link and verify your email so you can enter the site. and if you forget your password you can get a link sent to your email to reset your password. I am using mailtrap.io to test if it works, and it works now I wan to incorporate postmark in place of mailtrap.
@laracoft
I see so it is kinda the same as setting up mailtrap, and no postfix. but I do need TLS as Postmark does not support ssl as of march 7 2019 it says. I do need encryption correct?
If you are referring to this https://postmarkapp.com/updates/smtp-encryption-changes, what it is saying is it will no longer support old versions of encryption. Old = SSL, new = TLS. So there is still encryption, no sane entity in this age will declare disabling encryption.