Displaying 20 results from an estimated 900 matches similar to: "fetchmail wakeup"
2010 Jan 25
2
acl flag to limit imap_acl based acl changes
Hi all!
I have tried the imap_acl plugin with 1.2.9 today, but was not able to limit
acl changes for those mailboxes where acl changes should be forbidden.
http://wiki.dovecot.org/ACL says that "a" or "admin" covers "Administration
rights to the mailbox". However, removing "a" from owner acl (using "lr")
does not help, the user can still
2007 Mar 23
1
maildirsize problem?
Hello all,
Recently I have received a few complaints from users that their quota
was being reported wrong. This seems to have started when I switched to
quota=maildir and ignore=Trash (did both at the same time). The main
reported problem is that maildirsize is not correctly updated when they
delete messages. My personal hypothesis is something like this:
- User moves to Trash
- Trash
2007 May 02
5
Return error instead of dying on time back skip?
Hello everybody!
Currently, dovecot just kills itself if it detects that time has moved
backwards more than a hardcoded number of seconds. I accept the
reasons, but I do not like to restart dovecot manually after waiting
for time to move forward again. A cron job would not help, because
time might still be wrong when it restarts dovecot.
All our systems run ntpd, but they might be offline
2010 Feb 05
4
Compressing Maildir mails on delivery
Now supported by v2.0. Also as a patch to v1.2:
http://dovecot.org/patches/1.2/zlib-compress.diff
I'm not really sure if I should commit it to v1.2 code tree. The code
contains ugly copy&pasted io_stream_copy() and v1.2 is supposed to be
feature complete..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
2009 Jan 12
1
Deliver *sometimes* delivers via /tmp?
Hi,
I'm running dovecot (1.1.7) deliver and sieve (1.1.5) on a Fedora 9
platform, using selinux targetet mode.
Most of the mail deliveries goes well, but once deliver tried to copy
the mail to the /tmp directory, which it seems it not allowed by
selinux. I guess that deliver wants to sanitize the mail or something
and therefore copies it to /tmp.
Before I ask for selinux to allow this, I
2007 Apr 27
1
Inconsistent Mailbox with Eudora as POP3 client
Hello everyone,
one of our customers using
QUALCOMM Windows Eudora Version 7.1.0.9
as POP3 client with Dovecot 1.0.0 under Linux using Maildirs reports
that on various accounts they get occasional "inconsistent mailbox"
errors at quit.
The same Docevot binary in the same environment on other servers works
fine for several other customers and ourselves. We use Postfix 2.2
with
2010 Aug 18
2
wake up getamail on imap request
Hi,
i've set up a little mailserver for my homeoffice, and after some problems
everything works fine for me, I've some virtual users which get their mail
delivered via getmail, and I can access my mails from my windows mailclient.
The only issue I'm still facing is, that I don't like to run getmail as a
cronjob that connects to my online mailboxes every minute or so,
2007 Dec 13
4
Weird Mongrel error: Not starting.
Hi list,
I have a problem with Mongrel which is really bugging me. I would really
appreciate any help that anyone can provide to help me in solving this
problem.
1. My setup:
Apache front_end with mod_proxy_balancer in front of 4 mongrel/rails
instances of my application.
Rails 1.2.5
Ruby 1.8.6
Mongrel 1.1.1
2. I noticed that the CPU consumption on my server was 100% being consumed
by ruby so I
2007 Dec 11
2
Mongrel not starting: `initialize_without_backlog'': Cannot assign requested address - bind(2) (Errno::EADDRNOTAVAIL)
Hi
I have a rather strange problem with mongrel and I would be grateful if
anyone could assist me with resolving.
I have an application running mongrel 1.1.1 and rails 1.2.5 with ruby 1.8.6.
It was all working fine and starting as expected. But I did a server reboot
once and mongrel has refused to start up since. I get the following error:
2006 Aug 25
2
Auto-blacklisting hosts after too many failed logins
Hi folks,
first of all thanks for Dovecot, I appreciate it a lot.
On one of our servers, we experience regular tries to brute force
logins, probably based on harvested mail addresses. Now I wonder if
dovecot has or could in future have some mechanism to blacklist
remote IP addresses after a configurable number of failures to login
to any account.
Blacklisted IPs could simply be disconnected
2006 Jul 11
3
Building a Rice Encoder/Decoder from FLAC
Hi all,
I am interested in building a stand alone Rice Encoder/Decoder, using FLAC
source code as a starting point. I've read the theory behind it, and I am
very interested in info theory. However, I am struggling with how exactly
I would implement the theory in code. I'm a newbie to computer science
(only 1 year experience). I have read the format and documentation links on
the FLAC
2015 Sep 01
3
poor performance with dom0 on centos7
Hi All
it is possible to tune dom0/domU for better IO/network performance?
Since I have changed to Cenots7 dom0, I have a really poor IO
performance inside a PV VM.
I have already done what is described on
http://wiki.xenproject.org/wiki/Tuning_Xen_for_Performance
It is better now but still significantly worse than with centos6 dom0
my settings:
xen parameter: dom0_mem=1024M cpufreq=xen
2004 Dec 07
2
Problem with more than 1T B
Hello,
I'm using linux kernel 2.6.8-24.
I configured it with "CONFIGURE_EXT3_FS=y"
and installed "e2fsprogs".
Now I try formatting my 2,5 TB HDD (Raid5 12x250GB)
how can I do this? the system internal tool does only format 1TB.
Thanks
Bye
2010 Oct 04
1
Mounting an lvm
I converted a system disk from a virtualbox
VM and added to the config on a qemu VM.
All seems well until I try to mount it. The
virtual machine shows data for the disk
image using commands like:
pvs
lvs
lvdisplay xena-1
but there is no /dev/xena-1/root to be
mounted. I also cannot seem to figure out
whether the lvm related modules are available
for the virtual machine kernel.
Has anyone
2004 Oct 28
1
Remote file deletion
I've a particular situation in which I need to sometimes
delete one or two files from a remote site. I haven't
figured out a way to do it with rsync yet... I've considered
playing games with --exclude and --delete but I'm a bit
nervous of the chances of mayhem by a simple error.
Situation is a remote repository to which files are
added on occasion; there is no local copy. On
2007 Jun 11
5
change moh during a call?
Hello.
Is it possible to change the defined moh sound file within an extension?
I have:
exten => 18,1,Answer
exten => 18,n,Wait(3)
exten => 18,n,SetMusicOnHold(durchwahl)
exten => 18,n,Dial(SIP/118,15,m)
exten => 18,n,Hangup
Now i have the situation someone calls and my phone is ringing while moh
(durchwahl) is playing. When i pickup the call and press the hold button
during
2004 Dec 08
1
AW: Problem with more than 1T B
boy, if you really care about your problem, *USE* ext3-users:
> oh, and please respond on-list, perhaps other ppl are curious
> about some details too ;)
really.
Tobias Amon schrieb:
> Hi,
>
> I use e2fsprogs version 1.5.2 (I think)
http://e2fsprogs.sourceforge.net/ exists, latest version is 1.35.
> I got another solution. Yast, which came with Suse
> is not able to
2012 Apr 14
1
[rjones@redhat.com: Re: Suggestions on building VM disks from scratch]
On Sat, Apr 14, 2012 at 12:20:00AM +0100, Dale Amon wrote:
> I might add that virt-rescue now gets much further
> than I have ever seen before... it shows a line
> [ 245.032513] vda: vda1 vda2
>
> before hanging forever. So it at least has gotten
> to the point of recognizing the partitions on the
> virtual disk I want to access.
This hang is also characteristic of the
2006 Jul 11
2
Building a Rice Encoder/Decoder from FLAC
I feel really silly asking this, but where is read_residual_partitioned_rice
>
> _() ? I tried using the standard find feature on text editors for all of
> the .c and .cpp files in libFLAC and libFLAC++, but nothing came up.
-Mary
On 7/11/06, Ralph Giles <giles@xiph.org> wrote:
>
> On Tue, Jul 11, 2006 at 04:17:41PM -0700, Mary Amon wrote:
>
> >
2017 Jul 13
2
Can Dovecot replace fetchmail?
I'm using fetchmail to grab mail for multiple accounts from an external
IMAP server and drop it into local mailboxes via SMTP. It polls the remote
server every two minutes. Can Dovecot replace this functionality more
elegantly, using IDLE to avoid the polling necessary with fetchmail? I'd
like to designate that mail for specific accounts on the external server be
moved to specific