24 messages in net.sourceforge.lists.courier-users[courier-users] ESMTP not working lon...
FromSent OnAttachments
Reindl HaraldApr 14, 2007 12:13 pm 
Sam VarshavchikApr 14, 2007 12:48 pm 
Reindl HaraldApr 14, 2007 1:17 pm 
Sam VarshavchikApr 14, 2007 3:56 pm 
Reindl HaraldApr 14, 2007 4:11 pm 
Sam VarshavchikApr 14, 2007 5:38 pm 
Reindl HaraldApr 15, 2007 9:56 am 
Harry DuncanApr 15, 2007 12:23 pm 
Reindl HaraldApr 15, 2007 12:44 pm 
Lisa MuirApr 15, 2007 1:47 pm 
Reindl HaraldApr 15, 2007 1:54 pm 
Malcolm WeirApr 15, 2007 2:20 pm 
Gordon MessmerApr 15, 2007 7:30 pm 
Gordon MessmerApr 15, 2007 7:30 pm 
Gordon MessmerApr 15, 2007 7:35 pm 
Reindl HaraldApr 16, 2007 2:10 am 
Lisa MuirApr 16, 2007 2:19 am 
Gordon MessmerApr 16, 2007 8:17 am 
Gordon MessmerApr 16, 2007 8:42 am 
Reindl HaraldApr 16, 2007 9:58 am 
Gordon MessmerApr 16, 2007 10:27 am 
Michelle KonzackApr 19, 2007 9:42 am 
Gordon MessmerApr 19, 2007 11:07 am 
William HueApr 19, 2007 3:38 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] ESMTP not working longer on my machine :-(Actions...
From:Reindl Harald (spa@rhsoft.net)
Date:Apr 14, 2007 12:13:12 pm
List:net.sourceforge.lists.courier-users

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!