Displaying 20 results from an estimated 3000 matches similar to: "Public free (libre) mailbox hosting service for everybody!"
2015 Sep 10
12
Dovecot CalDAV server
I've been once in a while over the years thinking about implementing CalDAV (and CardDAV) to Dovecot. It might be time to start that soon. Does anyone have any suggestions? So far my main goals would be:
- scalable, of course
- configurable storage (object storage, regular fs, maybe some key-value dbs, maybe storing as emails)
- efficient indexes (potentially using key-value dbs? or maybe
2012 Jun 13
1
Auth password problem
i have debian squeeze. i have installed mds with ldap integration and i want
to use dovecot/LDAP but i have problems with login. I have dovecot 1.2.
I try all of dovecot wiki but i dont know how to configure it good
dovecot.conf
protocols = imap imaps pop3 pop3s
listen = *, ::
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
mail_debug = yes
verbose_ssl = yes
login_greeting =
2011 Nov 29
3
Low memory corruption - trap invalid opcode ip:7f5c688028b0 sp:7ffff97af848 error:0 in ld-2.11.2.so[7f5c687ef000+1e000]
My first message didn''t get to the list, so I am trying once more.
---------- Forwarded message ----------
From: anatoly techtonik <techtonik@gmail.com>
Date: Mon, Nov 14, 2011 at 5:46 PM
Subject: Low memory corruption - trap invalid opcode ip:7f5c688028b0
sp:7ffff97af848 error:0 in ld-2.11.2.so[7f5c687ef000+1e000]
To: xen-devel@lists.xensource.com
I was redirected here from this
2012 Apr 09
1
Username from rfc822Name subject alternative name
Hello,
I'm looking into adding support for extracting the username from client
certificate's rfc822Name (from the subjectAltName extension).
The question I have is what would be the best approach to do this?
Current implementation has a kind of clean code since it just goes
through the subject name, extracting the values with
X509_NAME_get_text_by_NID (while NID is obtained with
2012 Apr 14
0
Dovecot 2.1.4 and client certificates
Version: 2.1.4
OS: Gentoo stable/amd64
OpenSSL version: 1.0.0h
I'm having a slight problem with the client certificates in Dovecot
2.1.4. I've set-up the client certificate verification/authentication,
and it seems that Dovecot is choking on the trustchain with CRL's that
I'm providing to it (attached to this mail).
When I enable the client authentication using certificates, and
2004 Dec 23
8
delivery agent in 1.0?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi :)
Is there any plan to include delivery agent in 1.x?
I would be very happy, if there would be lmtp delivery agent included
with dovecot 1.x... This would make creating large mailsystem cluster
creation very simple + indexes would be always up2date.
Brane
-----BEGIN PGP SIGNATURE-----
2008 Jan 21
1
ActionController majic gone bad
Overriding method missing in ActionController destroys magic even when
passed back
ie.
def method_missing(method, *args)
if some_condition
do_something
else
#let rails handle it normally
super(method,args)
end
end
if I don''t over ride method missing then i can call a view without an
action
with the override i get a method missing error.
MAJIC
--
Posted via
2017 Dec 30
2
building debug version of klibc
On Sat, Dec 30, 2017 at 3:00 PM, <valdis.kletnieks at vt.edu> wrote:
> On Sat, 30 Dec 2017 13:54:05 +0300, Anatoly Pugachev said:
>> Hello!
>>
>> Can someone please help me in building debug version of klibc ?
>>
>> I've cloned git://git.kernel.org/pub/scm/libs/klibc/klibc.git , but
>> failed to build it with debug info
>>
>> added
2008 Apr 24
4
Napster.......
Hello all.
I'm new(ish) to the world of linux and am about to finally make the plunge and ditch windows completely. However, there's only one program that I want from windows that I use regularly and that is napster for it's music subscription service. It really is a brilliant service as the choice and variety can't really be matched.
Now, I don't know if this is the right area
2013 Mar 01
3
EDNS support
I am having problems with EDNS support on a few Centos 6.3 bind
servers. I am trying to determine if the problem is my Juniper SSG5
firewall of Centos.
All the servers have firewall enabled, though I have tested with
stopping iptables and ip6tables. I am using tests from:
https://www.dns-oarc.net/oarc/services/replysizetest
dig @localhost +short rs.dns-oarc.net txt
gets:
;; Truncated,
2016 Jan 31
2
Shipping development files for mingw32
Hi,
Is is possible to ship development files for MinGW32
like static libs and headers? I am particularly interested
in libvorbisfile required to build Wesnoth on Windows.
SDL2 provides a convenient distribution that I unpack
and it works:
https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz
https://www.libsdl.org/projects/SDL_mixer/
But I can't find where I
2007 Feb 13
0
[fdo] PRESS RELEASE: Artists and Developers Ally to Boost Open Source Graphics Software. Libre Graphics Meeting 2007 Announced
Artists and Developers Ally to Boost Open Source Graphics Software. Libre Graphics Meeting 2007 in Montréal. Announced
12 February, 2007 - Building on the overwhelming success of last year's
Libre Graphics Meeting in Lyon, France, key Free/Libre and Open Source
Software (FLOSS) graphics projects are pleased to announce the second
Libre Graphics Meeting (LGM), to be held in Montréal, Québec,
2005 Feb 15
0
Proposal of talk about Xen at the Libre Software Meeting 2005
Hello,
(I''ve tried several times to contact Xen developers through the
xen-admin e-mail or directly Ian Clark with no answer as of today. As we
are really interested in Xen, I post this call on a list that has a
broader audience. Please Cc: me the answers because I''m not on the list.
Thanks.)
Since the year 2000, the Free Software Community in France has been
organizing the
2012 Jul 16
0
libre office
On Tue, July 10, 2012 23:22, Joseph Spenner wrote:
> On Jul 10, 2012, at 7:17 PM, "Michel Donais" <donais at telupton.com>
> wrote:
>
>> Why in 6.3 they move OpenOffice to LibreOffice?
>>
>>
>> ---
>> Michel Donais
>> _______________________________________________
>> CentOS mailing list
>> CentOS at centos.org
>>
2010 May 24
0
[LLVMdev] linker errors when trying to link llvm-gcc
Hi Anatoly,
> any ideas what library has these symbols
>
> lang_eh_catch_all
> get_pointer_alignment
> validate_arglist
it sounds like you are trying to build a version of llvm-gcc without LLVM
enabled. Did you specify --enable-llvm=path_to_llvm_build_directory when
configuring llvm-gcc? These symbols are all defined in llvm-gcc itself,
but only when ENABLE_LLVM is defined.
2011 Apr 18
0
[fdo] ANNOUNCE: Libre Graphics Meeting 2011 Montreal Needs Your Sponsorship, Presentations, and Registration
Please help us by spreading the word to your communities!
Blog post with attachments at http://ur1.ca/3vw3t
###
Help Keep LGM Free for Developers and Artists
Your contribution can help make Libre Graphics Meeting 2011 (LGM) a
success! All funds donated by the community to the LGM 2011 Pledgie
campaign go directly towards providing travel reimbursement to the
developers of free graphics
2006 Oct 20
2
Forest plot
Has anyone developed a function to generate a forest plot, the one used
a lot in meta-analysis?
Joseph F. Lucke, PhD
Biostatistician
Center for Clinical Research and Evidence-based Medicine
Department of Pediatrics
School of Medicine
University of Texas Health Science Center at Houston
Voice: 713-500-5651
Email: Joseph.F.Lucke@uth.tmc.edu
Postal Mail: PO Box 20708, Houston, TX 77225-0708
1999 May 26
1
Major Bug in Samba 2.0.4b with AIX 4.x
Dear samba-Team,
There is a bug in Samba 2.0.3 and 2.0.4b with IBM AXI 4.x.
The Bug prevents connecting of other users than root to any
share.
I have a workaround/fix tested on AIX 4.1.5 ,4.3.2 with
gcc 2.8.1 here:
Change samba-2.0.4b/source/lib/util_sec.c
funktion set_effective_uid like this:
155c155
< #elif defined(HAVE_SETREUID)
---
> #elif defined(HAVE_SETREUID) &&
2018 Mar 07
3
[Bug 13321] New: Rsync --copy-dest issue
https://bugzilla.samba.org/show_bug.cgi?id=13321
Bug ID: 13321
Summary: Rsync --copy-dest issue
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: Anatoly.Penkov at
2014 Jun 23
1
-h, --help option
Hi,
tmux author refuses to add -h, --help option, because OpenSSH
does not have it [1]. I don't see why convenience features of tmux
should depend on OpenSSH, but because I have no other choice
(and got curious) I ask here - why OpenSSH doesn't provide -h or
--help option?
I use PuTTY as my client, which processes --help option, and for
`ssh` binary I usually use Google + StackOverflow.