1830213 Members
1375 Online
109999 Solutions
New Discussion

Re: qmail

 
rmedidi
Contributor

qmail

Hi all

Here i am facing a problem after the successfull install of qmail using qmail rocks.

I am unable to recieve the mails where as i am able to send mails to the different domains........what could be the problem.

plx answer me.....

thnx and cheers all
here was RaVI
4 REPLIES 4
Ivan Ferreira
Honored Contributor

Re: qmail

1- Ensure that the port 25 is open in your firewall.

From another system, run:

telnet mailserver 25

2- Ensure that your MX record in the DNS server is pointing to your Mail Server.

check with:

dig yourdomain.com MX

3- Ensure that your qmail configuration is correct to accept mails for your domain name.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Rajesh SB
Esteemed Contributor

Re: qmail

Hi,

It sounds like DNS resolution problem.
From different domains/Server try to resolve thru the DNS nslookup.

# nslookup
> set q=mx
>

Look into the output, are able to resolve as mail server in the output.
xyz.domain.com preference = 150, mail exchanger = abc.domain.com

Another way, try to send an email from different node using
# sendmail -v < filename

Analyze the output where it is dropping.



Regards,
Rajesh
Delrish
Trusted Contributor

Re: qmail

There are some files under /var/qmail/control that you should change them befor starting the qmail
Logu_2
Advisor

Re: qmail

You said you are not able to receive mails.

if someone sends a mail to you (from some free mail service), does it bounce?
If it bounces, what does the error message say?

-logu