<?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: SMTP... telnet to port 25 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458621#M879490</link>
    <description>Hello Jessica,&lt;BR /&gt;&lt;BR /&gt;It does not appear that there is a Reply to option, at least using sendmail 8.9.3. This is what I saw when I did help when telnetted into port 25 on one of my servers:&lt;BR /&gt;&lt;BR /&gt;help&lt;BR /&gt;214-This is Sendmail version 8.9.3 (PHNE_18979)&lt;BR /&gt;214-Topics:&lt;BR /&gt;214-    HELO    EHLO    MAIL    RCPT    DATA&lt;BR /&gt;214-    RSET    NOOP    QUIT    HELP    VRFY&lt;BR /&gt;214-    EXPN    VERB    ETRN    DSN&lt;BR /&gt;214-For more info use "HELP &lt;TOPIC&gt;".&lt;BR /&gt;214-To report bugs in the implementation or suggestions for&lt;BR /&gt;214-future enhancements, contact your HP representative.&lt;BR /&gt;214-For local information send email to Postmaster at your site.&lt;BR /&gt;214 End of HELP info&lt;BR /&gt;&lt;BR /&gt;I hope that this helps.&lt;BR /&gt;&lt;/TOPIC&gt;</description>
    <pubDate>Fri, 27 Oct 2000 06:20:21 GMT</pubDate>
    <dc:creator>Douglas Cromby_1</dc:creator>
    <dc:date>2000-10-27T06:20:21Z</dc:date>
    <item>
      <title>SMTP... telnet to port 25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458620#M879489</link>
      <description>Can I specify "Reply-To" besides "Mail from" and "Rcpt To", when I directly telnet to a mail server's port 25 (smtp)?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Jessica</description>
      <pubDate>Fri, 27 Oct 2000 06:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458620#M879489</guid>
      <dc:creator>Jessica Chou</dc:creator>
      <dc:date>2000-10-27T06:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP... telnet to port 25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458621#M879490</link>
      <description>Hello Jessica,&lt;BR /&gt;&lt;BR /&gt;It does not appear that there is a Reply to option, at least using sendmail 8.9.3. This is what I saw when I did help when telnetted into port 25 on one of my servers:&lt;BR /&gt;&lt;BR /&gt;help&lt;BR /&gt;214-This is Sendmail version 8.9.3 (PHNE_18979)&lt;BR /&gt;214-Topics:&lt;BR /&gt;214-    HELO    EHLO    MAIL    RCPT    DATA&lt;BR /&gt;214-    RSET    NOOP    QUIT    HELP    VRFY&lt;BR /&gt;214-    EXPN    VERB    ETRN    DSN&lt;BR /&gt;214-For more info use "HELP &lt;TOPIC&gt;".&lt;BR /&gt;214-To report bugs in the implementation or suggestions for&lt;BR /&gt;214-future enhancements, contact your HP representative.&lt;BR /&gt;214-For local information send email to Postmaster at your site.&lt;BR /&gt;214 End of HELP info&lt;BR /&gt;&lt;BR /&gt;I hope that this helps.&lt;BR /&gt;&lt;/TOPIC&gt;</description>
      <pubDate>Fri, 27 Oct 2000 06:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458621#M879490</guid>
      <dc:creator>Douglas Cromby_1</dc:creator>
      <dc:date>2000-10-27T06:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP... telnet to port 25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458622#M879491</link>
      <description>Reply-To is part of the ARPA header and should be specified in the DATA section of the message as in this example:&lt;BR /&gt;&lt;BR /&gt;220 host.domain.com ESMTP Sendmail 8.8.6 (PHNE_14041)/8.8.6; Fri, 27 Oct 20&lt;BR /&gt;00 08:56:37 +0100 (BST)&lt;BR /&gt;helo domain.com&lt;BR /&gt;250 host.domain.com Hello root@localhost, pleased to meet you&lt;BR /&gt;mail from: user1@domain.com&lt;BR /&gt;250 user1@domain.com... Sender ok&lt;BR /&gt;rcpt to: user2@another.domain.com&lt;BR /&gt;250 user2@another.domain.com... Recipient ok&lt;BR /&gt;data&lt;BR /&gt;354 Enter mail, end with "." on a line by itself&lt;BR /&gt;Reply-To: user3@domain.com&lt;BR /&gt;Subject: Test Message&lt;BR /&gt;&lt;BR /&gt;Hello&lt;BR /&gt;.&lt;BR /&gt;250 IAA13263 Message accepted for delivery</description>
      <pubDate>Fri, 27 Oct 2000 07:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458622#M879491</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2000-10-27T07:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP... telnet to port 25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458623#M879492</link>
      <description>Telnet server 25 (If you get a response and your sendmail.cf file is set), once connected, type:&lt;BR /&gt;Hello HP, (you will get ok prompt reply)&lt;BR /&gt;MAIL FROM:(your server name e.g. unixbox)&lt;BR /&gt;&lt;BR /&gt;RCPT TO: (who you want to send it to i.e. hp@agilent.com)&lt;BR /&gt;DATA&lt;BR /&gt;Send data. End with CRLF.CRLF&lt;BR /&gt;(enter your message)&lt;BR /&gt;test message&lt;BR /&gt;.&lt;BR /&gt;The recipient should receive the email.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2000 07:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458623#M879492</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-10-27T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP... telnet to port 25</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458624#M879493</link>
      <description>beware. most places now log users giving you a random id number and logging your ip along with it, so if you think you can use this to send things to screw with ppl, think again.</description>
      <pubDate>Thu, 17 Jan 2002 16:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-telnet-to-port-25/m-p/2458624#M879493</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-01-17T16:28:16Z</dc:date>
    </item>
  </channel>
</rss>

