I am writing a SMTP server to recieve mail,with Interbase 6
I found that if email is received from other smtp server to my SMTP server ,
it is no error for my program
but if the email is send from the same computer which is 2003 SMTP server
(with port 2500 or other) to my own smtp server with port 25, all the
IBQuery cannot not open, with the follow error:
error 1:
Access ciolation at address 100359A6 in module'gds32.dll". Read of address
00012023.
error 2:
Error reading data from connection.
error 3
invalid request handle.
how can I solve it?
I am using C++builder 6.0
thank
Emmanuel