Results 1 to 4 of 4

Thread: Existing SMTP server minimum configuration

  1. #1
    Join Date
    Nov 2008
    Posts
    240

    Existing SMTP server minimum configuration

    Hello,
    I'm on RedHat Enterprise 4. I have an existing SMTP server and I want to use it to send email from my RedHat server. I do not want to configure sendmail since I already have an SMTP server. (Sendmail is an SMTP server?)
    Is this possible in a minimum configuration to use the existing SMTP server? "
    Thank you

  2. #2
    Join Date
    May 2008
    Posts
    4,570

    Re: Existing SMTP server minimum configuration

    Hi
    Is this possible in a minimum configuration to use the existing SMTP server?
    Yes it is possible. You have to 1st place in the install tool ssmtp
    Code:
    yum install ssmtp
    Uncomment and modifies or creates the following line in / etc / ssmtp / ssmtp.conf:
    Code:
    mail =@ IP_SMTP:25
    To send mail via the terminal:
    Code:
    / usr / sbin / ssmtp-oi @ mail_destinataire <<EOF
    > Subject: .....
    > Body of your mail ...
    > EOF
    Hope this will help you.

  3. #3
    Join Date
    Nov 2008
    Posts
    240

    Re: Existing SMTP server minimum configuration

    Hi
    Thank you very much!. That was good, I received an email
    Now, should I get email, to send me an email via PHP (Apache + PHP is installed on this machine)
    If anyone knows any chance ... I'll also post in PHP. Any advice on this.

  4. #4
    Join Date
    Nov 2009
    Posts
    359

    Re: Existing SMTP server minimum configuration

    Hello,
    I have a configuration RH4 EL only command line. I want to send emails in planned tasks via ssmtp. But I do not know how to put a PJ in the mail or view the contents of this PJ?
    following lines of code that you gave:
    / usr / sbin / ssmtp-oi @ mail_dest <<EOF
    > Subject: .....
    > Body of the email ...
    > EOF
    I manage to send a mail via my SMTP server via the external configuration ssmtp.conf.
    I would like to just send the content with the PJ. How can i do this?
    Thank you in advance.

Similar Threads

  1. Minimum PC configuration to run Serious Sam 3: BFE
    By EDWARDINA in forum Video Games
    Replies: 3
    Last Post: 02-10-2011, 05:47 AM
  2. Minimum System Configuration for Company of Heroes
    By KANAN14 in forum Video Games
    Replies: 3
    Last Post: 07-11-2009, 09:20 PM
  3. Replies: 1
    Last Post: 05-06-2009, 01:51 PM
  4. Replies: 2
    Last Post: 07-05-2009, 07:52 PM
  5. SMTP server not responding
    By C Stern in forum Windows Vista Mail
    Replies: 2
    Last Post: 25-09-2008, 10:28 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,065,719.14252 seconds with 16 queries