Displaying 20 results from an estimated 200 matches similar to: "So, what about clustering and load balancing?"
2014 Oct 18
1
Fwd: Re: Wiki advice on running getmail on INBOX access - how does that work?
Just re-tried this, and it doesn't seem to fire getmail on access for me.
My incrontab is as follows:
/home/user/Maildir/cur/ IN_ALL_EVENTS,IN_ONESHOT /home/user/bin/mvmail.sh
The incrontab rule does work, but only if I make a physical change in
/home/user/Maildir/cur/ e.g. by moving a mail from another folder in
there. Just accessing the particular inbox doesn't seem to trigger
2016 Sep 30
1
Good Bye SAMBA?!?!?
lol 60++ posts.
2016-09-29 18:30 GMT-03:00 Miguel Medalha via samba <samba at lists.samba.org>:
> >> Problem is -- inotify is not recursive by default.
>
> Yup. That's why I've been using Watcher, a recursive incron type daemon
> written in Python.
>
> https://github.com/splitbrain/Watcher
> --
> To unsubscribe from this list go to the following URL
2011 Jul 08
5
Triggering script from cron or web client
I have a Bash script, currently run a couple times an hour from cron, that
pulls data from an old Windows DB by rsync, converts it to SQL, and injects
it into a MySQL DB for display in a LAMP-based app. (Make and Perl are also
involved to minimize the number of tables touched and to clean up the SQL
generated by Pxlib.)
I'd like to add the ability to refresh the data immediately from the
2016 Apr 21
0
Automatic sysvol replication through detection of filesystem events
I thought this can be useful to someone, so here it goes.
I am using automatic SysVol replication with the help of "watcher", a
recursive incron.
https://github.com/splitbrain/Watcher
"Watcher is a daemon that watches specified files/folders for changes
and fires commands in response to those changes. It is similar to
incron, however, configuration uses a simpler to read ini
2017 Feb 11
12
[Bug 12576] New: popt aliases allow users to bypass sudo argument restrictions
https://bugzilla.samba.org/show_bug.cgi?id=12576
Bug ID: 12576
Summary: popt aliases allow users to bypass sudo argument
restrictions
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee:
2016 Apr 12
6
antispam plugin, pipe backend, how to make it work?
Hi, my setup is a dovecot 2.0.19 IMAP server on Ubuntu Precise with
the antispam plugin in version 2.0+20120225-2 and spamassassin at
version 3.2.2
I have been trying and failed to get the pipe backend of the antispam
plugin to work. Spamassin by itself works, a manual call of sa-learn
works fine. Bayes data is stored in a mysql DB.
I have the following configuration in
2011 May 30
2
BIND9 - automatic zone definition replication to slave
Hello,
I have simple question - is there a way to automatically replicate zone
definition (not zone itself - this is easy) to slave server using BIND9? Is
it BIND built-in or are there prebuilt scripts? Or I have to write that
script on my own (started by Cron, transfer file with zone names, create
conf file and finallly restart BIND?)?
Thank you in advance
-------------- next part
2007 May 12
3
dbmail benchmarking
I thought I'd try benchmarking with dbmail (v2.2.4) to see how much
slower a SQL backend could actually be. Skip to bottom for the
conclusions.
Originally I ran the tests with the databases being in XFS
filesystem. MySQL's performance was horrible. It went 3-7x faster
with ext3.
MySQL 5.0.30 backend (innodb):
./imaptest clients=1 - append=100 seed=1 secs=30 msgs=1000000 logout=0
2018 Feb 19
0
inotify and filesystem monitors
hi everyone
do you guys know why icrond does not catch/see what happens
inside autofs mounted gluster volumes?
I rsync into such mount point and incron oblivious, from its
perspective nothing happened.
many thanks, L.
2010 Jan 21
1
Fastest restart of dovecot after upgrade: HOW?:
I'm running dovecot under runit:
#!/bin/sh
echo '/var/core/%p' > /proc/sys/kernel/core_pattern
ulimit -n 8096
ulimit -c unlimited
exec /usr/local/sbin/dovecot -F
(that way, together with incron, I can automatically generate the
coredumps I'm posting all the time)
If I apply a patch and recompile, what is the fastest way of
restarting dovecot?
Which part of the process
2008 Jun 11
5
Antispam plugin custom behavior?
Hello,
I currently have a setup on my system with what I call "magic folders"
to enable spam filter training. Here's how it works:
1. If you have a false-negative, put the spam into the Spam.Report
folder
2. If you have a false-positive (which has all kinds of ugly
spamassassin protective markup in it), put the message into the
Spam.NotSpam folder
2009 Apr 30
3
How to call a script when an E-Mail will moved in a folder?
Hi, list!
I use Dovecot 1.1.14 at work. It is configured to manage IMAP and IMAPs.
Exim is the MTA of the Network.
Of course, I installed SpamAssassin and ClamAV to check all incoming E-Mails.
An, of course, some E-Mail marked as Spam are Ham and some E-Mail marked as Ham
are Spam...
To teach SpamAssassin I create for every user two folder: "DochSpam" (for Spam
E-Mails not marked)
2007 Nov 11
4
How to know when files have finished FTPing?
Hello:
I have a server set up a CentOS 5 server for a client
to push files onto using FTP.
I have a cron job to process the files and
move them to another directory.
Sometimes, the cron job executes while the client
is still uploading a file (Some of them can be large)
and I get a partial file.
Is there a way to tell when a file has finished
uploading?
I am using the vsftpd daemon installed
2009 Jan 17
2
Call file in the future
Hello,
I read a thread on the asterisk dev list (call file handling suggestion)
May i have some comment/opinion on these two ways below to place a call file in the future ? (from the wiki and the asterisk book but added typos and stupidity come from me)
The best is ? (and should work ?)
tmsp = the delay in future.. say 100 seconds
exten=> ra,n,System(NOW='date %S')
exten=>
2017 Feb 09
1
Huge directory tree: Get files to sync via tools like sysdig
On Thu, 9 Feb 2017 14:43:57 +0100
Axel Kittenberger <axkibe at gmail.com> wrote:
> >
> > Not only that, but inotify is not guaranteed. (At least not on
> > 3.16.0. Can't say regards later versions.) So you might miss some
> > changes.
> >
>
> Got any info on that?
>
> I noted that MOVE_FROM and MOVE_TO events are not guaranted to arrive
2017 Feb 09
2
Huge directory tree: Get files to sync via tools like sysdig
On Thu, 9 Feb 2017 10:55:51 +0100
Axel Kittenberger <axkibe at gmail.com> wrote:
> > Has someone experience with collecting the changed files
> > with a third party tool which detects which files were changed?
>
> I don't know of sysdig but am the developer of Lsyncd which does
> exactly that, collect file changes via inotify event mechanism and
> then calls
2013 May 20
3
contribute to rsync
Hello All,
Myself Garvit Sharma working in hyderabad central
university(HCU) at DCIS. I have started using rsync to sync the data and i
found it very interesting. After using rsync a lot i realized to contribute
to rsync by adding some extra features into it. Every time for
synchronization we need to do it manually by executing command on the
command line but instead of doing it
2008 Jul 24
3
Delivery notifications
I'm working on an application that is backed by Postfix 2.3.8 and
Dovecot 1.0.13, configured with virtual domains, for handling messaging.
I need to be able to send the notification (such as "You've received a
new message on SomeAwesomeService. Click here to check it out", It's
evil, I know) to a different email address, such as a mobile device.
Eventually, we want
2008 Feb 06
1
Dependency problem in heartbeat-ldirectord update for Centos 4.6
I've just been trying to do a "yum update" on a Centos 4.6 system, and one
of the packages it wants to upgrade is heartbeat-ldirectord from 2.1.2-3
to 2.1.3-2
However, the newer version has dependency problems that can't be resolved:
[root at miton2 ~]# yum update
Loading "fastestmirror" plugin
Loading "protectbase" plugin
Setting up Update Process
Setting
2007 May 17
7
Replication plans
Several companies have been interested in getting replication support
for Dovecot. It looks like I could begin implementing it in a few months
after some other changes. So here's how I'm planning on doing it:
What needs to be replicated:
- Saving new mails (IMAP, deliver)
- Copying existing mails
- Expunges
- Flag and keyword changes
- Mailbox creations, deletions and renames
-