Nov 25, 2009
Pages: 1, 2

How Do I Know If A Server Supports Smtp

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Networking

How Do I Know If A Server Supports Smtp

rapco
How do i know if my hosting server allows me to use SMTP....

The thing is I use XOOPS (my cms).. so, i haven't been able to send messages to mail inboxes through the page..... my guess is.. something about the server.. how can i test it?

Comment/Reply (w/o sign-up)

jipman
Try port scanning the server on port 25, if it's open, it's really likely that there's a smtp server running. OR, try this, make a php script like this:

<?php
mail ('yourmailadress@foo.org','test subject','this is a test');
?>

if you get a mail smtp works.

Comment/Reply (w/o sign-up)

cryptwizard
Yes, the easiest way is to scan port 25.
Open a command prompt and type:
CODE
telnet <host> 25

If you get a nice message like:
CODE
220-panda.unixbsd.info ESMTP Exim 4.43 #1 Sun, 26 Dec 2004 03:17:49 -0800
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.


Then you have SMTP.

Comment/Reply (w/o sign-up)

rapco
hummm... ok, i'll do the port 25 test.. but...

where do i have to do what!!!?????

i don't think i have telnet... is there any way to do it from a DOS promt????

Comment/Reply (w/o sign-up)

jipman
everyone has telnet
it comes with every windoze release

just get a dos prompt and type 'telnet'

that should do it

Comment/Reply (w/o sign-up)

rapco
I tried typing:

Microsoft Tenet>astahost.com 25
Microsoft Tenet>telnet astahost.com 25
Microsoft Tenet>ns1.astahost.com 25
Microsoft Tenet>telnet ns1.astahost.com 25

it didn't work... i would write the message.. but is in spanish.. (Comando no valido, escriba ?/ para obtener ayuda)

Comment/Reply (w/o sign-up)

jipman
ehm dude
do this

telnet

o

<youraccount>.astahost.com 25

o means open connection... read the HELP wink.gif

Comment/Reply (w/o sign-up)

cryptwizard
You simply go to a DOS prompt and type "telnet <host> port".
You needn't see the words Microsoft Telnet.

I'll give you a full demonstration of me sending a message to myself:
CODE
C:\Documents and Settings\user>telnet gsmtp171.google.com 25

220 mx.gmail.com ESMTP 59si1198747rnb
HELO gmail.com
250 mx.gmail.com at your service
MAIL FROM:<cryptwizard@gmail.com>
250 2.1.0 OK
RCPT TO:<cryptwizard@gmail.com>
250 2.1.5 OK
DATA
354 Go ahead
To: Myself <cryptwizard@gmail.com>
From: Myself <cryptwizard@gmail.com>
Subject: Testing SMTP from Telnet

Hello World!
.
250 2.0.0 OK 1104091397
QUIT
221 2.0.0 mx.gmail.com closing connection


Line 1: The command you type in the DOS prompt (You get to the DOS prompt by typing "cmd" in a run box).
Line 2: -
Line 3: Welcome message from the SMTP server. The numeric response 220 means ready.
Line 4: Introuducing my server (You would not type gmail.com here, you would type your own host, that was just an example).
Line 5: The numeric response 250 means the command was OK.
Line 6 foward: Sending the message.

 

 

 


Comment/Reply (w/o sign-up)

rapco
ok, i can get an aswer for kaiseren.superihost.com for ex: (that's one my hosts)..

but when i try

rapco.astahost.com it says it can connect.. taht mean asatahost doesn't have SMTP ???????????????

oh, how can i configure my smtp in my cms using the kaiseren.superihost.com ??????

Comment/Reply (w/o sign-up)

NilsC
QUOTE (rapco @ Dec 26 2004, 05:27 PM)
ok, i can get an aswer for kaiseren.superihost.com for ex: (that's one my hosts)..

but when i try

rapco.astahost.com it says it can connect.. taht mean asatahost doesn't have SMTP ???????????????

oh, how can i configure my smtp in my cms using the kaiseren.superihost.com ??????
*


First, you seem to have an user account / email address rapco-AT-kaiseren-dot-superihost-dot-com. Query the mx record for kaiseren.superihost.com returns:
CODE
Host                    Preference  IP(s) [Country]
mail.superihost.com.    10          70.84.255.163 [US]70.84.255.162 [US]

This is like having a yahoo account that you can download the messages using pop3, read with webmail or use an IMAP host to read the messages. But you don't run the mailserver (I may be wrong on that one I didn't do a dig)

Your MX record would look something like this if you host your own mail server:
mail.kaiseren.superihost.com. 15 70.84.255.163 [US]70.84.255.162 [US]

Now looking at your MX record for astahost.com I can't se any. Did you create a MX record yet?

When did your DNS record get created? I don't see it propagate to any nameservers yet!
Same for the MX record.
CODE
Getting MX record for rapco.astahost.com...   Received an NXDOMAIN response.

This means that the rapco.astahost.com domain does not exist!  No mail can be sent to it.


To verify that astahost creates (or user creates) records I looked up a username that had asked for hosting a while back and I tested his DNS and MX records. They came back positive.

Here is what astahosts nameservers replied when I queried them directly:
CODE
C:\dig>dig rapco.astahost.com @ns1.astahost.com

; <<>> DiG 9.2.3 <<>> rapco.astahost.com @ns1.astahost.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;rapco.astahost.com.            IN      A

;; ANSWER SECTION:
rapco.astahost.com.     14400   IN      A       69.50.168.69

;; AUTHORITY SECTION:
rapco.astahost.com.     14400   IN      NS      ns2.astahost.com.
rapco.astahost.com.     14400   IN      NS      ns1.astahost.com.

;; ADDITIONAL SECTION:
ns1.astahost.com.       14400   IN      A       64.5.44.113
ns2.astahost.com.       14400   IN      A       209.152.167.59

;; Query time: 78 msec
;; SERVER: 64.5.44.113#53(ns1.astahost.com)
;; WHEN: Sun Dec 26 17:48:12 2004
;; MSG SIZE  rcvd: 120


Your a record exists, you just have to be patient and wait for it to propagate across the name servers.

smile.gif

Nils

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : Server Supports Smtp

  1. Apache Server On Xampp - Problems in starting Apache service on xampp (18)
    Hi... I downloaded and installed the newest version of xampp. But when i try to start the
    Apache service it does not get started. The MySql and FileZilla services start without any problem.
    But the Apache service does not start. It returns with a message saying Apache service not started
    . I tried by stopping the windows firewall but didn't have any luck. If
    there is anyone who can help me out here i would be really great full. Thanks in
    advance. Nuwan....
  2. Server Slow On LAN, Fast On The Internet - (16)
    Hey, Here's a weird problem I've encountered. On my test server running CentOS and Apache2
    w/ the Apache2 Manual installed and accessible from the web, everything seems fine. So I access it
    via my home network on which the server is located and the manual loads like I'm on a 56K
    connection. To give you an idea of the speed, it's just a tweak faster than using MySpace during
    peak hours. MySpace is still slower than my server though. But today at school, I try it and the
    thing loads like it was on an OC-93 fiber line at a data center! AND- if I try to FTP...
  3. Server With Quest? - (7)
  4. Server Behind Router - Works fine to others, but not internally (9)
    I have an Apache server set up on my computer so that I can test my scripts without uploading them.
    The computer connects to the Internet through a wireless router. I can access my server fine by
    going to "localhost" (of course), but when I try to access it on any computer in the network by
    going to my modem's IP, my router's setup page shows up. However, this problem does not
    exist when I do it from a computer outside the network. I have tried forwarding Inbound port 80 to
    this computer, but it still doesn't work. I want to see the server's page using ot...
  5. Free Remote Wireless Server? - (1)
    Hi all. I need a free service to manager users and bandwidth to Wireless service to my Town? Anyone
    know a site with this options?? Thanks....
  6. Servers For Gmail ? - POP3 and SMTP (6)
    I want to know regarding the servers for setting up pop access to gmail.... ???? POP 3 and SMTP...
  7. Help, I Can't Make A Server For Teamspeak, Cs, Etc - I need help on getting these games work (8)
    Ok here's the thing, I'm trying to make a server on counter strike, team speak, warcraft 3,
    etc. but it doesn't work. No one can join it. I tried opening all the right ports on my
    ROUTER, and port triggering my warcraft 3, but to no avail. Can someone please help me fix my
    problem? It's quite annoying and I really really want to play 1v1 against my friends. My
    friends also can't make it for some reason, and they tried everything that I did too before.
    Any help will be grateful....
  8. Need Help Configuring The BIND DNS Server - Make it resolving some domains as I want. (7)
    Please help me with configurating bind dns server. I configured it for internet domain names
    resolving (forwarder) and local domains resolver (xxxxx.ds) now I need that dns resolve internet
    domain as I want. cs.kuban.tv as 192.168.144.200 instead of 213.132.64.34, I don't know how to
    do it. DNS server I forward request to, resolve it as 213.132.64.34. What I should write in config
    file? Slackware linux 10.2 / BIND 9. Thanks for all who will reply. /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />...
  9. Apache Server Problems - Can anyone help with these? (5)
    Hey, I run an apache server using XAMPP (yes I cheated /laugh.gif" style="vertical-align:middle"
    emoid=":lol:" border="0" alt="laugh.gif" /> ). XAMPP is supposed to install FileZilla FTP server
    software, but mine came up as red (deactivated) on the status checks. Can anyone suggest a possible
    cause or recommend some free FTP server software. (Preferably easy-to-setup). Also, I can't
    figure out how to chmod files on my server. I suppose if I had FTP support I could do it that way,
    but it would be a bit annoying considering I'm a server webmaster lol. I read som...
  10. Free Secondary Dns/backup Name Server - Enterprise Secondary DNS (0)
    Free Secondary DNS Provider List http://www.gamesaga.net/secondary_dns/ dnsmadeeasy.com
    twisted4life.com dnspark.net editdns.net everydns.net ...... ...
  11. Questions About Setting Up An Internet Server - (14)
    I'm working on a new comany (Medium buisness) as Computer tecnician. After some weeks of work
    i've decided along with my superiors to set a DataServer ( Store Data ) and a Internet server.
    Well my first step was to buy a Pentium 4 Dual Core 3.0 with 2Gb Ram and a SATADRIVE with 250 GB.
    Now i'm "stuck", because i dont know witch is the best way to set a internet server. I mean the
    main objective is a full control of websites access, using a proxy and a repository for Antivirus,
    software and other stuff. Well, maybe you with your all experience on this kind of ...
  12. Server Domain (help!) - (5)
    Ok, for testing my knowledge, I got a free domain "floppydrives.cjb.net" and free DNS service at
    ZoneEdit.com. However, when you visit "floppydrives.cjb.net" you're taken to the document root
    of "/var/www/html" instead of where I'd like it to go: "/home/user/public_html" I think this is
    more of a web issue/server issue, so I apologize if you feel that this is in the wrong forum. If it
    is, could a mod move it to where they feel it should go? Thanks! F...
  13. Configure 1st And 2nd Name Server - (4)
    I configured a dns server formy own use recently, such that I can control everything on dns. There
    are two dns server and configured in master-slave master and slave dns server are located in
    different location (i.e. different subnet) the master dns will relocate to another data centre soon,
    then it may be down for a while. Do Internet people still able to query and resolve my domain name
    ? against on slave dns server ? I configured primary and secondary name server on the domain
    hosting company where primary name server is pointed to master dns server secondary name ...
  14. Can't Run Any Local Server On This Pc - help on local servers! (7)
    I've been having a problem with ALL THE LOCAL SERVERS... i formated my Hd like two months ago..
    and now no server works!!!!! I think something is blocking the apache and the Sql servers.. I have
    Windows Xp Professional SP2, AVG Free antivirus, No firewall, No spyware, no Adware .. kind of
    insecure ain't it? please help me! i have tried XSAS, Uniserver and XA.. somthing (don't
    remeber)... ThanxS!...
  15. Where Can I Find A Free Public Ldif Server ? - Roaming Address Book (2)
    Hi, When going from one computer to the next, it would be nice to have one's address book on a
    "public" LDIF server. Does anyone know of a (free) public LDIF server? Regards, John...
  16. Logon To Win Server 2003 From Win 98 - How do I logon to Win Serv 2003 from 98 (1)
    Recently I set up Windows Server 2003 as the domain controller for my office. Everything was
    working just great until I tried to logon to the domain from one of our old Windows 98 machines. I
    am just curious if anyone has found a way to logon to Server 2003 from a windows 98 machine. I have
    tried looking on the net and so far have had no success....
  17. Local Mail Server - (4)
    I have here three PCs connected to a LAN between them and to Internet through one of them (Internet
    Conncetion Sharing). The question is, how can I make them send e-mails locally and not via Internet.
    Do I need some special software (the main comp is running under Windows XP Prof and the other two
    has Win2000 and WinXP Pro) ? Thank's in advance....
  18. Home Server Routing - (2)
    Ive recently got my linux box working perfectly, got a local server running and stable. But I hit a
    problem, Linux connects to the net through my windows box, I use and ADSL modem. Modem -> Windows
    -> Linux But how do I do the -> Linux bit I know with a hardware router its simple, you just
    change the address of where the traffic on that port is to go, but I dont have a router, so any
    ideas on how it can be done on Windows so any incoming traffic on set ports is routed to the
    internal networks linux box?...
  19. Hey What Do I Need To Run Your Own Server? - (9)
    what exatcly do i need to run my own server on a windows xp pro ? like what would be the best server
    program to run on a windows xp pro for a begginer?...



Looking for server, supports, smtp

See Also,

*SIMILAR VIDEOS*
Searching Video's for server, supports, smtp
advertisement



How Do I Know If A Server Supports Smtp

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com