Re: SMTP server
Per Gustav Ousdal <[email protected]>
| Newsgroups | alt.bbs.mystic |
|---|---|
| Organization | Ousdal System Services |
| Message-ID | <[email protected]> |
On 14.02.2023 03:36, g00r00 wrote: > PG> So, I've got the POP server working for local (BBS) email. However, the > PG> SMTP server is not working. I have not come very far in the debugging > PG> but telnet from localhost gives: > PG> > PG> Connected to localhost. > PG> Escape character is '^]'. > PG> 220 phrenetic.no Mystic SMTP Ready > PG> > PG> However, from my client where I intend to run the MUA. I get this: > > Could this be a firewall issue? The telnet seems to show that it is working. > > If you go into System Configuration > Servers > Logging and set the MIS.LOG to > "Max" you should be able to see all communication between the server and client > (if you have log caching turned on you may need to shutdown the server > afterwards to see it, or turn log caching off in the settings temporarily). > > Having a log of the data exchange may help give us more clues as to what is > happening. Yeah, your suggestion was close I guess. It's working now. I suppose what happened is that Thunderbird was misconfigured (i.e. set to use START/TLS) and I had already tried connecting with that. And it must have hogged up the connection. So with a restart of mis (and I also set dupe IP's to 3 for now) it worked. Yay! BTW: What are the correct settings for the SMTP connection? Does the SMTP server support any of the security protocols, or should it be set none and plain text pass word? Thank you, Per