SMTP needs no user or password, why?

M

MartBrooks

It depends on how your mail server is set up.

My mail server will accept any email for my domain from any computer on the Internet. However to use my mail server to send an email to an address that's not in my domain requires the sender (i.e. me) to authenticate with a username and password.
 
  • Like
Reactions: Top Hat
Upvote 0

KM-Tiger

Free Member
Aug 10, 2003
10,346
1
2,893
Bexley, Kent
No it's not wrong.

Many ISPs allow sending via their servers as long as the connecting IP address is one of theirs. So in effect you are being authenticated by virtue of the IP address from which you connect. And that is often how you would set up a mailserver on a LAN. You decide to trust the internal IP addresses.

Things get more complicated where users want to send email from anywhere, not just trusted IP addresses, and that's where username/passwd authentication is used.
 
  • Like
Reactions: Top Hat
Upvote 0

Latest Articles