Hi all,

I'm using qmail 1.03 with qmail-etrn-0.1f patch.  I am able to issue
ETRN command to port 25 and get "250 ok" response from the server.
However, the server doesn't tranfer the emails to me even when there are

mails in the Maildir.  I have trace the program qmail-send and found the

it can't read the content of etrntrigger properly.  The portion of the
code is shown below:

1515:        n=read(etrn_fd, buf, sizeof buf);
1516:        if(n!=sizeof buf)
1517:             return;

It always returns without transfering mails to the client.  By the way,
the file size of etrntrigger is correct, i.e. 264 bytes.

Any help would be very much appreciated.  Thanks.
--
regards,
Kok Jeng, Loh

Reply via email to