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

Title: I can not receive Email
Post 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
Title: Re: I can not receive Email
Post by: CharlieBrady on May 20, 2011, 10:06:02 PM
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.
Title: Re: I can not receive Email
Post by: input on May 21, 2011, 10:55:36 AM
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.
Title: Re: I can not receive Email
Post by: input on May 24, 2011, 01:49:47 PM
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



































Title: Re: I can not receive Email
Post by: janet on May 24, 2011, 01:58:01 PM
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
Title: Re: I can not receive Email
Post by: input on May 24, 2011, 03:13:35 PM
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
Title: Re: I can not receive Email
Post by: input on May 27, 2011, 08:05:30 PM
Thanks for the reply
My internetprovider blocked the port 25.What can I do now.

Thanks
Title: Re: I can not receive Email
Post by: Stefano on May 27, 2011, 08:23:50 PM
what about reading the FAQ?
Title: Re: I can not receive Email
Post by: janet on May 27, 2011, 09:30:08 PM
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
Title: Re: I can not receive Email
Post by: CharlieBrady on May 27, 2011, 10:40:06 PM
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.
Title: Re: I can not receive Email
Post by: CharlieBrady on May 27, 2011, 10:42:49 PM
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.
Title: Re: I can not receive Email
Post by: input on May 28, 2011, 04:45:33 PM
what about reading the FAQ?
My hostingprovider does not support another port then 25.
Title: Re: I can not receive Email
Post by: MSmith on May 28, 2011, 06:48:27 PM
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.
Title: Re: I can not receive Email
Post by: janet on May 28, 2011, 09:42:24 PM
input

Alternatively use a different ISP who does not block ports and then you can run your own smtp server without problems.