I have set up my postfix with my isp smtp server for sending e-mail following the http://gentoo-wiki.com/HOWTO_Email_Syst ... me_Network.
Now I forward all my incoming mail to my GMail for filtering :
Code: Select all
# forward to gmail account for spam filtering - cf http://mboffin.com/post.aspx?id=1636
:0
* !X-Forwarded-For: user@gmail.com user@domain.com
{
:0fw
| formail -IDelivered-To
:0
! user@gmail.com
}How would I solve this ?Final-Recipient: rfc822; user@gmail.com
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host smtp.myisp.com[x.y.z.w] said: 553 5.1.8
<user@domain.com>... Domain of sender address
user@domain.com does not exist (in reply to MAIL
FROM command)
Thanks,
kristof

