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 -> XMail 1.24-pre02 released !

Reply to this topicStart new topicStart Poll

> XMail 1.24-pre02 released !
hschneider
Posted: Nov 27 2006, 07:11 AM
Quote Post


No - I'm not an answering script ...
Group Icon

Group: Admin
Posts: 6631
Member No.: 195
Joined: 19-June 02



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




--------------------
Bye,
Harald


-- Download XMail Queue Manager 1.46 NOW: XMail Server Tools
-- Cross platform remote queue management!
-- Message analyzing on the fly!
-- Builtin diagnostics knowledge base!
-- Manages multiple mail queues!

Sponsored by
CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg
PMEmail PosterUsers Website
Top
hschneider
Posted: Nov 27 2006, 02:50 PM
Quote Post


No - I'm not an answering script ...
Group Icon

Group: Admin
Posts: 6631
Member No.: 195
Joined: 19-June 02



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


--------------------
Bye,
Harald


-- Download XMail Queue Manager 1.46 NOW: XMail Server Tools
-- Cross platform remote queue management!
-- Message analyzing on the fly!
-- Builtin diagnostics knowledge base!
-- Manages multiple mail queues!

Sponsored by
CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg
PMEmail PosterUsers Website
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
« Next Oldest | Announcements | Next Newest »

Reply to this topicStart new topicStart Poll