Results 1 to 3 of 3

Thread: SMTP Services

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 1999
    Posts
    89
    I'm facing a network problem. I can't tell exactly what is happening. The situation is as below:

    I'm using the SMTP services to send mail from an internal network. The mail sent to my company's email address can be received successfully. But when the mail is sent to external mail server, it can not be reached. My company is using a DNS server. The server is behind a proxy server. It seems that the SMTP services can't resolve the name for external mail server. How to configure the DNS server and local NT Server so that it can by pass the proxy and resolve the external email server??

  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    126

    Exclamation

    Use the mail server's IP address instead of its network name

    Rather than using mail.yourcompany.com
    Try using 203.10.100.12

    Therefore if you use the IP address it will bypass DNS and won't try and resolve it.

    Ping the mailserver from the DOS prompt to get its IP address... Example...

    Pinging mail.yahoo.com 128.11.68.254 with 32 bytes of data:

    Reply from 128.11.68.254: bytes=32 time=461ms TTL=231

    So you would use 128.11.68.254 as the mail server in that case
    Regards,

    Paul Rivoli
    ---------------------
    [email protected]
    http://members.dingoblue.net.au/~privoli

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 1999
    Posts
    89
    That means i need to convert all the possible email address to IP... I think it'll be better if there's a way to configure the DNS server or proxy server??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width