Results 1 to 10 of 15
im trying to setup a mail server.
i have installed ubuntu server along with webmin. I have changed the DNS to point the server. But am unable to send or ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-24-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 23
mail server problem
im trying to setup a mail server.
i have installed ubuntu server along with webmin. I have changed the DNS to point the server. But am unable to send or receive mail. If i try to send mail it keeps saying tis going from user at localhost instead of domain.
Also no mail is arriving. I have installed postfix but not sure if i am configering it correctly or if its BIND DNS and what i need to be putting in here
can anyone help me
phil
- 08-24-2009 #2Just Joined!
- Join Date
- Aug 2009
- Posts
- 4
I couldn't do it either. But salvation is at hand. pop axigen in google.
They have several, and they work.. There is a totally free one, but only five mail boxes.
the others you can get a yearly key
hope that helps ya
- 08-25-2009 #3
Please post your error messages so we can see the problem.
- 08-25-2009 #4Just Joined!
- Join Date
- Aug 2009
- Posts
- 23
sending mail to server issue
i have set a mail server i can send mail from my server and it arrives at the other end to external addresses. however if i try to send mail to the server i get a bounce back saying domain not hosted here.
what have i configured wrong. I have contacted my isp and they say its nothign to do with them its down to my server settings.
- 08-25-2009 #5
Have you set up your MX record correctly? Maybe a firewall is getting in the way? What is the error message you are getting?
Linux User #453176
- 08-25-2009 #6Just Joined!
- Join Date
- Aug 2009
- Posts
- 23
error im getting
The following message to <mail@mydomain.co.uk
5.1.0 - Unknown address error 550-'This domain is not hosted here'.
Im using webmin as well i have posted my records here is there someting missing
$ttl 38400
coldtouch24.co.uk. IN SOA coldtouch24. mail.coldtouch24.co.uk. (
1251240045
10800
3600
604800
38400 )
coldtouch24.co.uk. IN NS coldtouch24.
myip.coldtouch24.co.uk. IN PTR coldtouch24.co.uk
coldtouch24.co.uk. IN MX 10 mail.coldtouch24.co.uk.
mail.coldtouch24.co.uk. IN TXT "v=spf1 a mx ptr mx:mail.coldtouch24.co.uk all"
coldtouch24.coldtouch24.co.uk. IN HINFO eth0 Ubuntu
- 08-26-2009 #7Just Joined!
- Join Date
- Aug 2009
- Posts
- 23
Mail Server Issue
i am trying to setup a linux mail server. I can send mail out locally from the server but am unable to send anything to it if i do i get the error back saying
The following message to <fmasterstcoldtouch24.co.uk> was undeliverable.
The reason for the problem:
5.1.0 - Unknown address error 550-'This domain is not hosted here'
this is the zone i have created via webmin but guess there is someting missing from here. Can anyone help?. i have replaced my ip address with the word my ip just to be on the safe side in this post.
$ttl 38400
coldtouch24.co.uk. IN SOA coldtouch24. mail.coldtouch24.co.uk. (
1251240045
10800
3600
604800
38400 )
coldtouch24.co.uk. IN NS coldtouch24.
myip.coldtouch24.co.uk. IN PTR coldtouch24.co.uk
coldtouch24.co.uk. IN MX 10 mail.coldtouch24.co.uk.
mail.coldtouch24.co.uk. IN TXT "v=spf1 a mx ptr mx:mail.coldtouch24.co.uk all"
coldtouch24.coldtouch24.co.uk. IN HINFO eth0 Ubuntu
- 08-26-2009 #8
I'm not an expert on mail server. I think you need something like dovecot to receive mails.
This guide might be useful Quick HOWTO : Ch21 : Configuring Linux Mail Servers - Linux Home NetworkingFirst they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 08-26-2009 #9Just Joined!
- Join Date
- Aug 2009
- Location
- Mumbai, India
- Posts
- 75
Hi,
With mail server configuration, as far as I recollect, you need to mention a list of domain that the server is responsible for accepting mails. In the file /etc/mail/local-host-names enter the FQDN of the server as well as just the domain name.
Also whats the output of netstat -atn? Does it show that its accepting connection for port 25 only on 127.0.0.1 or is it 0.0.0.0.
--Syd
- 08-26-2009 #10Just Joined!
- Join Date
- Aug 2009
- Posts
- 23
on my setup there isnt a /etc/mail/local-host-names but i have pasted the netstats for you to look at
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.3:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
tcp 1 0 192.168.0.3:25 192.168.0.2:51092 CLOSE_WAIT
tcp 0 284 192.168.0.3:23 82.133.83.41:58557 ESTABLISHED
tcp6 0 0 :::8080 :::* LISTEN
tcp6 0 0 :::53 :::* LISTEN
tcp6 0 0 :::23 :::* LISTEN
tcp6 0 0 ::1:631 :::* LISTEN
tcp6 0 0 ::1:5432 :::* LISTEN
tcp6 0 0 ::1:953 :::* LISTEN


Reply With Quote
