what to fill in
what to fill in
hi, can anyone tell me what to fill in the "hostname box" in the smtp settings. i am running xp pro, with the latest version of hMailserver. on mysql, apache and php
Re: what to fill in
put your hostmane (like xxxx.com or yyy.org or sssss.net etc)pino wrote:hi, can anyone tell me what to fill in the "hostname box" in the smtp settings. i am running xp pro, with the latest version of hMailserver. on mysql, apache and php

hae pino
Hi,
can you please be more specific in what version of hmailserver you're running, and give a description of the exact problem you're experiencing?
Greetz, Caesartje.
//note: I know this guy, he called me earlier today with a problem
concerning the sending of mail to external accounts. I checked basic
settings with him including hostname (AND told him to enter his domain
name), but found no obvious problems, it gave a SMTP error, appearing
to mean it couldn't resolve the proper MX record. DNS is working fine
on his system tough.
can you please be more specific in what version of hmailserver you're running, and give a description of the exact problem you're experiencing?
Greetz, Caesartje.
//note: I know this guy, he called me earlier today with a problem
concerning the sending of mail to external accounts. I checked basic
settings with him including hostname (AND told him to enter his domain
name), but found no obvious problems, it gave a SMTP error, appearing
to mean it couldn't resolve the proper MX record. DNS is working fine
on his system tough.
Fill in your a domain name pointing at your servers IP
for example : mail.yourdomain.ext
for example : mail.yourdomain.ext
hmailserver 4.3 (242 Live)
hmailserver 5.0 (605 Test)
Windows 2003
MSSQL
ASSP 1.3.2
ClamAV (SOSDG)
http://www.realdesign.nl
hmailserver 5.0 (605 Test)
Windows 2003
MSSQL
ASSP 1.3.2
ClamAV (SOSDG)
http://www.realdesign.nl
-
- New user
- Posts: 29
- Joined: 2004-10-07 16:10
You have to give us alot of info so that we can be able to help. I have had problems with hmailserver, however - taking time to explain the issues and posting the log files can help. What version of hmailserver are you running?
You put the hostname that you've configured for your email server in the smtp box, usually it's your Mail Exchanger record (MX) in your dns settings. For instance, mail.yourdomain.com can be in that box and this should be the same thing in your dns settings, also - you have to configure apache correctly, read about virtual hosting in Apache, it will help, if you have any other issues, post it and we will help.
You put the hostname that you've configured for your email server in the smtp box, usually it's your Mail Exchanger record (MX) in your dns settings. For instance, mail.yourdomain.com can be in that box and this should be the same thing in your dns settings, also - you have to configure apache correctly, read about virtual hosting in Apache, it will help, if you have any other issues, post it and we will help.
hi, here goes. i am working on a windows xp sp2 machine, with the latest version of hmailserver. on a single computer, with an ADSL internet connection, i also have a domain. just a domainname. no dns server or what so ever. btw when configuring outlook at the startup screen, what kind of server type should i choose, is it "POP3"?
thanx in advance
thanx in advance
Then I guess you haven't set up MX recrds for your domain?
You should chose POP3 or IMAP depending on your requirements. I'm sure there's information in your email client on how the both protocol works. Basically, when you're using POP3, the email messages are stored in the email client. When you're using IMAP, the email messages are stored on the server.
You should chose POP3 or IMAP depending on your requirements. I'm sure there's information in your email client on how the both protocol works. Basically, when you're using POP3, the email messages are stored in the email client. When you're using IMAP, the email messages are stored on the server.
this is the error i get when sending email, for example to an hotmail account.
Your message did not reach some or all of the intended recipients.
Sent: Mon, 7 Mar 2005 19:48:29 +0100
Subject: test
The following recipient(s) could not be reached:
xxxxxxxx@hotmail.com
Error Type: SMTP
Error Description: No mail server
Additional information: No mail servers exists for the address.
MailDaemon
hMailServer
Your message did not reach some or all of the intended recipients.
Sent: Mon, 7 Mar 2005 19:48:29 +0100
Subject: test
The following recipient(s) could not be reached:
xxxxxxxx@hotmail.com
Error Type: SMTP
Error Description: No mail server
Additional information: No mail servers exists for the address.
MailDaemon
hMailServer
-
- New user
- Posts: 29
- Joined: 2004-10-07 16:10
Listen - when you register your domain - your domain provider usually gives you a username and password to manage that domain, things you can manage include Billing address, contact address, A records, dns servers etc.
You have to configure your DNS MX record to point to the public IP of your computer or your ISP has to do some NATTING such that they can map the MX record IP on your DNS to the computer you installed hmailserver to. This will enable you to send and receive mails, they will have to open SMTP, IMAP, POP ports on that IP if you intend to use those services.
Martin explained to you what those protocols do.
You have to configure your DNS MX record to point to the public IP of your computer or your ISP has to do some NATTING such that they can map the MX record IP on your DNS to the computer you installed hmailserver to. This will enable you to send and receive mails, they will have to open SMTP, IMAP, POP ports on that IP if you intend to use those services.
Martin explained to you what those protocols do.
-
- New user
- Posts: 29
- Joined: 2004-10-07 16:10