Sendmail Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • theouimets@hotmail.com

    Sendmail Question

    I am trying to get mail() on a server and am having no luck. Other mail
    functions work fine. I have the following in php.ini:

    sendmail_path = "/usr/sbin/sendmail -t -i"
    In php there are no errors. Any ideas welcome at this point, thanks!

  • Manuel Lemos

    #2
    Re: Sendmail Question

    Hello,

    On 08/20/2004 01:27 AM, theouimets@hotm ail.com wrote:[color=blue]
    > I am trying to get mail() on a server and am having no luck. Other mail
    > functions work fine. I have the following in php.ini:
    >
    > sendmail_path = "/usr/sbin/sendmail -t -i"
    > In php there are no errors. Any ideas welcome at this point, thanks![/color]

    Many things may happen. The message may be being bounced to the return
    path address, or is still stuck in the queue, or was delivered but was
    discarded. Can you check login as root? If so, run mailq command and
    check if the message is still in the queue. If not, check the sendmail
    logs and see if the message was rejected and bounced to the return path
    address.

    --

    Regards,
    Manuel Lemos

    PHP Classes - Free ready to use OOP components written in PHP
    Free PHP Classes and Objects 2025 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


    PHP Reviews - Reviews of PHP books and other products


    Metastorage - Data object relational mapping layer generator

    Comment

    • Centurion

      #3
      Re: Sendmail Question

      theouimets@hotm ail.com wrote:
      [color=blue]
      > I am trying to get mail() on a server and am having no luck. Other mail
      > functions work fine. I have the following in php.ini:
      >
      > sendmail_path = "/usr/sbin/sendmail -t -i"
      > In php there are no errors. Any ideas welcome at this point, thanks![/color]

      What is in your mail log?

      James
      --
      There are two ways to write error-free programs. Only the third one
      works.

      Comment

      Working...