David Pilgram wrote:

Hello,

I've now confirmed that all versions up to 2.1 compile and link
successfully.  So clearly it is a recent change that causes my linking
problem.

What changes were made between v2.1 and v2.2, in particular with respect
to SMTP and POP3?


In POP3 nothing was changes, but in SMTP the whole thing for SMTP AUTH was added and setitimer() is used. Especially the MD5 code was written in poor K&R C so it may have some BSD calls. However, the compiled fine here. Maybe they can be replaced by new posix calls or the BSD functions can be added to the linker call. (I would prefer the first one)

See sendmail.cxx (V2.2) from line 55 to 93, 307-501 and 956 til end.

If you can CVS you should use the latest from CVS not V2.2, maybe some of your problems are already solved.


J�rgen



Reply via email to