Re: [PHP] Re: Php and postfix error <[EMAIL PROTECTED]>: Sender address rejected: Domain not found
Thanks This is sorted now. Rgds Dhaval On 02/09/05, JamesBenson <[EMAIL PROTECTED]> wrote: > > http://php.net/mail > > > > choksi wrote: > > Hi All, > > I have php running over Apache on a debian box. I am tryin to use the > php > > mail function. When i run this command from console (php email.php) it > will > > run and the mail is delivered as it will get the from username from the > > postfix config file but when i run the command from browser it runs > through > > apache it uses the apache user nobody and give me error. > > Can some help with how can i change the from username. > > Sep 2 12:00:11 localhost postfix/smtp[17821]: 3B83A52CF6: to=< > > [EMAIL PROTECTED]>, said: 450 <[EMAIL PROTECTED]>: > Sender > > address rejected: Domain not found (in reply to RCPT TO command)) > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Rgds Choksi
[PHP] Php and postfix error <[EMAIL PROTECTED]>: Sender address rejected: Domain not found
Hi All, I have php running over Apache on a debian box. I am tryin to use the php mail function. When i run this command from console (php email.php) it will run and the mail is delivered as it will get the from username from the postfix config file but when i run the command from browser it runs through apache it uses the apache user nobody and give me error. Can some help with how can i change the from username. Sep 2 12:00:11 localhost postfix/smtp[17821]: 3B83A52CF6: to=< [EMAIL PROTECTED]>, said: 450 <[EMAIL PROTECTED]>: Sender address rejected: Domain not found (in reply to RCPT TO command)) -- Rgds Choksi
Re: [PHP] Re: Fshockopen error while opening a https stream urgent help needed
Hi i have changed the re-complile php openssl but now its giving me connection refused error. Warning: fsockopen() [function.fsockopen<https://192.168.0.85/voip/function.fsockopen>]: unable to connect to ssl://192.168.65.20:443 (Connection refused) in * /www/htdocs/voip/api_class.php* on line *323* Now I really wonder what could be the issue dhaval On 17/06/05, JamesBenson <[EMAIL PROTECTED]> wrote: > > You pointed the configure line to the source files and not the installed > version of openssl, you should compile and install openssl first, > change... > > --with-openssl-dir=/usr/local/src/webserver/openssl-0.9.7d > > to... > > --with-openssl-dir=/usr/local > > Or wherever you installed openssl, /usr/local is default, it will then > find all openssl files in /usr/local/lib and wherever else it needs but > openssl needs to be compiled installed then linked by PHP from an > installed version and NOT the origanal source files. > > James > > > choksi wrote: > > Hello All > > I am running PHP5.0.2 over apache 1.3.29 and openssl-0.9.7d on a Debian > > Php Configure command './configure' '--with-apxs=/www/bin/apxs' > > '--with-openssl-dir=/usr/local/src/webserver/openssl-0.9.7d/' > > '--enable-trans-sid' '--disable-libxml' > > > > Registered PHP Streams : php, file, http, ftp > > Registered Stream Socket Transports : tcp, udp, unix, udg > > allow_url_fopen : On On > > > > Now when i try to open a https url via it gives me this error > > > > [Wed Jun 15 19:03:36 2005] [error] PHP Warning: fsockopen() [ > href='function.fsockopen'>function.fsockopen]: unable to connect to > > ssl:// 192.168.0.10:443 <http://192.168.0.10:443>< > http://www.google.com/url?sa=D&q=http://www.testcall.com:443>(Unable > > to find the socket transport > > "ssl" - did you forget to enable it when you configured PHP?) > > in /www/htdocs/testcon.php on line 2 > > > > I am trying to fix this from last few days but not successful can some > > please help me its very urgent. > > Do I need to register ssl and https as registered php streams? and if > > so how do i register them. > > > > Thankyou > > Regards > > Dhaval Choksi > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Rgds Choksi
[PHP] Fshockopen error while opening a https stream urgent help needed
Hello All I am running PHP5.0.2 over apache 1.3.29 and openssl-0.9.7d on a Debian Php Configure command './configure' '--with-apxs=/www/bin/apxs' '--with-openssl-dir=/usr/local/src/webserver/openssl-0.9.7d/' '--enable-trans-sid' '--disable-libxml' Registered PHP Streams : php, file, http, ftp Registered Stream Socket Transports : tcp, udp, unix, udg allow_url_fopen : On On Now when i try to open a https url via it gives me this error [Wed Jun 15 19:03:36 2005] [error] PHP Warning: fsockopen() [function.fsockopen]: unable to connect to ssl:// 192.168.0.10:443<http://www.google.com/url?sa=D&q=http://www.testcall.com:443>(Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /www/htdocs/testcon.php on line 2 I am trying to fix this from last few days but not successful can some please help me its very urgent. Do I need to register ssl and https as registered php streams? and if so how do i register them. Thankyou Regards Dhaval Choksi