Mail Question

Discussion in 'Server Operation' started by Crazy-Boy, Oct 30, 2005.

  1. Crazy-Boy

    Crazy-Boy New Member

    I got 2 websites running on my server. But the server don't want to send emails. I got a stand alone mailserver. How do i can forward al the mail through the mailserver. The mailserver must send it to the users.

    The websites uses PHP-Nuke. And the server don't want to send the activation link to any email adres.

    I want that the webserver can work with the mailserver.Like a cliént smtp user. That he connects to the mailserver.

    I am sorry for my english i am Dutch
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What mailserver package is running on your webserver? Postfix? Sendmail?
     
  3. Crazy-Boy

    Crazy-Boy New Member


    Sorry. Sendmail
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You say that your webserver does not send out emails when it should. Is there anything related to this in the mail log?
    Do you run some kind of control panel (like ISPConfig) on your webserver?
     
  5. Crazy-Boy

    Crazy-Boy New Member

    No he only runs sendmail.

    and i could't find anything in the log file.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you tried to set the PHP error level in the php.ini to notice to get warnings if PHP cant send mails?
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Can you post the output of
    Code:
    ls -l /etc/mail/
    ?
     
  8. Crazy-Boy

    Crazy-Boy New Member

    access
    access.db
    domaintable
    domaintable.db
    helpfile
    local-host-names
    mailertable
    mailertable.db
    Makefile
    sendmail.cf
    sendmail.mc
    spamassassin
    submit.cf
    submit.mc
    trusted-users
    virtusertable
    virtusertable.db

    This is what i see when i typ that command
     
  9. falko

    falko Super Moderator Howtoforge Staff

    Please post the contents of /etc/mail/local-host-names.
     

Share This Page