don't know if this is a reply situation, or if I should start a new thread...
I also have a couple of users who have very common names as their e-mail addresses (joe, lisa)
I would love to give them new usernames (joeplastname@domain.com)
but they do have an established base of clients / people who use the existing usernames
I also have been reading about brute force attempts on accounts on the mail server. Common names I would guess are an easy target to attempt...
Here's my thoughts, please correct me if I'm wrong...
- no users with common name e-mail addresses (joe@domain.com)
give them an email such as
joeplastname@domain.com
- make an alias of "joe" that points to
joeplastname@domain.com
Mail sent to joe@domain should get deliverd to
joeplastname@domain.com, correct?
What would be the results of a brute force attempt on an alias?
joe@domain.com
it's technically not an account, correct?
Would implementing this, along with strong passwords, account lockout
be a good method to keep the bastards out of our system?
thank you
Bill