LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Not able to send mail with qmail (https://www.linuxquestions.org/questions/linux-newbie-8/not-able-to-send-mail-with-qmail-714512/)

satishmali1983 03-26-2009 02:35 AM

Not able to send mail with qmail
 
I am new with mail server
Not able to send mail with qmail server, i am using Mandriva 2008.0 version .

o/p of log: /var/log/qmail/smtp-send/

tcpserver: fatal: unable to bind: address already used


o/p of netstat -nl | grep tcp

tcp 0 0 127.0.0.1:25 0.0.0.0:*

LISTEN

I am using iptables firewall rules & port 25 is open(out)

please help me to sort out this problem.

bathory 03-26-2009 08:38 AM

You better run:
Code:

netstat -tanpl|grep 25
to see what is listening on port 25.

rweaver 03-26-2009 01:30 PM

Quote:

Originally Posted by satishmali1983 (Post 3488114)
I am new with mail server...<SNIP>...sort out this problem.

If you're an inexperienced mail admin and you don't need qmail I would highly recommend a different mail package (postfix, sendmail, exim).

Diagnostics of qmail problems is not very newbie friendly and unless you are moving many millions of messages a day the speed difference between any of them is negligible on modern hardware.

I wish someone would just update qmail itself instead of having to deal with all the hacked up patched versions where you never know what exactly has been done.


All times are GMT -5. The time now is 08:51 PM.