On Tuesday 03 February 2009 09:34:10 Brian Evans - Postfix List wrote:
> Doug Jaquays wrote:
> >>>> On Tue, Feb 3, 2009 at 12:33 PM, Brian Evans - Postfix List
> >
> > <grkni...@scent-team.com> wrote:
> >> I hope you have more in your master.cf than listed in that pastebin.
> >> It is severely lacking some entries.
> >>
> >> Logs for a transaction entering to delivery would help as well.
> >
> > So I do, I'm not sure how I missed the rest.  fixed pastepin:
> > http://pastebin.com/m5b61c858 As for the transaction log.  I'm not sure
> > how one can get that when using php's mail() function to send a message. 
> > I don't see any obvious answers through google.
>
> The php mail() command (on *nix) defaults to come in through the pickup
> daemon (using the sendmail(1) command).

Or you can ssh into the machine, and enter:
echo test|mail -s'test' u...@example.com

If this goes through without problems, the php script does something weird 
(I'd check php.ini to start). If your problem persists, then you also have 
your transaction log. 2 for 1 debugging.

-- 
Melvyn Sopacua

Reply via email to