At 03:41 AM 6/9/2003 +0400, CoolCold wrote: >Hello cygwin, > >I've just installed cygwin(CYGWIN_NT-5.2 workstation 1.3.22(0.78/3/2)) >Trying to use exim but have such errors: >2003-06-09 03:32:58 HG6S2Y-00029S-OQ <= [EMAIL PROTECTED] H=(127.0.0.1) [127.0.0.1] P=esmtp S=680 [EMAIL PROTECTED] >2003-06-09 03:32:59 HG6S2Y-00029S-OQ unable to set gid=513 or uid=1003 (euid=18): local delivery to coolcold <[EMAIL PROTECTED]> transport=local_delivery >2003-06-09 03:32:59 HG6S2Y-00029S-OQ failed to read delivery status for [EMAIL PROTECTED] from delivery subprocess >2003-06-09 03:32:59 HG6S2Y-00029S-OQ appendfile transport process returned non-zero status 0x0100: exit code 1 >2003-06-09 03:32:59 HG6S2Y-00029S-OQ == [EMAIL PROTECTED] R=localuser T=local_delivery defer (-1) >2003-06-09 03:32:59 HG6S2Y-00029S-OQ Frozen > >Can't get what the trouble is?As I thing this is something about >changing process' owner,but I'm not sure >exim is run as service with cygrunsrv (as exim-config do it)
That's strange You mean, exim-config started the service? Can you telnet and/or ssh into the box? If so, edit /etc/passwd, clear the SYSTEM password, add a shell and a home directory (/). Stop the exim service Telnet to localhost and login as SYSTEM. While logged as SYSTEM, type exim -c and send me the output. Next step would be, type strace -o trace exim-4.20-1.exe -bd send a single message to [EMAIL PROTECTED], then kill exim and send me the trace file. It will be long. Pierre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/