Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: input on May 20, 2011, 07:58:41 PM
-
I register the domainname dompelingict.nl and I set the settings mxrecords from the internethost to 192.168.1.5 but I can not receive Email.
I tried to sent a mail to loek@dompelingict.nl but I get an Email in return :
SMTP error from remote mail server after RCPT TO:<loek@dompelingict.nl>:
host mx1.hostnet.nl [91.184.8.23]: 554 5.7.1 <loek@dompelingict.nl>:
Relay access denied
does anyone know how I can solve this problem
Thanks
-
I register the domainname dompelingict.nl and I set the settings mxrecords from the internethost to 192.168.1.5
That is not correct. 192.168.1.5 is not a valid internet address. That is not the IP address of your Internet connection.
How is your server connected to the Internet?
You should also remove mx1.hostnet.nl. from the MX records of your domain. mx1.hostnet.nl. is not configured to receive mail for your domain (which is the direct reason for the rejection you are reporting), and it also will not be able to filter spam as effectively as your SME server.
[charlieb@localhost ~]$ host dompelingict.nl
dompelingict.nl has address 192.168.1.5
dompelingict.nl mail is handled by 100 mx1.hostnet.nl.
dompelingict.nl mail is handled by 10 mail.dompelingict.nl.
[charlieb@localhost ~]$
Please read the User Manual at least twice. If you follow the setup steps documented there, you should be able to receive mail for your domain.
-
That is not correct. 192.168.1.5 is not a valid internet address. That is not the IP address of your Internet connection.
How is your server connected to the Internet?
You should also remove mx1.hostnet.nl. from the MX records of your domain. mx1.hostnet.nl. is not configured to receive mail for your domain (which is the direct reason for the rejection you are reporting), and it also will not be able to filter spam as effectively as your SME server.
[charlieb@localhost ~]$ host dompelingict.nl
dompelingict.nl has address 192.168.1.5
dompelingict.nl mail is handled by 100 mx1.hostnet.nl.
dompelingict.nl mail is handled by 10 mail.dompelingict.nl.
[charlieb@localhost ~]$
Please read the User Manual at least twice. If you follow the setup steps documented there, you should be able to receive mail for your domain.
Thank you for the reply
I will look into it.
-
Thank you for the reply
I will look into it.
I forward the A records from my domainhost to my router 83.81.42.121
I use a Netgear router. Which port I must foreward in my Netgearrouter to my SMEServer 192.168.1.5
Thanks
-
input
smtp mail server on port 25
you will also need to forward other ports for other services
eg
web port 80
https port 443
search google for ports
-
input
smtp mail server on port 25
you will also need to forward other ports for other services
eg
web port 80
https port 443
search google for ports
Thanks for the reply
-
Thanks for the reply
My internetprovider blocked the port 25.What can I do now.
Thanks
-
what about reading the FAQ?
-
input
A piece of good advice for you is to sit down one afternoon and read through ALL the Contrib & Howto & FAQ articles.
You will learn a lot and discover that many issues or requirements that you will encounter when using SME server have already been answered.
See this FAQ aricle in particular
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Internet_provider.27s_port_25_is_blocked:_How_to_set_an_alternative_port_for_the_SMTP_server
and also see this Howto article
http://wiki.contribs.org/PortRedirect
-
See this FAQ aricle in particular
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Internet_provider.27s_port_25_is_blocked:_How_to_set_an_alternative_port_for_the_SMTP_server
That tag is inaccurate. This procedure isn't using an alternative port for the SMTP server. It's changing the port used for the SMTP Smarthost (i.e. the mail server being used for outbound mail relay). The FAQ should make it clear that this just solves the outbound port 25 problem.
-
and also see this Howto article
http://wiki.contribs.org/PortRedirect
The Note there is incorrect. The inbound connections on port 2525 which are being redirected to port 25 will should a source IP address of a no-ip.com server, not a LAN address.
-
what about reading the FAQ?
My hostingprovider does not support another port then 25.
-
Then you must either use multidrop or the fetchmail contrib to get your SME server to download email from a POP-capable mailbox or mailboxes provided by your domain host.
-
input
Alternatively use a different ISP who does not block ports and then you can run your own smtp server without problems.