Mac OS X Panther

Discussion in 'Troubleshooting' started by brent.d, Mar 4, 2004.

  1. brent.d

    brent.d Guest

    Has anyone got aMember Pro to work with OSX 10.3? OSX 10.3 Uses postfix instead of sendmail for the mail. I've tried and cannot seem to get it. I've tried changing the php.ini to postfix instead of sendmail, but it still does not send mail.
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Have you got any other PHP script working on this server (I'm about mail() function)? If not, why problem was immediately considered as aMember-related?

    Try to run this script:
    PHP:
    <?php
    error_reporting
    (255);
    ini_set('display_errors'1);
    $from "youremail@yourdomain.com"// <-- replace!
    $to "youremail@yourdomain.com";  // <- replace!
    mail($to"Test Email""test email from the server""From: $from")
    ?>
    You will see that problem has no relation with aMember !!! It is just PHP configuration issue.
  3. brent.d

    brent.d Guest

    not amembers fault

    Alex, I'm sure that it is OS X 10.3 (panther)'s fault, I'm just wondering if any has gotten postfix to work instead of sendmail since 10.3 uses postfix.

    Brent

  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021

Share This Page