RE: POP access fails for Mac's

"Dave Kitabjian" <[email protected]> Wed, 22 Oct 2003 13:55:06 -0400
Newsgroups gmane.comp.djb.checkpassword
Message-ID <E388694238BBE5459F483F47306E4F1002235072@nce2k.NCDOMAIN.netcarrier.com>

> >What are your settings for
> > Outgoing Mail (SMTP) in the Mac Mail program?
> 
> Hi Dave,
> 
> Thanks for answering my question regarding qmail-popup.  Here's the
> summary for the Mac's:
> 
> One Mac test machine is on a lan and the other is across the country
on
> wan.  The settings for outgoing mail server on the Mac's are:
> 
> server port: 25
> Authentication: Password
> User Name: mk
> Password: ************
> 
> 
> I get the following error when attempting to connect:
> 
> The SMTP server dmz.linkzone.com rejected the password for user mk
> 
> ------------
> 
> For some reason the Mac mail app will not connect properly to the smtp
> server while the Mac Eudora mail app and the Netscape PC do so with
out
> any problems.
> 
> Is there some obvous that I'm missing?  SHould I use a different
port???

From a Mac that's not working type:

	telnet dmz.linkzone.com 25

If you get some type of a prompt back, you probably have the right
server and port specified. After that, the authentication scheme gets
more complicated. Most SMTP servers still have no "authentication" per
se (unlike POP servers). Have you tried turning OFF authentication for
SMTP in your Mail client completely?

The other thing to do is to simply look at the SMTP settings (not POP)
in the mail client on the Winblows box. Whatever it uses you should also
use for the Mac. The server shouldn't care whether you're coming from a
Mac or a PC.

Dave