I am running Fedora Core 6
After a cleanup (killing atrpms-repo and installing many packages new) new
builds of courier-mta have troubles with esmtp
First i thought that some packages are missing by uninstall while cleaning the
system but:
"configure", "make" and "make test" works without any troubles, receiving mails
and courierlocal (systemmails) works perfect
but port 25 is very strange
So it seems for me that all dependencies are solved and a try with rpm-build
says i must install following, done but do not help
mysql-devel
libtool-ltdl-devel
gamin-devel
mgetty-sendfax
lesstif
mgetty
xpdf
__________
System-Mails says the following:
Connections timed out: 1 Time
Host 10.0.0.2 - 1 Time
Errors in remote to local connections: 2 Times
because "502 ESMTP command error",cmd: - 1 Time
Host 127.0.0.1 - 1 Time
because "writev: Broken pipe",cmd: - 1 Time
Host 127.0.0.1 - 1 Time
_________
After a "telnet 127.0.0.1 25" i become no "ESMTP Message", but connection seems
to be ok, i can type anything without answer
I build it with "with-redhat" becaue the rpms-build does the same and has the
same errors
This is my build-script (using the last version, the one from jan2007 have the
same problem now):
cd /data/development/src/courier/
make clean > /dev/null
./configure \
--with-redhat \
--with-transport='local esmtp dsn' \
--without-ispell \
&& make \
&& make check \
&& sudo make install \
&& sudo /sbin/service courier stop \
&& sudo /sbin/service courier start
Hope anybody can help me!