similar to: Password protection

Displaying 20 results from an estimated 3000 matches similar to: "Password protection"

2009 Jan 11
1
Makevars
Hi I have sent a previous email "Error in dyn.load()" for which, shame on me, I later found a partial answer. I have been trying to look into what I exactly need to include into Makevars and where it needs to be located and have not found a satisfying answer yet. Maybe the following questions are helpful for other people as well. Again, I am trying to include a C function tools.c into
2005 Mar 05
3
Mixing mbox and maildir
Hi there. I understood that in Dovecot 1.0 it should be possible to mix the usage of mbox and maildir mailboxes. I just downloaded, built, and am testing dovecot-stable-20050304. I'm a bit confused as to the terms of namespaces (haven't read that part of the RFC yet), but this does not seem related. Anyway, when I try specifying: default_mail_env = ~/mail/:INBOX=/var/mail/%u On
2004 Apr 23
2
Envelope From changed - why?
Hi there. I am evaluating Dovecot as an IMAP server. I noticed on thing which irritates me. When a user saves a message to an IMAP folder with the Dovecot server, the envelope From line is changed to the address of that user, instead of keeping the From line of the original message. How can I have the original envelope From line preserved when saving messages? -- Tom -- Tom Alsberg -
2005 Aug 04
1
directory names - have to begin with a dot?
Hi there... Two questions: (1) Is there an easy way to have Dovecot recognize subdirectories that do not begin with a dot as sub-hierarchies? (2) Is there a way to have the root folder map to a certain other mbox/maildir? I want a setup like this: / -> $HOME/mbox /INBOX -> /var/spool/<username> /folder -> $HOME/mail/folder /folder/foo -> $HOME/mail/folder/foo
2006 Jan 10
2
IMAP subscriptions - how, for what and why?
Again, not a Dovecot issua - but can someone clarify better what IMAP subscriptions (SUBSCRIBE/UNSUBSCRIBE/LSUB) are and what they are used for? I've seen a few times in Microsoft mail clients, the options to subscribe to folders and to "show only subscribed folders". I haven't played much with them, though. But what's the actual point? Except for being returned in the
2005 Sep 26
2
Hostname passed to PAM as rhost
(I am sorry to bother the list with something I should have verified myself right now - I simply do not have access to the source code here) Thinking of some limit I wanted to put with authentication, I am wondering - when Dovecot authenticates a user using PAM, now that (in 1.0) it passes the rhost item to PAM, it passes a hostname, not an IP address. Does it double-verify the DNS record
2006 Jan 22
2
Dovecot-1.0.beta1: New mail sometimes fails to appear
Hi there... Having updated to 1.0.beta1, I for a while thought a bad bug with IDLE handling that caused new mail in INBOX not to appear when using Mozilla Thunderbird has been solved. Although I can not reproduce one kind of problem anymore, after a short while it again appears that one does not always see one's new mail with Thunderbird. I can not consistently reproduce the bug, but
2003 Apr 07
1
Problems building the java/jdk14 port
Hi there. I am unable to build the java/jdk14 port. I downloaded the patches and source distribution, and get some weird HotSpot error. I am not sure what the problem could be. Following is the relevant output of make on the port. Any ideas? -- Tom # Start of jdk build bsd i586 1.4.1-p3 build started: 03-04-07 12:16 Syntax error: "(" unexpected gmake[1]: Entering directory
2006 Sep 11
2
Namespace with a single mailbox (for spam)
Hi there. Perhaps this is answered somewhere, but a short search through the mailing list and Wiki yielded nothing. We have spam filtering set up for all users, with all messages over some spam threshold going to a separate mbox. There is one directory containing the spam mboxes of all users (call it "/var/spool/spam", right now), with the spam box of a user residing in
2005 Jul 31
1
[PATCH] settings parsing section/context return bug
There seems to be a minor bug in the settings parsing code (as of today's dovecot-stable snapshot - 20050731) - after the closing bracket of protocol (imap/pop3) {} section, the parser still regards all options as affecting only that protocol and not globally (I have some options, protocol imap {}, protocol pop3 {}, and then some more options - now those latter options seem to only affect
2006 Jan 18
1
INBOX as either mbox or Maildir
In Dovecot 0.99, I recall somewhere I read it was possible for INBOX to be both a Maildir and an mbox in the same configuration (either automatically detected, or depending on the existence in a different location). Perhaps I was wrong, I'm not sure. Any way, I now became interested in this sort of setup: Most users have their spool an mbox in /var/mail/<username>, and then they
2006 Jan 10
1
Thunderbird, IDLE, mailbox not always SELECTed
Hi there. Although it does not seem to be a Dovecot issue, I'm sending this here as people in this list may know better where exactly the problem is. I am working on Dovecot 1.0 (.alpha5, right now), with the aim that when Dovecot becomes stable we can put that into production. Recently after being more clear with the behaviour (I'm most into namespaces and mbox/maildir mixing issues,
2004 Jun 14
1
PAM_RHOST item
A little problem, which is bugging me: when using PAM authentication, Dovecot (0.99.5) does not set the PAM_RHOST item, so the PAM modules cannot know who the client is. We need this for some PAM module doing access control. Changing passdb-pam.c to pam_set_item it seems trivial, but I'm bugged as to how to get the client name from there. It seems not to be available in the auth_request
2009 Jan 28
1
Character SNP data to binary MAF data
Hi I am sure there is a function out there already but I couldn't find it. I have SNP data, that is, a matrix which contains in each row two characters (they are different in each row) and I would like to convert this matrix to a binary one according to the minor allele frequency. For non-geneticists: I want to have a binary matrix for which in each row the 0 stands for the less frequent
2003 Apr 10
1
Writing a DVD
Hi there. I am unsuccessfully trying to write a data DVD on FreeBSD 4.8. The writer is a Sony DVD RW DRU-500A on IDE. I'm using the atapicam driver. The media is a Sony DVD+RW which arrived with the writer. Both with cdrecord ProDVD (from the ports or otherwise) and dvdrtools I get a general SCSI retryable error message, when trying to write a data track or blank a DVD. I have no
2009 Jan 18
1
System with manual options
Hi I was wondering if there was a way to run system when there is e.g. a C program which is not totally command-line driven. That is, I have a C program which requires manual input of options into the shell during the run. I would like to run this program from R and as far as I have seen system() does not handle manual options (?). Is there thus a way to use these C programs anyway through R
2007 May 13
1
Writing a new mailbox access module
Having finished a few other projects, I'm contemplating trying to write a new mailbox module which could be useful for us here. I would appreciate any guidance. Basically, I need (or rather, could use) a module that provides a merge of two mailboxes (which are themselves accessed by other modules), cascading them, so that: * The user sees one mailbox M, which contains all the messages in
2010 Jun 20
1
Connect to server
Hi, I am aware that this question might be a basic one. I did browse the help and archives but I still haven't understood how to do the following: I run R locally and would like to read in data from a server for which there is a username and password. That is, how do I open a connection to a server with a password? Thanks, Hadassa -- Hadassa Brunschwig PhD Student Department of Statistics
2007 May 29
0
CFP: Virtualization Workshop at SYSTOR 2007
[we apologize if you receive multiple copies of this announcement] The Storage and Systems Department at IBM''s Haifa Research Lab (HRL), in collaboration with the Technion - Israel Institute of Technology, cordially invite you to a full-day workshop on the subject of virtualization within the SYSTOR 2007 conference. SYSTOR 2007 is the first high-quality refereed systems and storage
2007 May 29
0
CFP: Virtualization Workshop at SYSTOR 2007
[we apologize if you receive multiple copies of this announcement] The Storage and Systems Department at IBM''s Haifa Research Lab (HRL), in collaboration with the Technion - Israel Institute of Technology, cordially invite you to a full-day workshop on the subject of virtualization within the SYSTOR 2007 conference. SYSTOR 2007 is the first high-quality refereed systems and storage