On Thu, Sep 25, 2008 at 01:35:14PM -0700, scott andreas wrote: > hello group > > Here is what I'm trying to do. I want to set up Postfix 2.3 to send > emails. I'm using Postfix as a relay only server to Google Apps. At Google > Apps we have our domain email hosted with many accounts (+400). > > We have an application server that runs under a user. > When the application sends an email it sends it out properly with the > command # sendmail -t [EMAIL PROTECTED] .... with out problems > Now when it tries to send an email with command # sendmail -t > [EMAIL PROTECTED] -f [EMAIL PROTECTED] it still sends it out as
The "-f sender" option has to come before the [EMAIL PROTECTED]" command-line recipient. Why are you using both a command-line recipient and parsing recipients from To:/Cc:/Bcc: headers via "-t"? -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:[EMAIL PROTECTED]> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.