From 1qazse4@cox.net Sun Nov 14 02:44:08 2004 From: Chris W <1qazse4@cox.net> To: users@lists.opensuse.org Subject: postfix and php on suse 9.1 Date: Sat, 13 Nov 2004 20:43:33 -0600 Message-ID: <4196C655.6020104@cox.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5799290942676824463==" --===============5799290942676824463== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I recently installed SUSE 9.1 and my php script that sent mail no longer works. It works fine on an suse 9.0 box. I was wondering if anyone can give me a hint as to what to look for to fix this. I understand there is some error in the PHP config that needs to be fixed. Can someone tell me where that config error is? Below is some of my error log from a send attempt. Nov 13 11:50:34 WebServer postfix/pickup[30613]: 1EF48D587: uid=30 from= Nov 13 11:50:34 WebServer postfix/cleanup[31469]: 1EF48D587: message-id=<20041113175034.1EF48D587(a)aopro.com> Nov 13 11:50:34 WebServer postfix/cleanup[31469]: 1EF48D587: to=, relay=none, delay=0, status=bounced (No recipients specified) Nov 13 11:50:34 WebServer postfix/cleanup[31473]: 2CA3DD5AF: message-id=<20041113175034.2CA3DD5AF(a)aopro.com> Nov 13 11:50:34 WebServer postfix/qmgr[3547]: 2CA3DD5AF: from=<>, size=1833, nrcpt=1 (queue active) Nov 13 11:50:34 WebServer postfix/local[31474]: 2CA3DD5AF: to=, orig_to=, relay=local, delay=0, status=sent (delivered to mailbox) Nov 13 11:50:34 WebServer postfix/qmgr[3547]: 2CA3DD5AF: removed Here is the simple mail script that I am using to test Message sent. Thanks for the help. -- Chris W Not getting the gifts you want? The Wish Zone can help. http://thewishzone.com --===============5799290942676824463==-- From robin1.listas@tiscali.es Wed Dec 1 18:46:24 2004 From: "Carlos E. R." To: users@lists.opensuse.org Subject: Re: [SLE] postfix and php on suse 9.1 Date: Wed, 01 Dec 2004 10:10:24 +0100 Message-ID: In-Reply-To: <4196C655.6020104@cox.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0312354516446376716==" --===============0312354516446376716== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The Saturday 2004-11-13 at 20:43 -0600, Chris W wrote: > works. It works fine on an suse 9.0 box. I was wondering if anyone can > give me a hint as to what to look for to fix this. I understand there is s= ome > error in the PHP config that needs to be fixed. Can someone tell me where > that config error is? Below is some of my error log from a send attempt. I don't know about your php script part. But the problem is clear: >=20 > Nov 13 11:50:34 WebServer postfix/cleanup[31469]: 1EF48D587: > to=3D, relay=3Dnone, delay=3D0, status=3Dbounced (No recipients sp= ecified) When your email reaches postfix, the "TO" part is empty, and it bounces=20 back. --=20 Cheers, Carlos Robinson --===============0312354516446376716==--