Displaying 20 results from an estimated 1000 matches similar to: "System-wide sieve script?"
2006 May 11
3
LDA Sieve feature request
Hello,
In http://wiki.dovecot.org/LDA I read
# If there is no user-specific Sieve-script, global Sieve script is
# executed if set.
#global_script_path =
so you can set global_script_path and override it using a per user script.
It would be nice if the per user scripts could be optionally run after (or before maybe?) the global script.
Another nice thing would be per-virtualdomain sieve
2015 Apr 20
2
Samba 4.1 as member server, problems doing password authentication using CentOS/RedHat 7 packages
I've come across a difference I can't explain between the way Samba
behaves on Fedora 20 (4.1.17-1.fc20) and Centos 7 (4.1.12-21.el7). I
have a test server of each system (Fedora 20 and Centos 7), each newly
built, fully updated, and with the same config file. Each is joined to
our AD domain (Windows DCs). Some of our client systems are joined to
the domain and use Kerberos tickets
2015 Apr 21
2
Samba 4.1 as member server, problems doing password authentication using CentOS/RedHat 7 packages
On 04/20/2015 05:30 PM, Andrey Repin wrote:
> Greetings, Ty! Boyack!
Thanks, and Hi!
> I dumped (using testparm -v) all of the default settings, and found that
> With Samba 4, I've found the output of "samba-tool testparm" to be different
> from "testparm". The former looks more trustworthy to me.
I feel really foolish here -- but I don't see samba-tool as
2006 May 10
4
LDA not being called by postfix?
Hello,
I'm using Postfix with virtual domains (MySQL), Dovecot 1.0beta7 and CVS
LDA. I've set up postfix to use the LDA for maildir delivery and defined
a global sieve script.
-- master.cf --
...
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -d
${recipient}
...
-- main.cf --
smtpd_banner =
2013 Jun 07
1
%S Macro seems broken in default service
I am having trouble with the %S Macro being expanded to an unexpected
value. We have a section of disk where each directory under that
directory is to be it's own share. This looks like:
/export/
/export/share1
/export/share2
.
.
/export/shareN
Rather than listing each share uniquely in the smb.conf, we put this in
the global section:
default service = export
along with all of our
2009 Sep 24
1
Creating grid graphics with grid.layout
Hi,
I recently created a function which uses grid with a viewport
constructed with grid.layout() to position four plots on a plot device.
My question is what's the best way to programatically traverse each
element of the viewport?
The grid is 5x5 and the four plots occupy positions (2,2), (4,2), (2,4),
and (4,4).
Here's the viewport code:
pushViewport(
viewport(
2012 Feb 15
2
[newbie] separating plot output from debug output
I'm attempting to refactor an R script that does a lot of plotting,
among other things. Ideally I'd like to do something like
setup # does pdf(...)
for each part of input {
plot(process(part))
}
cleanup # does dev.off()
but have problems:
1 I'm plotting to PDF, so everytime I dev.off() creates a new file,
and I want everything in one file (as does my boss :-)
2 I'm
2005 Oct 05
5
Voicemailmain automatic extension detection?
Is there a way I can have "voice mail check" calls coming from my internal
users automatically get to the right extension, without having the user
enter their extension?
I'm thinking that I could have the local SPA boxes translate, or have
each user live in a context where the extension in question exists
uniquely per user, but both of these seem kludgey.
Thanks in advance for
2015 Apr 24
1
Centos7 Samba 4.1.12 -> Centos 5.11 Samba 3.5.2 = Rejecting auth request
Dear Sirs/Madams,
I have the following problem, for which the internet does not have a solution
yet:
I am trying to have a Centos7 server with Samba 4.1.12 authenticate his users
(security=domain) with a DC samba version 3.5.2 on a Centos5.11 machine (which
has an LDAP Backend). This works for other servers (OpenSuse 13.2 with samba
4.1.17) and for a bunch of Windows7 clients. I can join the
2006 Jul 06
1
FYI: timosieved
Just a heads up for all interested in using the Dovecot LDA with SIEVE
scripting:
I've started work on a proof-of-concept managesieve daemon, since the
only one available right now is dependent on Cyrus. It appears that the
only choice available for sites not using timsieved is the Ingo
component of Horde, which is way too fat to install by itself (plus it
uses FTP for a transport,
2004 Aug 06
3
Re-reading config file not working?
I sent this before but I figured I'd send it again since my current
method is rather kludgey...
Whenever I try to send a HUP to icecast it always fails when re-reading
the config file:
EROR event/event_config_read Error parsing config, not replacing existing config
However I know the config is good because the server starts up without
any issues (right now I've had to resort to just
2002 Dec 29
2
Quicken - Registration wants Internet Explorer
Hi,
I'm running Quicken 2001 Deluxe successfully under current CVS. The
only issue I have is that every time I go to download stock quotes
online, Quicken wants me to register the product, and to do this
attempts to open Internet Explorer. It can't find IE, so it just sits
there waiting. I eventually close the window, get a warning message from
Quick, and then proceed to download
2006 May 03
1
Running applications when a queued call is answered
Hello,
I'm experimenting with Asterisk for possible use in a call center.
I'm trying to figure out how to run applications when an agent answers
a call in the queue. I see that the queue itself supports a very
limited range of applications; for example, I can give a URL to the
Queue() application to SendURL(), or an announcement to read to the
agent. I'd like to do some slightly
2010 Feb 26
1
match.call to obtain the name of a function
Within a function I'd often like to obtain a text string equal to the name of the function.
One use for this: To generate a filename for use in pdf(). This enables me to keep track of which function generated a particular graphic came.
match.call() puts parentheses at the end of the name. I don't want parentheses in a filename.
The following kludgey function gives the desired result.
2004 Sep 10
1
Re: flac and pipes problems (was: Possible bug)
I'll rearrange a little and respond:
--- Mark Powell <M.S.Powell@salford.ac.uk> wrote:
> Also, when flac takes input from stdin it fails to
> fill in the wav size
> fields correctly, whereas shorten has no problems
> with this: i.e.
>...
> You can see it puts a data chunk size of zero in
> there.
>
OK, this has been fixed in CVS.
> Flac refuses
2000 Sep 29
1
ao/
I dived into automake, autoconf, etc. waters a little while ago, and somehow
got libao to actually compile (!!!) (sort of...). Still not right, though.
The commit looks sorta like this:
* make configure.in in coordination with autoheader and automake properly
create config.h. I put it in ao/include/config.h so that the build won't
need an extra include directory, but if anybody thinks
2017 May 04
2
running tomcat as non-root user.. (/var/run pidfile issue)
hey folks, we are migrating our tomcat setup over to centos 7. Im
converting init-scripts over to systemd services and whatnot.. One thing
that Ive noticed is that my systemd startup script cant seem to write to
/var/run as a non-root user to drop a pidfile.. If I create a directory
in /var/run owned by my user, it gets wiped out on reboot.
Ive searched and found this
2010 Apr 29
3
CDB Authentication database
Hello,
I'd be interested in seeing a CDB based backend for the userdb/passdb
lookups.
Is anyone working on this? Is there any documentation (other than the
wiki Design section and the code itself) on implementing database
backends?
thanks
Luca
2012 Feb 22
1
Handling unique cases
Hello, Everybody!
I need to allow my developers to run a special script on QA servers and
nowhere else. I put this sort of thing in place:
class app-server {
packages: foo:; bar:; baz:;
if $environment == ''qa'' {
file {
''a'':
content => ...
}
}
which feels kinda kludgey to me. Is there a better way to handle unique
cases like this
2006 Aug 02
3
configure.in bug?
Hello,
I have no autotools knowledge but I had to remove square brackets in
configure.in shipped with dovecot
AC_CONFIG_HEADERS([config.h])
and dovecot-sieve
AC_CONFIG_HEADERS([dsieve-config.h])
to be able to build them.
thanks