search for: stover

Displaying 7 results from an estimated 7 matches for "stover".

Did you mean: stever
2015 Dec 30
2
sieve-filter to script fails with SHUT_WR
...ipe +vnd.dovecot.execute +vnd.dovecot.filter +vnd.dovecot.debug sieve_filter_bin_dir = /usr/local/lib/dovecot-sieve/sieve-filter sieve_pipe_bin_dir = /usr/local/lib/dovecot-sieve/sieve-pipe sieve_plugins = sieve_extprograms sieve_user_log = ~/.dovecot/sieve/sieve.log } postmaster_address = mstover at cisco.com protocol lda { info_log_path = log_path = mail_plugins = " sieve" } Sieve Script: require [ "variables", "envelope", "vnd.dovecot.debug", "vnd.dovecot.filter" ]; if envelope :matches "to" "*" { set "...
2011 Apr 27
6
rubygems (LoadError)
I''m trying to set up a cron job with a runner that calls a method in one of my models. I''m using javan''s whenever gem to do this and I''m running CentOS on my server. Whenever the cron executes though I''m getting the following error: `require'': no such file to load -- rubygems (LoadError) The method uses the ''mail'' and
2010 May 20
1
How to let rsync detect file RENAMEs
Assume I start with two absolutely equal directory trees. Now I rename in one of the directory trees a file from aaa.txt to bbb.txt How EXACTLY can I tell rsync to synchronize the other directory tree. That means that in the other partner directory tree the missing file should be deleted and the new, renamed file should be copied? This should work regardsless on which side/partner dir tree the
2002 Sep 11
1
rational approximations to the normal cdf
In the R source, nmath/pnorm.c contains the code for a rational function approximation for the normal cdf. These constants are listed: const double a[5] = { 2.2352520354606839287, 161.02823106855587881, 1067.6894854603709582, 18154.981253343561249, 0.065682337918207449113 }; The source file cites a paper by Cody (1969) and states that these
2005 Mar 03
4
Renaming root account
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone, One quick question: Is it safe and/or sensible to rename the root account, so that the only uid 0 user on a system is something different to root? I can see how this would be effective against external attackers who have no knowledge of the internals of the system as they would spend pointless hours trying to crack a user which doesnt
2004 Dec 17
5
Strange command histories in hacked shell history
> Message: 1 > Date: Thu, 16 Dec 2004 20:31:05 +0800 > From: Ganbold <ganbold@micom.mng.net> > Subject: Strange command histories in hacked shell server Just a minor comment on one portion of your message. [All deleted except the pertinent part - wjv] > Machine is configured in such way that everyone can create an account itself. > Some user dir permissions: > ...
2010 May 20
3
Where to download the rsync binaries for Windows but NOT the cwrsync version?
When I go to page http://rsync.samba.org/download.html then there is no download of the windows binaries except the cwRsync version. However there must be such a pure-rsync binary version for Windows because I have already an old, outdated rsync.exe v3.0.4 So is there elsewhere a download site for the newest rsync for windows? Ben