Re: [xmail] Tmp race

2009-12-16 Thread Stephan Mueller
On 17.12.2009, Davide Libenzi wrote: > On Wed, 16 Dec 2009, Davide Libenzi wrote: > > On Wed, 16 Dec 2009, Davide Libenzi wrote: > > > > If the tmp dir in MailRoot does not work, can we use mktemp() or > > > > something like that? > > > > > > It can be made more random ... > > > > This has been do

[xmail] Patches: IPv6 and SSL

2009-12-16 Thread Stephan Mueller
Hi, I am starting to use xmail on an embedded system based on ARM. Due to the limited space available, I had to make IPv6 and SSL support a compile time option. Essentially, I added a bunch of ifdefs around the problematic code. There are not that many though. Do you want to have these patche

Re: [xmail] Patches: IPv6 and SSL

2009-12-17 Thread Stephan Mueller
Objet : Re: [xmail] Patches: IPv6 and SSL > > > >At 08.41 17/12/09, Stephan Mueller wrote: > >>I am starting to use xmail on an embedded system based on > > > >ARM. Due to the > > > >>limited space available, I had to make IPv6 and SSL support a >

[xmail] [PATCH] LMAIL: preventing of excessive hdd access

2010-05-26 Thread Stephan Mueller
Hi, please see attached patch for LMAIL. It stops from creating tmp files if there is no need to do so. This prevents excessive hdd access. Though, there is one very minor issue - maybe you can help me: Since SysRemove(pszSSFileName); is always called it usually calls unlink() which returns in an

Re: [xmail] [PATCH] LMAIL: preventing of excessive hdd access

2010-05-26 Thread Stephan Mueller
Stephan Am Mittwoch, den 26.05.2010, 11:42 +0200 schrieb Stephan Mueller: > Hi, > > please see attached patch for LMAIL. It stops from creating tmp files if > there is no need to do so. This prevents excessive hdd access. > > Though, there is one very minor issue - maybe you

Re: [xmail] [PATCH] LMAIL: preventing of excessive hdd access

2010-05-26 Thread Stephan Mueller
Sorry, another patch as the previous one omitted a sanity check that the first patch had included. The attached patch now has everything. It works on my system. Ciao Stephan Am Mittwoch, den 26.05.2010, 13:35 +0200 schrieb Stephan Mueller: > An update of the patch: I forgot to also close

[xmail] TLS connections stop working

2010-09-30 Thread Stephan Mueller
Hi all, I upgraded my installation to xmail 1.27 with OpenSSL 0.9.8o - previously I used 1.27 with some older version of OpenSSL. I have the strange scenario that TLS connections do not work any more. To be precise, I can connect via TLS and the TLS negotiation takes place -- I tested it with

[xmail] 1.27: DNS resolution fails

2013-08-29 Thread Stephan Mueller
Hi, I have the problem that my installation of XMail 1.27 cannot resolve DNS addresses. To be specific, when stracing the SMAIL process, it creates a socket and connects() to 127.0.0.1 at port 53 (I use SmartDNSHost of localhost). However, the SMAIL process does not get a return from the DNS s