Fellow monk, I'm afraid you simply are not clear enough. Where does the IP address show? In the email, at the client side? In a Recieved-line? In the browser when the mail is sent?

If the IPaddress is shown in the email at the From: or To: line, it's added by your local mailserver, because one of the email adresses were not complete, ie. <user> instead of <user@domain.cc>, the @ is vital here. Your local mailserver then adds it's official name. However, it may be not know it's officiall name, and then adds it's IPaddress as domain. You can send emails directly to IPaddresses, so they are valid on the right side of an @.

If your IPaddress show up on a Recieved: -line, I'm sorry, but that's how it's supposed to be. It's added by the next mailserver, indicating where it got the mail from, you can't change it.

If the browser shows the IP address when you have sent the mail, it's because you print it somewhere in your script.

Try specifying more accurately where it's showing the IPaddress in question and we'll see if we can help you.


In reply to Re: Eliminating useless server information by fsn
in thread Eliminating useless server information by sulfericacid

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.