After follow the instructions in the article: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-on-ubuntu-22-04 and have configured the MX record to my domain loja-de-software.net.br, I have tried configure the account contato@loja-de-software.net.br on my machine in the application Mozilla Thunderbird on Kubuntu. When openning the application, I got a screen asking for my name, the e-mail address and my password. I fill this information and click in Continue. The application then gives me a error saying that cannot find the settings for my e-mail account. What I am doing wrong here?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @klebermo
What you can do is to manually enter the IMAP/SMTP settings in Thunderbird.
The droplet’s hostname will be the server name for both Incoming/Outgoing server. The secure port for IMAP will be 993 and for SMTP 465 with SSL enabled. The username will be the full mail account name user@domain.com and the password for the account with password authentication enabled.
Regards