Re: [suse-sles-e] PHP + postfix + mail()

From: Peter Van Lone (petervl_at_gmail.com)
Date: Mon Aug 07 2006 - 08:07:36 CEST


Message-ID: <68b791330608062307l3e7c9fa7mab6cdc6aa65c1132@mail.gmail.com>
Date: Mon, 7 Aug 2006 01:07:36 -0500
From: "Peter Van Lone" <petervl@gmail.com>
Subject: Re: [suse-sles-e] PHP + postfix + mail()

On 8/4/06, Steven L. Kohrs <skohrs@opensourceexperts.com> wrote:
> If you do 'rpm -ql postfix', you'll see the package provides
> /usr/sbin/sendmail. This is the wrapper.
>
> I'd recommend cranking up the logging level on postfix by adding the
> '-v' option to the smtp service in /etc/postfix/master.cf:
> smtp inet n - n - - smtpd -v
> and then reloading postfix:
> /etc/init.d/postfix reload
>
> Now 'tail -f /var/log/mail' while you run this php script from the

here are errors that I am seeing in the log file before ever running
the php script test (since I am not yet sure how to do that ...)

Aug 7 00:38:00 rpcweb postfix/qmgr[31839]: 040212CEDFB: to=<btn@ourdomain.com>,
 relay=none, delay=240303, status=deferred (delivery temporarily suspended: unkn
own mail transport error)
Aug 7 00:38:00 rpcweb postfix/qmgr[31839]: 040212CEDFB: to=<warranty@ourdomain.
com>, relay=none, delay=240303, status=deferred (delivery temporarily suspended:
 unknown mail transport error)
Aug 7 00:38:00 rpcweb postfix/qmgr[31839]: 02BED2CEDEE: to=<btn@ourdomain.com>,
 relay=none, delay=374232, status=deferred (delivery temporarily suspended: unkn
own mail transport error)

I'm not sure what to make of the relay=none log? Especially since mail
does seem to get delivered when we telnet to port 25 and manually ask
mail to be sent. And I did set relay for the local domain
"ourdomain.com".

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: suse-sles-e-unsubscribe@suse.com
For additional commands, e-mail: suse-sles-e-help@suse.com



This archive was generated by hypermail 2.1.7 : Mon Aug 07 2006 - 08:07:44 CEST