Hi folks,
there is a tmp race condition with root privilege at least on Unix systems
which we should fix:
SysDepUnix.cpp:SysGetTmpFile():
SysSNPrintf(pszFileName, SYS_MAX_PATH - 1, "/tmp/msrv%lx.%lx.tmp", ulThreadID,
ulFileID);
This call gives you a very predictive file nam
On 15-dec-09, at 21:13, Dale wrote:
I haven't actually implemented it. The problem is that I'm not sure
where to put the settings. I'm not sure how to make my lack of
understanding (or stupidity, your choice) any clearer.
I guess the difficult part is that things will actually already wo
On Tue, 15 Dec 2009, Dale wrote:
> Yep, I've read it and researched it before posting to the listserv.
>
> I haven't actually implemented it. The problem is that I'm not sure where to
> put the settings. I'm not sure how
> to make my lack of understanding (or stupidity, your choice) any cleare
Yep, I've read it and researched it before posting to the listserv.
I haven't actually implemented it. The problem is that I'm not sure
where to put the settings. I'm not sure how to make my lack of
understanding (or stupidity, your choice) any clearer.
Davide Libenzi wrote:
On Tue, 15 Dec
On Tue, 15 Dec 2009, Dale wrote:
> I was hoping you could read my mind.
>
> I'm not sure how to actually configure the TLS at all. I was hoping for a
> copy of a working server.tab that
> someone wouldn't mind sharing. Is it ONLY setup in the server.tab? It
> appears that the smtpgw may also
I was hoping you could read my mind.
I'm not sure how to actually configure the TLS at all. I was hoping for
a copy of a working server.tab that someone wouldn't mind sharing. Is
it ONLY setup in the server.tab? It appears that the smtpgw may also
into play. I don't see where you set it sp
On Tue, 15 Dec 2009, Dale wrote:
> I'm looking for an example of implementing tls (smtp side). I've googled and
> found info, checked the config docs at
> http://www.xmailserver.org/Readme.html#ssl_configuration and went through the
> KB at Haralds site but haven't found any clear info on doing t
I'm looking for an example of implementing tls (smtp side). I've
googled and found info, checked the config docs at
http://www.xmailserver.org/Readme.html#ssl_configuration and went
through the KB at Haralds site but haven't found any clear info on doing
this.
Can anyone point me to a sample