<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sending email in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086285#M30356</link>
    <description>Hi, normally, SMTP does not requires authenticantion, but if so, you can try some perl SMTP script like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.logix.cz/michal/devel/smtp/index.xp?show_selected=1&amp;amp;msgid=31" target="_blank"&gt;http://www.logix.cz/michal/devel/smtp/index.xp?show_selected=1&amp;amp;msgid=31&lt;/A&gt;</description>
    <pubDate>Mon, 15 Oct 2007 14:22:11 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-10-15T14:22:11Z</dc:date>
    <item>
      <title>sending email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086284#M30355</link>
      <description>Hi there &lt;BR /&gt;&lt;BR /&gt;Im trying to make mail sending email from my private account.&lt;BR /&gt;&lt;BR /&gt;(nither sendmail or postfix are installed on my machine).&lt;BR /&gt;&lt;BR /&gt;Is there any way to pass my smtp server username and password to this command:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo "text"\mail myemail@example.com &lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2007 11:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086284#M30355</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-10-15T11:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: sending email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086285#M30356</link>
      <description>Hi, normally, SMTP does not requires authenticantion, but if so, you can try some perl SMTP script like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.logix.cz/michal/devel/smtp/index.xp?show_selected=1&amp;amp;msgid=31" target="_blank"&gt;http://www.logix.cz/michal/devel/smtp/index.xp?show_selected=1&amp;amp;msgid=31&lt;/A&gt;</description>
      <pubDate>Mon, 15 Oct 2007 14:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086285#M30356</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-15T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: sending email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086286#M30357</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Yes,&lt;BR /&gt;&lt;BR /&gt;vi /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Change&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;DShostnameofsmtprelayserver&lt;BR /&gt;&lt;BR /&gt;Read that last line carefully because its a clue. You need to KNOW the hostname of the SMTP relay server before you start.&lt;BR /&gt;&lt;BR /&gt;Or &lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[192.168.0.10]&lt;BR /&gt;&lt;BR /&gt;Where the IP address is the IP address of the SMTP relay server. This will work even if name resolution is down on your network.&lt;BR /&gt;&lt;BR /&gt;Please note very carefully however that the intended relay server may require configuration to accept the mail. What configuration depends on what the OS and Mail Transfer system is on that system.&lt;BR /&gt;&lt;BR /&gt;Then you need to restart sendmail.&lt;BR /&gt;&lt;BR /&gt;service sendmail restart&lt;BR /&gt;&lt;BR /&gt;You don't really need to run sendmail to get mail off the box, but for the sake of simplicity, thats the easy way to go.&lt;BR /&gt;&lt;BR /&gt;mailq&lt;BR /&gt;# displays if mail is stuck in the outbound mail queue. There should never be mail there unless you have a problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Oct 2007 15:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086286#M30357</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-15T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: sending email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086287#M30358</link>
      <description>Well &lt;BR /&gt;&lt;BR /&gt;My account information (given by my provider)is something like that:&lt;BR /&gt;&lt;BR /&gt;address: myname@wp.pl&lt;BR /&gt;smtp server: smtp.wp.pl&lt;BR /&gt;pop3 server: pop3.wp.pl&lt;BR /&gt;&lt;BR /&gt;password: myverysecurepassword&lt;BR /&gt;&lt;BR /&gt;Those are the credentials I'm using to configure mail clients under windows.&lt;BR /&gt;My question is:&lt;BR /&gt;&lt;BR /&gt;Is there any way to tell mail to send message using my account information?&lt;BR /&gt;&lt;BR /&gt;As I said before nor sendmail or postfix are installed. (do I have to install them ?) &lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2007 03:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086287#M30358</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-10-16T03:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: sending email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086288#M30359</link>
      <description>The sender address is set by the MUA (mail client). This information does not have to match the information used to retrieve the mails from the POP server.&lt;BR /&gt;&lt;BR /&gt;This means that you can use any sender address if you specify so in your mail client or command line.</description>
      <pubDate>Tue, 16 Oct 2007 06:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086288#M30359</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-16T06:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: sending email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086289#M30360</link>
      <description>Yep &lt;BR /&gt;&lt;BR /&gt;That's exactly my question:&lt;BR /&gt;&lt;BR /&gt;What comand should I use to SEND email from my unix system, using external provider.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 04:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086289#M30360</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-10-17T04:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: sending email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086290#M30361</link>
      <description>Ok.&lt;BR /&gt;&lt;BR /&gt;You either use a client (Thunderbird, Evolution, Mutt) and use those POP/SMTP values in the client.&lt;BR /&gt;&lt;BR /&gt;If you want to use the 'ol "mail" command to do some command-line automated notifications etc. etc., yes, you will need sendmail or postfix.&lt;BR /&gt;&lt;BR /&gt;Both sendmail and postfix use the 'smart host' mentality to forward all SMTP stuff to a remote SMTP server.  Doing SMTP Authentication on that connection is quite different between the two services, so pick one, and we'll help you further.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 05:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086290#M30361</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-10-17T05:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: sending email</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086291#M30362</link>
      <description>You should configure postfix, which is very simple comparing with sendmail.&lt;BR /&gt;&lt;BR /&gt;If this is a red hat based system, do this:&lt;BR /&gt;&lt;BR /&gt;Ensure that postfix is installed&lt;BR /&gt;rpm -qa |grep postfix&lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;service sendmail stop&lt;BR /&gt;chkconfig sendmail off&lt;BR /&gt;alternatives --config mta&lt;BR /&gt;&lt;SELECT postfix="" as="" mta=""&gt;&lt;BR /&gt;&lt;BR /&gt;Configure postfix as in this link:&lt;BR /&gt;&lt;A href="http://www.gungeralv.org/notes/archives/2003/06/howto_configure_postfix_to_use_a_remote_smtp_relay_host.php" target="_blank"&gt;http://www.gungeralv.org/notes/archives/2003/06/howto_configure_postfix_to_use_a_remote_smtp_relay_host.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then start the service&lt;BR /&gt;service postfix start&lt;BR /&gt;chkconfig postfix on&lt;/SELECT&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-email/m-p/4086291#M30362</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-17T06:51:12Z</dc:date>
    </item>
  </channel>
</rss>

