On Wed, Aug 11, 2010 at 9:58 AM, Alex <[email protected]> wrote: ... > I did notice this one header discrepancy: > > Received: by mail.mydomain.net (Postfix, from userid 78) > > What's with the "Postfix, from user 78)"? This should be the server's > IP address, no?
That header is normal when you're using a "simple" content_filter that reinjects mail back to postfix using the sendmail(1) command rather than SMTP. Your content_filter script is running as userid 78. -- Noel Jones
