Hello, A few days ago i received a email that has a send and a received (from/to) field set to someth...@gmail.com, and in the header the X-Original-To is set to myaddr...@mydomain.com and this mail gets delivered to my account.
In the header i can see : Return-Path: <someth...@gmail.com> X-Original-To: myaddr...@mydomain.com Delivered-To: myaddr...@mydomain.com Received: from mail-ob0-f174.google.com MIME-Version: 1.0 Subject: this is test mail From: a b <someth...@gmail.com> To: someth...@gmail.com And in the maillog: Jul 16 08:53:51 mailgate postfix/qmgr[45715]: 70781F50B7E: from=<someth...@gmail.com>, size=1819, nrcpt=1 (queue active) Jul 16 08:53:51 mailgate postfix/virtual[92506]: 70781F50B7E: to=<myaddr...@mydomain.com>, relay=virtual, delay=18, delays=18/0/0/0.03, dsn=2.0.0, status=sent (delivered to maildir) How can this happened? Can you tell me if it is a postfix missconfiguration on my part? Thank you!