Groups | Blog | Home
all groups > iis smtp nntp > november 2004 >

iis smtp nntp : SMTP help needed


Kristofer Gafvert
11/29/2004 6:07:57 PM
Hello,

[quoted text, click to view]

If the SMTP server is smtp.domain.com, yes, then they need to write that.

[quoted text, click to view]

It is a domain name, so you should configure the DNS server. I would
recommend you to read a little bit about DNS, how it works, and how to
configure it. You can find more information on DNS here:

http://www.iisanswers.com/dns_for_iis.htm

Other documentation about DNS exists as well, for example in the Windows
Server documentation.

If your ISP, or someone else administrate the DNS server, tell them what you
want to do, and they will do it for you.

--
Regards,
Kristofer Gafvert
http://www.ilopia.com


[quoted text, click to view]

m.marien
11/29/2004 8:16:35 PM

[quoted text, click to view]

It's the MX record that you need to add for mail to work. Depending on where
you added it, it may take some time to show up. If it's your own DNS server,
then it should start working for you right away. Otherwise the time depends
on the TTL (time to live) for the record or zone file. DNS servers cache the
records for the TTL so they won't be checking for changes until that time
expires.


jeff.nospam NO[at]SPAM zina.com
11/29/2004 9:17:02 PM
[quoted text, click to view]

Users need to enter the SMTP server, whatever it may be named.

[quoted text, click to view]

Assuming you have a version of Windows with SMTP, install it.

[quoted text, click to view]

Both. DNS resolves a name to an IP address. If you want to refer to
your SMTP server by name, you have to configure DNS for that name.
You also need to configure SMTP for correctly sending mail for your
domain, without relaying mail from any other domains. Plus you need
to configure your firewall for the proper ports.

[quoted text, click to view]

Somewhat. But I think you're asking for full instructions on
installing and configuring an SMTP server, which is beyond a simple
newsgroup post. In fact, there are books that cover this material,
and all the associated networking technologies involved.

If you're stuck on a specific problem, ask and we can give you
specific answers. We can't teach you SMTP, DNS and Windows networking
in 300 words.

Willie
11/29/2004 11:44:41 PM
just don't understand.
for "Outlook Express" user need to enter "Outgoing Mail Server (SMTP)" to
"smtp.domain.com" right?

how to configure my own SMTP Server to this "smtp.domain.com"?

configure my DNS? or SMTP?

understand my questions?

Willie
11/30/2004 7:24:32 AM
i have done web hosting, ftp and news.
now configuring SMTP.

You guys mean:
in DNS enter a new record right?
MX reocrd?
i added "MX record" to smtp.domainname.com a few hour ago.
just tested still now working.

I guest "HOST A record" is the one!


[quoted text, click to view]

Willie
11/30/2004 7:30:57 AM
Sorry for an error posting "privous post"

i have done web hosting, ftp and news.
now configuring SMTP.

You guys mean:
in DNS enter a new record right?
MX record? or "HOST A record"?

i added "MX record" to smtp.domainname.com a few hour ago.
just tested still not working.

I guest "HOST A record" is the one!


[quoted text, click to view]

m.marien
11/30/2004 9:53:16 AM

[quoted text, click to view]

The smtp.domain.com must resolve to some IP address.

ie:

domain.com MX 10 smtp.domain.com.
smtp.domain.com. A xxx.xxx.xxx.xxx

The MX should not point to a CNAME

domain.com MX 10 smtp.domain.com.
smtp.domain.com. CNAME dns.domain.com. # not allowed

If dns.domain.com is the only A record in you zone file, I think what you
want to do is this:

domain.com NS dns.domain.com.
domain.com MX 10 dns.domain.com.

dns.domain.com. A xxx.xxx.xxx.xxx
smtp.domain.com. CNAME dns.domain.com.
www.domain.com. CNAME dns.domain.com.
ftp.domain.com. CNAME dns.domain.com.

etc.

The address in the clients will be smtp.domain.com


jeff.nospam NO[at]SPAM zina.com
11/30/2004 4:12:16 PM
[quoted text, click to view]

First, ping smpt.domain.com to see if you get the proper IP resolved.
If so, then you may have a configuration error on SMTP. We don't have
enough details to diagnose that, we don't even know what operating
system you're on. To start, see:

HOW TO: Test Windows 2000 IIS SMTP Services Manually
http://support.microsoft.com/default.aspx?scid=kb;en-us;286421
HOW TO: Test SMTP Services Manually in Windows Server 2003
http://support.microsoft.com/default.aspx?scid=kb;en-us;323350

Jeff


[quoted text, click to view]
Willie
11/30/2004 6:48:44 PM
MX record added for 1 day still not working :-(
what to configure in SMTP Server?


[quoted text, click to view]

Willie
11/30/2004 7:48:29 PM
ok here is my setting:
SMTP Server
FQDN = "dns.domain.com"

DNS Server
Mail Exchanger (MX) record = "smtp.domain.com" point to "dns.domain.com"

OUTLOOK EXPRESS
outgoing mail server = "smtp.domain.com"

error: server not found.
where did I done wrong?


[quoted text, click to view]

Willie
12/1/2004 1:07:26 AM
now i understand.
Thanks m.marien!!!!!

DNS Server
I added HOST A "smtp.domain.com" to "IP ADDRESS"
Added MX "domain.com" to "smtp.domain.com"

SMTP Server
FQDN set to "domain.com"

OK Tested.
Outgoing Mail Server working good.

Now I need to setup POP3 Service.



[quoted text, click to view]

AddThis Social Bookmark Button