Displaying 20 results from an estimated 6000 matches similar to: "shadow_copy for homes share"
2007 Sep 28
4
Testing sieve filter
Hi,
I am trying to get sieve working with dovecot. Dovecot itself is
working fine, and I have the following config:
root at master:/var/log# dovecot --version
1.0.rc2
root at master:/var/log# dovecot -n
# /etc/dovecot/dovecot.conf
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable:
2007 Sep 27
2
ACL question
Does ACL's apply to all subfolders? For instance, if I create a
dovecot-acl in a Maildir/, does it apply only to the INBOX or does it
apply to all subfolders as well?
2007 Sep 27
3
shared mailboxes question
I'm using a virtual mailbox setup. Lets say my users have mailboxes in
/home/vmail/domain/%u. What I'm trying to do is setup one namespace
that points to /home/vmail/domain and contains everyones mailboxes that
I can subscribe to. Is this possible?
I tried using a symlink to /home/vmail/domain but it doesn't work
because its looking for the dotFoldername. The only way I could
2007 Sep 27
2
undelete messages?
I'm using the lazy expunge plugin as configured in:
http://wiki.dovecot.org/Plugins/Lazyexpunge
The page claims users can undelete messages without assistance from a
sysadmin. How is this accomplished? When I try to subscribe to the
folders under the EXPUNGED namespace, nothing happens.
~Cory Coager
2006 Nov 15
2
script for VFS module shadow_copy
hello,
is someone interested in a script to manage snapshots for the VFS module
shadow_copy. I recently wrote something and maybe other people might
have some use for it. Is there any kind of script collection for samba
where I can send it?
Greetings, Christian
2002 Jul 31
2
Patronizing the exclude * option
I need to get around the requirement of --exclude=* to have all the
parent directories of the files and directories that are to be
included. So given the file..
/startdirectory/subdirectory1/subdirectory2/filetobecopied
I need to include
/
/subdirectory1
/subdirectory1/subdirectory2
I could just include the entire directory structure , but
alternatively just include the needed paths. So the
2010 Feb 05
0
shadow_copy script example leads to system hang?
I don't know if this was present (maybe not?) when the script was written, but
the script for taking a snapshot in the instructions for shadow_copy: that looks
like this:
----
xfs_freeze -f /home/
lvcreate -L10M -s -n $SNAPNAME /dev/Home/lvol0
xfs_freeze -u /home/
mkdir /home/shadow_share/@GMT-$SNAPNAME
mount /dev/Home/$SNAPNAME \
/home/shadow_share/@GMT-$SNAPNAME -onouuid,ro
----
2012 Sep 20
3
Line over Boxplot
Very much a rookie at R, and have only recently started using it again so
pardon the simple question. I am trying to produce a box plot from one data
set and then overlay a line plot from another data set. The box plot data
set is made up of 20 sets of 30 data points, or 600 total data points. The
line has only 30 total data points. The box plot is plotting fine, but for
some reason, the line plot
2012 Mar 13
4
Converting factor data into Date-time format
Dear R-user,
I have read a dataset from .csv file into R. This dataset includes one
column containing some data in 'date and time' format, e.g. 'dd/mm/yyyy
hh:mm'.
These data were automatically read and saved as 'factor' in R. When I was
trying to produce some plots (such as time series) with the above 'date and
time' on x-axis, it caused some disodering problem,
2019 Apr 23
2
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Hello, it seems an mismatch of schema file provided by dovecot-2.3.5.2
[root at mail conf]# pwd
/var/solr/data/dovecot/conf
# Below solrconfig.xml is from Solr-8.0.0.
[root at mail conf]# grep text_general solrconfig.xml
<str name="queryAnalyzerFieldType">text_general</str>
field types. Text content will be indexed as "text_general" as
<str
2006 May 04
3
Date find help please.
Here''s my problem.
I have an ''Item'' model with a date column called "inserted_on" formatted as
"yyyy-mm-dd hh:mm:ss:t". I want to find all records that were inserted more
than 30 days ago. How would I say that using the Item.find ( :all .....)
method? I don''t fully understand the syntax. I tried
@result = Item.find( :all, :conditions =>
2024 Jun 12
1
Apparent conflict between shadow_copy and virusfilter modules
Hello
I'm having a problem using the virusfilter and shadow_copy2 modules which,
unless I'm mistaken, seems like a conflict between these modules. If I use
the virusfilter, acl_xattr, recycle, shadow_copy2 and full_audit modules
together, everything works perfectly, if I use the NOTHING, RENAME or
DELETE actions of the virusfilter module. If I choose to use the QUARANTINE
action for the
2006 Jan 31
2
Creating a web service with AWS
So I''ve read the Action Web Service bit of the documentation for a
while, searched around and asked on the IRQ channel and I just can''t
seem to get a simple Hello World type web service up and running with
AWS on Rails.
I have a file called hello_person_api.rb which looks like this:
class HelloPersonAPI < ActionWebService::API::Base
api_method :HelloName, :expects
2008 Apr 17
1
LVM + xfs + Shadow copy
hi there,
i begin to install shadow copy VFS mod function in samba 3.0.24-6etch9, after i see the same function at win2003srv,
i think it could be very useful, if i gonna make it under DEB,
but at the moment i'm really get stucked,
i try to describe what's the point now;
1 - load shadow_copy mod in smb.conf
vfs objects = shadow_copy
2 - install shadow copy client in WinXPProf
3 -
2005 Mar 19
2
routing problem 1.8.2/0.10.1/webrick?
I seem to have come to a strange problem getting started on rails. I
had everything working in a virtual machine and then set up a seperate
machine just for rails developement. It now seems something is broken a
little.
ruby 1.8.2, rails 0.10.1, postgres, using webrick:
i created a table "users", then "generate scaffold User"
view localhost/users works fine, shows the
2005 Aug 16
2
set date format in wine
Hi list,
I want to run a windows app which saves a date format in a text file.
When this application is run in windows, it uses the date format
dd-mm-yyyy hh:mm:ss (24 hour clock).
However, when I run it under wine, it saves dates in the wrong date
format: mm/dd/yyyy h:mm:ss (so, 12 hour clock with am/pm).
Is there a way to set wine up that it uses another date format?
I'm using RedHat
2005 Aug 17
2
plotting issue with timestamps
I have a dataset with transactions and a timestamp at which they occoured
during a day. The time stamp is in the format YYYY/MM/DD hh:mm:ss. I would
like to plot a timeseries of the transactions to see if there is a
particular time in the day when there is a spike in transactions. Ofcourse
the YYYY/MM/DD can be dropped since I am monitoring activity for the day and
the actual date is
2011 Sep 08
2
help subsetting data based on date AND time
Dear R Community,
I am new to R, and have a question that I suspect may be quite simple but is
proving a formidable roadblock for me. I have a large data set that
includes water-quality measurements collected over many 24-hour periods.
The date and time of sample collection are in a combined Date/Time field in
the format yyyy-mm-dd hh:mm:ss. I need to be able to subset the data for
analysis of
2006 Jun 21
3
Simple range question
I have a model with a datetime field called start_date. I''d like to do
a find on the model so that it returns only records with the start_date
equal to the current day.
Something like this:
@foos = Foo.find(:all,
:conditions => //?? start_date equal to today''s date
??// ] )
Thanks in advance for any help.
-------------- next part
2007 Oct 20
1
how to deliver when username and email differ
I have an Active Directory virtual setup and am using LDA to deliver to
local recipients. Today I found a big problem with my configuration and
not sure if this is fixable. Some of the users have multiple email
addresses and the %n variable for user doesn't match their actual
username. So if I have realname "Joe Bob" with a username of "joe" and
an email of "jbob at