I have installed qmail in centos 5 machine.
After the installation , the qmail is not able send mails.
The output of the qmailctl stat is
[root@testserver qmail]# qmailctl stat
/service/qmail-send: up (pid 28409) 168066 seconds
/service/qmail-send/log: up (pid 20217) 1 seconds
/service/qmail-smtpd: up (pid 20210) 2 seconds
/service/qmail-smtpd/log: up (pid 20211) 2 seconds
messages in queue: 9
messages in queue but not yet preprocessed: 9
[root@testserver qmail]#
The /service/qmail-send/log is showing 1 seconds and 0 seconds only while using qmailctl stat command
where the log files stored. how can i view the qmail log files to find out the problem.
I tested the installation with inst_check script. It says the installation is correct.
I don't know what is the problem. Qmail is not able to send any mails at all. Local mails are not send at all .
The remote mails are sending and i got it correctly , for example to gmail etc.
Another problem is the reply from remote ( for example gmail etc ) is not getting at all. The remote client says the mail is sent successfully. After some time it got the failure delivery message like this in gmail
This is an automatically generated Delivery Status Notification
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipient has been delayed:
testuser@mail.onespace.in
Message will be retried for 1 more day(s)
Technical details of temporary failure:
The recipient server did not accept our requests to connect. Learn more at
http://mail.google.com/support/bin/a...py?answer=7720
[mail.onespace.in (1): Connection timed out]
----- Message header follows -----
Received: by 10.142.147.20 with SMTP id u20mr1694575wfd.313.1229147014580;
Fri, 12 Dec 2008 21:43:34 -0800 (PST)
Received: by 10.143.92.5 with HTTP; Fri, 12 Dec 2008 21:43:34 -0800 (PST)
Message-ID: <5151bc3a0812122143j7cf19c01xeaff65e1a9f91fa9@mail.gmail.com>
Date: Sat, 13 Dec 2008 11:13:34 +0530
From: "ram" <ram@gmail.com>
To:
testuser@mail.onespace.in
Subject: test mail 13 dec
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_10877_1959714.1229147014571"
----- Message body suppressed -----
I searched in google , but i didn't get any solution for this problem.
any help will be greatly helpful....