On Mon, Apr 26, 2010 at 8:17 PM, Eric Jain <eric.j...@gmail.com> wrote:
> I'm able to use Postfix to send mail to e.g. GMail accounts:
>
[...]
> Apr 26 22:41:14 blog postfix/cleanup[14969]: 49ACD8081A:
> message-id=<20100426224114.49acd80...@...>
> Apr 26 22:41:14 blog postfix/qmgr[4627]: 49ACD8081A: from=<ej...@...>,
> size=352, nrcpt=1 (queue active)

Sender <ej...@...>.

>
> But when I log in as a different user on the same machine, Google's
> mail server no longer accepts mail (the reverse DNS lookup test
> appears to fail):
>
[...]
> Apr 26 22:38:58 blog postfix/cleanup[14951]: E5ECD8081A:
> message-id=<20100426223858.e5ecd80...@...>
> Apr 26 22:38:58 blog postfix/qmgr[4627]: E5ECD8081A:
> from=<www-d...@...>, size=355, nrcpt=1 (queue active)
[...]
>
> Any idea what could be going on here?
>

Send email with apache user as sender is a bad web application design.
Create a account for each application and use a smtp library to send
email.

-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)

Reply via email to