I sent the emails to exchange using smtp, worked great, but the problem was it exposed the ip and node name of our erp system to the world.
Which, IMO, means that the Exchange server isn't doing its job. If Exchange is acting as a gateway between the "inside" and the outside world, it's the task of the Exchange machine to rewrite or remove the offending headers.
So I instead sent the email through a relay machine (sendmail) which I configured to strip off the header info relating to the production machine. Worked, but mail servers have started rejecting our mail because of the relaying required to make the thing work.
That, I don't understand. Which mail servers are rejecting the mail? How do they know sendmail is relaying? Why would they care? Relaying is very common nowadays (as long as you aren't an open relay). In fact, tons of email is rejected because it's send directly, and not relayed through an ISPs SMTP server.
This is where I am stuck. When I put the message in the outbox it just sits there. When I open the message up in outlook, there is no send button. The only way I've been able send it off in the outlook gui, is to use "resend" in the tools menu.
Without knowing what you send, who could tell?
Anyone know of either a better way of doing this,
To, this sounds like a problem that needs to be solved at the MTA level.

Abigail


In reply to Re: Sending messages through exchange, originating in UNIX by Abigail-II
in thread Sending messages through exchange, originating in UNIX by windmere

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.