Displaying 4 results from an estimated 4 matches for "42dev".
2017 Apr 07
2
Running sievec as user vmail
My sieve problem ended up a permissions problem. I ran sievec as root
and .svbin needs vmail:mail ownership.
I could always just add the chown command to my process, but I wonder if
there is some 'clean' way to run sievec as user vmail while logged in as
root?
thanks
2017 Apr 07
0
Running sievec as user vmail
You could give
# su -c MYSIEVESCRIPT vmail
a try.
Also: # man su
Cheers, Florian
_____________________
42dev e. U. - web solutions & hosting services
http://42dev.eu
On 2017-04-07 14:19, Robert Moskowitz wrote:
> My sieve problem ended up a permissions problem. I ran sievec as root
> and .svbin needs vmail:mail ownership.
>
> I could always just add the chown command to my process, but...
2012 Sep 04
10
Generic asset definitions and management
(The following is not a Rails-specific question, but relates to a problem
that affects Rails, so I wonder whether anyone on the team has an opinion
about it or knows whether a solution is already in development.)
While gem dependencies can be easily managed in a Gemfile by Bundler, when
it comes to other assets, you either have to manually copy javascript files
into the app/assets or vendor
2017 Aug 11
0
is a self signed certificate always invalid the first time?
On 2017-08-11 11:36, Michael Felt wrote:
> I have looked at let's encrypt. Key issue for me is having to add a
> lot python stuff that would otherwise not be on any server.
I use acme.sh for all of my LetsEncrypt certs (web & mail), it is
written in pure shell script, so no python dependencies.
https://github.com/Neilpang/acme.sh