Re: Running dovecot under Cygwin

2007-12-19 Thread Greg Chicares
On 2007-12-20 01:39Z, Ronny wrote: >> If you are running a non-cygwin program then it uses whatever Windows uses. >> If you are running a *Cygwin program* then it uses whatever Cygwin uses. > > Sounds interesting. Might be worth a try. > How do i make it to be a cygwin program? > I build it using

Re: Running dovecot under Cygwin

2007-12-19 Thread Ronny
If you are running a non-cygwin program then it uses whatever Windows uses. If you are running a *Cygwin program* then it uses whatever Cygwin uses. Sounds interesting. Might be worth a try. How do i make it to be a cygwin program? I build it using gcc under cygwin. Do i have to replace a header

Re: Running dovecot under Cygwin

2007-12-19 Thread Christopher Faylor
On Thu, Dec 20, 2007 at 11:42:51AM +1100, Daniel Noll wrote: >On Thursday 20 December 2007 11:36:08 Matt Wozniski wrote: >> On Dec 19, 2007 7:09 PM, Daniel Noll wrote: >> > On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: >> > > > Does Cygwin uses EOF of Windows? >> > > >> > > No, Cygwin u

Re: Running dovecot under Cygwin

2007-12-19 Thread Christopher Faylor
On Thu, Dec 20, 2007 at 11:09:43AM +1100, Daniel Noll wrote: >On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: >> > >> > Does Cygwin uses EOF of Windows? >> >> No, Cygwin uses Ctrl-D for EOF like all POSIX. > >No, Cygwin uses whatever the user tells it to use during the install. No. It d

Re: Running dovecot under Cygwin

2007-12-19 Thread Daniel Noll
On Thursday 20 December 2007 11:36:08 Matt Wozniski wrote: > On Dec 19, 2007 7:09 PM, Daniel Noll wrote: > > On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: > > > > Does Cygwin uses EOF of Windows? > > > > > > No, Cygwin uses Ctrl-D for EOF like all POSIX. > > > > No, Cygwin uses whatever

Re: Running dovecot under Cygwin

2007-12-19 Thread Matt Wozniski
On Dec 19, 2007 7:09 PM, Daniel Noll wrote: > On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: > > > > > > Does Cygwin uses EOF of Windows? > > > > No, Cygwin uses Ctrl-D for EOF like all POSIX. > > No, Cygwin uses whatever the user tells it to use during the install. No, you're confusing

Re: Running dovecot under Cygwin

2007-12-19 Thread Daniel Noll
On Wednesday 19 December 2007 08:18:37 Dave Korn wrote: > > > > Does Cygwin uses EOF of Windows? > > No, Cygwin uses Ctrl-D for EOF like all POSIX. No, Cygwin uses whatever the user tells it to use during the install. Daniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

RE: Running dovecot under Cygwin

2007-12-18 Thread Dave Korn
On 18 December 2007 20:19, Ronny wrote: >> I will inform you, maybe somebody other wants to run dovecot, too ;-) > > well on the dovecot list somebody told me: > > > Can't sure about this but maybe this problem because different types > > of EOF symbols used in Unix and Windows systems. So it

Re: Running dovecot under Cygwin

2007-12-18 Thread Ronny
I will inform you, maybe somebody other wants to run dovecot, too ;-) well on the dovecot list somebody told me: > Can't sure about this but maybe this problem because different types > of EOF symbols used in Unix and Windows systems. So it trying to read > from master but unable to do so, be

Re: Running dovecot under Cygwin

2007-12-18 Thread Ronny
You made my day, Thanks a lot. The server answers, unfortunately with an fatal error (Fatal: EOF while reading environment from master'), so i have to figure out whats the problem now. I will inform you, maybe somebody other wants to run dovecot, too ;-) Cheers Ronny -- Unsubscribe info:

Re: Running dovecot under Cygwin

2007-12-17 Thread René Berber
Ronny wrote: > i am trying to get imap server "dovecot" running under cygwin. > > Compiling the server finished without any errors. > But running the server does not work. > > As far as i can see, dovecot runs a master process, that uses execv to > launch a child (auth) process. The child proces

RE: Running dovecot under Cygwin

2007-12-17 Thread Dave Korn
On 17 December 2007 15:28, Ronny wrote: >> I don't but you might be able to get some clues from looking at strace >> output. > > Well, i never used strace, so i do not know what it says me. > I just give you the output. > Could you have a look on it? Thanks a lot. What is /home/Administrator/

Re: Running dovecot under Cygwin

2007-12-17 Thread Christopher Faylor
On Mon, Dec 17, 2007 at 03:08:47PM +0100, Ronny wrote: > Hi, > > i am trying to get imap server "dovecot" running under cygwin. > > Compiling the server finished without any errors. > But running the server does not work. > > As far as i can see, dovecot runs a master process, that uses execv to >