Please, am not stupid. I refer to the mail from, for example, my address is:
address@mail.com when I send a email throught outlook, in the mail from I can write the address I want,
whatever@yahoo.whatever, I found this on the internet, but it doesn't work for me, this appears to be the solution to my problem.
main.cf
smtpd_restriction_classes = misremitentes
misremitentes = check_sender_access hash:/etc/postfix/misremitentes, reject
smtpd_sender_restrictions = check_client_access hash:/etc/postfix/misclientes
/etc/postfix/misremitentes
mydomain.com OK
/etc/postfix/misclientes
mydomain.com misremitentes
The thing is how to adapt this to zimbra zmmta.cf
I'm using zimbra 6.10
Thanks.