similar to: dovecot qmail-ldap

Displaying 20 results from an estimated 300 matches similar to: "dovecot qmail-ldap"

2004 Aug 06
0
building icecast2 on OpenBSD
jeff@unsealed.net wrote: > Is there anyone who has built icecast2 successfully for OpenBSD? I built it > from source with no problem on Linux, but on my OBSD system the configure bombs > while checking for a function in libxslt... If you look at your config.log, you'll find the actual error to be ld: -lpthread: no match If you want threads on OpenBSD, -pthread is the way to go
2009 Sep 08
0
Re: Wine on OpenBSD
Greetings: I'm an OBSD n00b and an ex-Fedora User. Had my share of problems with Wine on OBSD myself. I was able to build and install after obtaining the source using git; but there seems to be some other memory allocation problems. OBSD has version 0.9.9 in their directories, and the Openports.se has designated 1.1.21? as being on their tree; but I'd rather not regress to those
2004 Aug 06
2
building icecast2 on OpenBSD
> > from source with no problem on Linux, but on my OBSD system the configure > bombs > > while checking for a function in libxslt... > > If you look at your config.log, you'll find the actual error to be > > ld: -lpthread: no match > > If you want threads on OpenBSD, -pthread is the way to go (it's a > wrapper saying "Do whatever you have to,
2010 Jan 12
2
[patch] Automatically add keys to agent
My keys are secured with a passphrase. That's good for security, but having to type the passphrase either at every login or at every invocation of ssh(1) is annoying. I know I could invoke ssh-add(1) just before invoking ssh(1), if I keep track of whether I invoked it already, or write some hacky scripts; but the rest of OpenSSH is wonderfully usable without any hacks. Hence, this patch.
2004 Sep 26
0
Shorewall and ucarp for firewall redundancy
Has anyone toyed with using Shorewall in conjunction with the userland implementation of the OBSD-based common address redundancy protocol? Would like any preliminary feedback before I devote time to the project. Details on UCARP: http://www.ucarp.org/ Details available on OBSD CARP: http://www.openbsd.org/lyrics.html http://www.openbsd.org/cgi-bin/man.cgi?query=carp
2005 Apr 07
0
Sluggish Samba
Hi, I took the plunge and installed the latest version of OpenBSD 3.6 and SAMBA 3.0.11 (this because I found a patch for the OBSD ports tree). So I now have all that up and running. Both my XP box and my Audiotron can get to the SAMBA shares. I did this upgrade because the problem I'm about to describe is exactly the same as before I upgraded from 3.4 OBSD, 2.x Samba. I know others
2004 Aug 06
0
Building Icecast2 under OpenBSD
Hi! After enjoying a successful build under Linux, I also wanted Icecast2 to compile under OpenBSD (running 2.8 here). I am using the CVS source from today. The OBSD make needed operators and wouldn't work at all, but gmake did the job. Unfortunately, it ended like this: <snip> gcc -O20 -fsigned-char -D_REENTRANT -I/usr/local/include/libxml -I/usr/local/include -I/include -I/include
2004 Aug 06
5
building icecast2 on OpenBSD
Is there anyone who has built icecast2 successfully for OpenBSD? I built it from source with no problem on Linux, but on my OBSD system the configure bombs while checking for a function in libxslt... # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working
2009 Jan 07
2
Obtaining the chroot-cage directory of the mailstore
Hello, I'd like to find a function in the sourcecode which enables me to get the chroot-path of the mailstore, so I can concatenate it with the result of mail_storage_get_mailbox_path to get the full path of a mailbox within the filesystem. Does such a function exist? Who can help me? Thanks in advance. Stefan -- SIEGNETZ.IT GmbH { w3o-services } Schneppenkauten 1a D-57076 Siegen
2009 Jan 05
1
writing a dovecot plugin / segfault
Hi together, I am new to this list and new to dovecot itself. I have to write a plugin that implements some ACL-voodoo to be used instead of the standard ACL stuff of dovecot (it shall allow just application-driven folder-sharing - no more, no less). Though I started programming with C, my last experiences are some days old, but now I have written the function sekeletons and the registration
2003 May 31
3
why are these files being transfered
Setup: Redhat linux 7.3 rrsync: version 2.5.6 protocol version 27 I'm trying to employ rsync in conjuction with with a cvs setup. The setup employs a bufffer where changes are made then moved to a checked out module from cvs repository and finally any cvs actions necessary are done. So far just testing this out with some copies of both directory trees. Right now the files in both are
2008 Jul 07
1
ssh-vpn linux<->openbsd
Hi, I'm trying a VPN via ssh between Linux (Suse 10.3, 5.0) and OpenBSD (4.2, 4.7). But it doesn't work... On Linux: sudo ssh -v -f -w 0:1 $OPENBSD true sudo /sbin/ifconfig tun0 10.1.1.1 10.1.1.2 sudo /sbin/route add -net 192.168.17.0 netmask 255.255.255.0 dev tun0 On OBSD: sudo ifconfig tun1 10.1.1.2 10.1.1.1 netmask 255.255.255.0 sudo /sbin/route add 10.0.3.0/24 10.1.1.1 And add a
2009 Jan 15
2
get username of logged in user
Hello, can I anywhere get the name of the currently logged in user? I'm still implementing a custom ACL plugin (IMAP commands MYRIGHTS, GETACL, SETACL, DELETEACL), and for some functions (for example storing the current folder's ACL in combination with this username) I need to obtain the currently logged in IMAP user. Is this possible? If yes - how? Thanks in advance. Best regards
2009 Jan 19
1
Coding question again...
Hello again, I have a coding question again: I can obtain the path of the current user's mailbox with the function mail_storage_get_mailbox_path(...) - so far so good. But is it possible to get this mailbox path for another user than the logged in one? Thanks in advance. Best regards. Stefan -- SIEGNETZ.IT GmbH { w3o-services } Schneppenkauten 1a D-57076 Siegen Tel.: 0271 68193-0
2020 Jan 27
0
unsubscribe
Dave Madsen Assistant Professor and Dept. Head, Mass Communication Morningside College 1501 Morningside Ave. Sioux City, IA 51106 Office: 712-274-5480 Cell: 712-490-3327 madsend at morningside.edu *From:* Icecast <icecast-bounces at xiph.org> *On Behalf Of *Fred Gleason *Sent:* Monday, January 27, 2020 9:19 AM *To:* Icecast streaming server user discussions <icecast at
2020 Mar 08
0
unsubscribe
Dave Madsen Assistant Professor and Dept. Head, Mass Communication Morningside College 1501 Morningside Ave. Sioux City, IA 51106 Office: 712-274-5480 Cell: 712-490-3327 madsend at morningside.edu *From:* Icecast <icecast-bounces at xiph.org> *On Behalf Of *Gavin Stephens *Sent:* Sunday, March 8, 2020 10:25 AM *To:* Icecast streaming server user discussions <icecast at
1998 Aug 08
0
Apache bug, eats memory...
Hi, the following pieces of mail came by on BugTraq. It appears that Apache (1.2.5 and 1.2.6 tested, 1.3 is vulnerable according to Ben Laurie [Apache member]) doesn''t handle the case, when there are a lot (say 10000) of "User-Agent:"-headers. (other headers could also work!). An exploit with source-code was posted on BugTraq. excerpts from the mail by
2005 Aug 11
1
win32, ssh and rsync
Hi all I have been trying to get myhead around this for smetime now and hope one of the gurus here can assist. I would like to connect to a server(that is not running a rsync daemon) to push files from a win32 (2003 server) to an OBSD machine. The command I have successfully used is: rsync -Rrazvvu -e "ssh -i .ssh/pvt" /cygdrive/c/dirname username@1.2.3.4:BACKUP [where BACKUP is a
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 13:33, Darren Tucker wrote: > On Thu, Nov 26, 2015 at 4:11 PM, Tinker <tinkr at openmailbox.org> wrote: >> The goal is to get a script invoked *at login time*, > > This part I follow, but having a script run is just a means to an end > not the end itself. What is the script going to do? > >> so that the authentication only is known to the client
1998 Oct 08
4
Installing shared Windoze executables on a Samba share (fwd)
Hi, I've got a Samba server here that runs great! I've got an NT machine on my laptop and I can interface with the Samba server directly in any way I want, except for one thing: When I try to install a program (Visio) as a network shared app, the installation always tells me "I've determined that the target drive doesn't support long file names" after I choose to