Hello!
I have the problem with replace sender's email address. My email users can replace sender's email address (FROM

on mail's header.
This problem gives possibility for send spam or bad messages from some of my other email users.
Exemple:
$telnet mail.exemple.com 25
Trying 172.0.0.1...
Connected to mail.exemple.com.
Escape character is '^]'.
220 mail.exemple.com ESMTP Postfix
HELO my.exemple.com
250 mail.exemple.com
MAIL FROM
some_of_the_users@mail.exemple.com
250 2.1.0 Ok
RCPT TO:the_target_user@mail.exemple.com
250 2.1.5 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
The bad message! :P.
.
250 2.0.0 Ok: queued as 65040230001
quit
221 2.0.0 Bye
Connection closed by foreign host.
How can we create security?