[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] 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

Re: [xmail] Tmp race

2009-12-16 Thread Davide Libenzi
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 done now. Since there was otehr stuff too

Re: [xmail] Tmp race

2009-12-16 Thread Davide Libenzi
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 done now. - Davide ___ xmail mailing list xmail@xmailserver.o

Re: [xmail] Looking for a good tls example.

2009-12-16 Thread Davide Libenzi
On Wed, 16 Dec 2009, Dale wrote: > That's what I was looking for. So it should be as simple as that? > > I created the server.key and server.cert as per the manual and put them into > /var/MailRoot/ directory. They are named exactly as in the manual, server.key > and server.cert. > > I have th

Re: [xmail] maildir home path for xmail and dovecot ?

2009-12-16 Thread Davide Libenzi
On Wed, 16 Dec 2009, Spyros Tsiolis wrote: > Hello people, > > thank you all for your kind replies. > OK, next thing bugging me; Dovecot has an entry in its config files : > > mail_location = maildir:~/Maildir > > do I set this to : > > mail_location = maildir:/var/MailRoot/domains/mydomain.co

Re: [xmail] Tmp race

2009-12-16 Thread Davide Libenzi
On Wed, 16 Dec 2009, Stephan Müller wrote: > 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, >

Re: [xmail] Looking for a good tls example.

2009-12-16 Thread Dale
That's what I was looking for. So it should be as simple as that? I created the server.key and server.cert as per the manual and put them into /var/MailRoot/ directory. They are named exactly as in the manual, server.key and server.cert. I have these settings configured in server.tab and re

[xmail] XMail and Dovecot mail protocol handling

2009-12-16 Thread Spyros Tsiolis
Also, Another question that pops-up to mind ; Can someone allow XMail handle SMTP/POP3 and Dovecot handle only IMAP(/IMAP secure) ? Thank you people, s. - "I merely function as a channel that filters music through the chaos of noise" - Vangelis

[xmail] maildir home path for xmail and dovecot ?

2009-12-16 Thread Spyros Tsiolis
Hello people, thank you all for your kind replies. OK, next thing bugging me; Dovecot has an entry in its config files : mail_location = maildir:~/Maildir do I set this to : mail_location = maildir:/var/MailRoot/domains/mydomain.com or mail_location = maildir:/var/MailRoot or what ? thank