I tried to type this :
Set-Mailuser -Identity "user mail name" -RequireSenderAuthenticationEnabled $false
but it doesn't work i got an error,but if writ it like this : Set-Mailbox -Identity "user mail name" -RequireSenderAuthenticationEnabled $false
I got a warning message says : "the command completed successfully but no settings of have been modified"