Hi,
I have recently set-up qmail on my redhat 6.1 system. I can send mail from
local-to-local.
I can send mail from local-to-remote.
But local users can not receive mail.
It seems that port 25 does not work.
Here is a sample session:
------------------------
[root: log]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
[root: log]#
I have changed /etc/inetd.conf as Stated in INSTALL eg.
smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env
tcp-env /var/qmail/bin/qmail-smtpd
The qmail processes are running.
I get no error messages on maillog.
What is the problem?
Any advice?
Thanks in advance.
Devrim Baris Acar