<div dir="ltr"><div>Being a network dude, I always say start at the network ports.  Can you ping and telnet to the ports you expect to, and verify ports are open you expect?  If you can connect to ports, it's verifiable not the network or firewall.</div><div><br></div><div>Rest is auth to the application service or daemon (smtp/pop/imap) if you can make a socket connection to tcp/25, 110, 143, etc.  If you open basic imap/pop/smtp without encryption, you can interact and test with telnet alone to send/receive.  Start there, once those work, move up to encrypted sockets to build on once unencrypted works.<br></div><div><br></div><div>-mb</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 5, 2021 at 5:12 PM Keith Smith via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
Hi,<br>
<br>
I was able to get my home server to work for the most part.  I think I <br>
need to make a few more adjustments.<br>
<br>
I have Postfix and Dovecot configured and I can send email but not <br>
receive.  Nothing in the mail logs.<br>
<br>
I am trying to connect using Thunderbird.<br>
<br>
Config:<br>
<br>
IMAP port 993 / ssl/TLS / Normal Password / username : <br>
<a href="mailto:keith@keiththewebguy.com" target="_blank">keith@keiththewebguy.com</a> and password that is in <br>
/etc/dovecot/dovecot-users<br>
<br>
SMTP port 25 / STARTTLS / Normal Password / username : <br>
<a href="mailto:keith@keiththewebguy.com" target="_blank">keith@keiththewebguy.com</a> and password that is in <br>
/etc/dovecot/dovecot-users<br>
<br>
Any thoughts on how to troubleshoot this?<br>
<br>
Thanks!!<br>
<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>