Results 1 to 4 of 4
Hello
I setup Debian with mail server and squirrelmail, I can send mail, but what do I need to do to receive email? I registered a domain on co.cc, not ...
- 02-27-2011 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 23
Debian email server, now stuck on DNS
Hello
I setup Debian with mail server and squirrelmail, I can send mail, but what do I need to do to receive email? I registered a domain on co.cc, not sure how to proceed after this. So I need to configure a dns server on the same box as well?
Regards!
- 02-27-2011 #2
If the domain is already registered, then there are DNS for it.
You need at the minimum an A, PTR and MX record.You must always face the curtain with a bow.
- 03-26-2011 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 23
Hi, thanks for your post, I'm new to this DNS stuff, I tried to setup zoneedit a few weeks a go and still I get error when sending email to it, I have attached a screenshot of my zoneedit settings, can you tell me if I made a mistake in it?
http://i56.tinypic.com/20ft002.png
Regards!
- 04-06-2011 #4Just Joined!
- Join Date
- Mar 2011
- Location
- Birmingham, UK
- Posts
- 13
Your DNS setup works fine, I just checked it.
Considering this is debian, your MTA is probably exim. In default configuration, exim will only allow to send from the localhost. You need to reconfigure exim to accept incoming mail via STMP from other hosts. Run
and read carefully, then make your choices. You will want an internet server for a single domain. Please note that by default exim will not run separate trees of mailboxes for multiple domains (in case you need that, it needs more work, but can be done, obviously).dpkg-reconfigure exim4-config
WARNING: running a public mail server should be left to people who know what they are doing. This is not for beginners. If you get it wrong, you can easily end up having an open relay and that is like honey for the spammers. Read the documentation and be very, very careful about what you do.


Reply With Quote

