XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > Announcements > XMail 1.24-pre02 released !


Posted by: hschneider Nov 27 2006, 07:11 AM
QUOTE

There was a small leak in the SSL code in pre01:

http://www.xmailserver.org/xmail-1.24-pre02.tar.gz
http://www.xmailserver.org/xmail-1.24-pre02.win32bin.zip

Mine is running fine (I use SMTP-SSL = 1) by more than 16 hours. I'd like
to have reports from Windows and other Unix users (non-Linux).



- Davide



Posted by: hschneider Nov 27 2006, 02:50 PM
QUOTE

Hello Davide,

1.24-pre02 is now working fine in our Solaris/Intel machine (about 6 hours).
But small modification is required to compile.

(1) SysSetSockNoDelay() -> SysBlockSocket().

    "SysSetSockNoDelay(SockFD, 0)" -> "SysBlockSocket(SockFD, 1)"
    "SysSetSockNoDelay(SockFD, 1)" -> "SysBlockSocket(SockFD, 0)"

(2) "FS" and "DS" is defined as a system register.
    These should be made undefined in header (SysTypesSolaris.h for example).
    (This problem may occur on Intel based machine)

    #ifdef FS
    #undef FS
    #endif
    #ifdef DS
    #undef DS
    #endif

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)