09-01-05 07:46 AM
On Wed, 31 Aug 2005 22:33:52 -0700, google_groups3 wrote:
> thanks, but what if this server will be used be many different people on
> many different networks? that means i cannot restrict access via network
> address. is there no way to do it via userid and password?
> for example, yahoo mail has no idea what network you will connect from
> using outlook but you can still do it.
You need to differentiate between SMTP (sending mail) and POP (collecting
mail from a mailbox).
POP requires username and password. A POP mailbox is usually accessible
from anywhere.
SMTP, on the other hand, normally doesn't require authentication, so the
SMTP server (Sendmail) will restrict who can relay mail through it.
You normally configure your email client (Outlook in your case) to send
mail via the ISP's SMTP server. The ISP will accept and relay mail onward
because you're part of its local network.
There are some SMTP authentication protocols, but they don't seem to be
widely used. I believe that Microsoft clients are not considered to be
particularly secure.
You might find some useful hints at the following site:
http://dannelson.net/LSH/mail.html
Dan
[ Post a follow-up to this message ]
|