I'm using RH 6.2 Linux, 2.2.16 kernel, apache 1.3.12, php 4.0.1pl2; the latest of e/t.
Been working with it for a while, and need to set up smtp to get the mail() command working.
phpinfo() reports that SMTP is "localhost", and I don't want to use that mail server, I want to use my ISP's mail server.
But I don't have a php.ini file ANYWHERE on my system!
Any ideas why this would be? Where should I get a php.ini file, and how would I format it?
(details please!?!? howto or something?)
PHP was installed with these ./configure parameters:
./configure \
--with-pgsql=/usr/lib/pgsql \
--with-mysql \
--with-gd \
--with-apxs=/usr/sbin/apxs
Thanks!