LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Qmail- Sending Receiving problem (https://www.linuxquestions.org/questions/linux-server-73/qmail-sending-receiving-problem-925754/)

TashiD 01-26-2012 02:45 AM

Qmail- Sending Receiving problem
 
Hi All,
Did anyone had this problem. I could send mail within my own domain but cannot send to a different domain. Sometime I could receive from external mail but at times not. Further, I can see all the mails in queue but they never get delivered. Stays in queue forever.

If anyone could give me some idea on how to go about solving this problem.

Many Thanks

Tashi

lucmove 01-26-2012 05:10 AM

You probably lack the file /var/qmail/control/rcpthosts. qmail refuses to relay without that file. And it must not be empty. Just add your domains to it:

Code:

domain.com
.domain.com
otherdomain.com
.otherdomain.com



All times are GMT -5. The time now is 12:49 AM.