Closed Thread Icon

Topic awaiting preservation: Configuring Sendmail on Fedora Core 4 to allow apache to send emails via PHP (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=27143" title="Pages that link to Topic awaiting preservation: Configuring Sendmail on Fedora Core 4 to allow apache to send emails via PHP (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Configuring Sendmail on Fedora Core 4 to allow apache to send emails via PHP <span class="small">(Page 1 of 1)</span>\

 
PaulBM
Bipolar (III) Inmate

From: East Anglia, England.
Insane since: Sep 2003

posted posted 12-14-2005 16:09

I'm struggling to set up Sendmail to allow apache to send email via PHP. When I use the mail() function in PHP, maillog reports the following.

Dec 14 14:51:45 localhost sendmail help: jBEEpiCH017421: to=<paul@mydomain.com>, ctladdr=<apache@localhost.localdomain> (48/48), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=120390, relay=relay.myispdomain.net. [212.xx.xx.xx], dsn=5.1.1, stat=User unknown

I need to know what settings to add to sendmail.mc to put in the valid user for our isp's mail server. Can anyone assist me?

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 12-14-2005 20:02

don't. Sendmail is such a beast to configure...

I suggest you use one of the PHP-SMTP classes and don't go through the hassle of running your own mail server.
If you must set up your own mailserver (don't forget - most isps don't accept mail from known dial up ip addresses), use something simpler... postfix or exim.

so long,

->Tyberius Prime

PaulBM
Bipolar (III) Inmate

From: East Anglia, England.
Insane since: Sep 2003

posted posted 12-15-2005 16:31

Thanks, Tyberius. I took your advice and set up an SMTP class is far less time than I'd already wasted trying to configure Sendmail.

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 12-15-2005 19:08

glad to be of help

« BackwardsOnwards »

Show Forum Drop Down Menu