Find the answer to your Linux question:
Results 1 to 3 of 3
My O/S is CentOS. What is used when mailing out? sendmail, posix, mailX??? And How do I configure it? Need to use my ISP mail server other wise my ip ...
  1. #1
    Linux Newbie Mad Professor's Avatar
    Join Date
    May 2006
    Posts
    128

    [SOLVED] Setup smtp relay for mdadm and smartd.

    My O/S is CentOS. What is used when mailing out? sendmail, posix, mailX???

    And How do I configure it?

    Need to use my ISP mail server other wise my ip gets flagged for spam.

  2. #2
    Just Joined!
    Join Date
    Sep 2010
    Location
    UK
    Posts
    8
    Quote Originally Posted by Mad Professor View Post
    My O/S is CentOS. What is used when mailing out? sendmail, posix, mailX???

    And How do I configure it?

    Need to use my ISP mail server other wise my ip gets flagged for spam.

    If using sendmail (the default) use the SMART_HOST option

    # yum install sendmail-cf

    Edit /etc/mail/sendmail.mc and add/edit the following,

    define(`SMART_HOST', `mail.isp.net')

    Restart sendmail.


    If using postfix,

    # postconf -e 'relayhost = [mail.isp.net] '

    Restart postfix.

  3. #3
    Linux Newbie Mad Professor's Avatar
    Join Date
    May 2006
    Posts
    128
    I apologize for being absent, I've been ill the past couple of days. I've managed to get around and setting it up on sendmail.

    Thank you for responding and helping, I really appreciate it.

    ~MP

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...