Displaying 20 results from an estimated 1000 matches similar to: "Make a whole mailbox read-only"
2012 May 24
1
AUTH PLAIN fails while AUTH LOGIN succeeds with Exim -> Dovecot SASL auth
Hello,
we're trying to setup a platform with authenticated SMTP with exim and
relying on dovecot as auth agent.
We've read http://wiki2.dovecot.org/HowTo/EximAndDovecotSASL and so made
the changes mentioned there, also setting
auth_mechanisms = plain login
in conf.d/10-auth.conf .
With this setup, we're able to use AUTH LOGIN method on an SMTP session,
but using AUTH PLAIN
2012 Aug 03
3
Antispam only when LMTP delivers some specific messages
Hello,
we're setting up a weird platform where every incoming email is passed
from the MTA directly to a tool that then uses dovecot LMTP to deliver
the message into the user mailbox.
We are legally *not* allowed to run antispam on all the incoming
messages, but only on some of them, as they are recognized by the
aforementioned tool; but given that tool directly uses LMTP to delivers
the
2012 Oct 10
1
Clarifications on Pigeonhole and MySQL lookups
Hello,
we're scouting if it's possible to use Pigeonhole (currently v0.3.1, as
this will be provided with an upcoming Debian package) with MySQL dict
lookups with the mail setup we're designing.
Our (main) goals are:
1. store the filters on the database
2. allow each user to enable/disable any of the filters set we provide
(it's a static set of some general filters, available
2011 Nov 09
4
Bus factor of dovecot / GIT
Hi,
somebody from the kolab groupware project recently explained me that the Bus-
Factor[1] of around 1 would be one of their primary reasons not to use Dovecot
and stick with Cyrus.
What do you think about that? Is the bus factor much higher then 1?
[1] http://en.wikipedia.org/wiki/Bus_factor
Somehow related: Since the free software world[2] slowly converges towards GIT
as the "one and
2010 Jun 22
0
Processed: submitter 585188, submitter 585189, submitter 585190, submitter 585191, submitter 585192 ...
Processing commands for control at bugs.debian.org:
> # sorry for the noise
> submitter 585188 !
Bug #585188 [convirt] convirt: Python string exceptions no more allowed in Python 2.6
Changed Bug submitter to 'Sandro Tosi <morph at debian.org>' from 'Sandro Tosi <morph at ravel.debian.org>'
> submitter 585189 !
Bug #585189 {Done: Julien BLACHE <jblache at
2009 Jul 14
1
Fatal: listen(143) failed: Interrupted system call
Hello,
we found dovecot down on one of our servers, with this error in the log:
dovecot: 2009-07-14 04:05:04 Warning: SIGHUP received - reloading
configuration
dovecot: 2009-07-14 04:05:04 Error: Temporary failure in creating login
processes, slowing down for now
dovecot: 2009-07-14 04:05:04 Fatal: listen(143) failed: Interrupted
system call
we can reproduce this error with this tight loop:
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
Processing commands for control at bugs.debian.org:
> submitter 192827 Jos? Luis Gonz?lez <jlgonzal at ya.com>
Bug #192827 [xdiskusage] xdiskusage: Printing doesn't manage non-ASCII characters
Changed Bug submitter to 'Jos? Luis Gonz?lez <jlgonzal at ya.com>' from 'Jos?? Luis Gonz??lez <jlgonzal at ya.com>'
> submitter 208308 R?diger Kuhlmann
2010 Feb 22
1
(minor) bug in configure
Hello,
while reading config options for dovecot v1.2.10 I've noticed a very
small bug:
# ./configure --help | egrep -- 'Dovecot|--with-gnu-ld'
`configure' configures Dovecot 1.2.10 to adapt to many kinds of systems.
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-gnu-ld assume the C compiler uses GNU ld default=no
I think the latter
2010 Jun 08
1
Migration from Courier to Dovecot: is it recommended to "force" d.index* creation?
Hello,
we are planning to migrate from Courier to Dovecot.
We already know courier-dovecot-migrate.pl, that will convert UID list
and subscriptions files to dovecot format, and we will run it in batch
on all Maildir + enable it at login, once we do the switch
But we are also wondering it it might be wise to "force" the creation of
dovecot.index{,.cache} files at conversion-time. It
2012 Apr 04
3
Listener not binding to port
Hello.
Dovecot is not binding or listening on port 993 when I start it.
$ sudo netstat -tlnp | grep -c 993
0
Dovecot starts fine and runs without complaints.
$ sudo service dovecot restart
Restarting IMAP/POP3 mail server: dovecot.
$ sudo tail /var/log/mail.log
Apr 4 13:42:39 mwjones dovecot: master: Warning: Killed with signal
15 (by pid=16238 uid=0 code=kill)
Apr 4 13:42:39 mwjones
2012 Apr 11
3
Settings file times only
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I restored a filesystem by using rsync to copy directories and files
from a backup volume to the newly recreated volume. All of the
re-created files were given the current date and time rather than the
original file's timestamp. I am sure there was a way to prevent that
from happening.
Is there a way to use rsync to set the timestamps
2012 Feb 13
0
Released Pigeonhole v0.2.6 for Dovecot v2.0.18
Hello Dovecot users,
Pigeonhole v0.2.5 does not compile against the new Dovecot v2.0.18
release. That is why a release a new version now. Other changes are
included as well, of which the one regarding the include extension
requires special attention;
Changelog v0.2.6:
* This release fixes unintentional behavior of the include extension.
Included script names with a name like
2012 Feb 13
0
Released Pigeonhole v0.2.6 for Dovecot v2.0.18
Hello Dovecot users,
Pigeonhole v0.2.5 does not compile against the new Dovecot v2.0.18
release. That is why a release a new version now. Other changes are
included as well, of which the one regarding the include extension
requires special attention;
Changelog v0.2.6:
* This release fixes unintentional behavior of the include extension.
Included script names with a name like
2013 Apr 10
5
Setting a CDR field from using feature codes...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to set the CDR(userfield) to a certain vaule using the
application map of features.conf but I am not able to do it. When I
receive a call I would like to tag it with a client code (3 digit
numeric) so I can referenci it later from the CDR. I have edited
features.conf with something like:
code => #111,self,SET(CDR(userfield(111))
or
2010 Sep 28
13
Reading Puppet reports with Python
Has anyone got/seen Python code to read puppet reports?
I added a bunch of these:
class PuppetReport(yaml.YAMLObject):
yaml_tag = u''!ruby/object:Puppet::Transaction::Report''
def __init__(self, host, logs, metrics, records, time):
self.host = host
self.logs = logs
self.metrics = metrics
self.records = records
self.time = time
However, the Python YAML
2010 Mar 20
1
Error: ramdisk
Sure. Thanks again for the prompt help - very appreciated.
As I see I am trying to do what only few have done wrt Xen dom0 to package as bootable iso with ramdisk.
Now error below Xen dom 0 is trying to bring up Linux:
<..clipped..>
md: ... autorun DONE.
RAMDISK: ext2 filesystem found at block 0
RAMDISK: image too big! (524288KiB/4096KiB)
<...clipped: Details below...>
2010 Mar 20
1
Error: ramdisk
Sure. Thanks again for the prompt help - very appreciated.
As I see I am trying to do what only few have done wrt Xen dom0 to package as bootable iso with ramdisk.
Now error below Xen dom 0 is trying to bring up Linux:
<..clipped..>
md: ... autorun DONE.
RAMDISK: ext2 filesystem found at block 0
RAMDISK: image too big! (524288KiB/4096KiB)
<...clipped: Details below...>
2011 Dec 23
1
FreeBSD Security Advisory FreeBSD-SA-11:09.pam_ssh
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-11:09.pam_ssh Security Advisory
The FreeBSD Project
Topic: pam_ssh improperly grants access when user account has
unencrypted SSH private keys
2008 Mar 07
1
Bug#469013: forwarded patch
tag 469013 patch
thanks
Hi,
Sandro Tosi asked me to forward the attached patch fixing the problem.
Kind regards
T.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xen-unstable.memory.morph_.diff
Type: text/x-c
Size: 528 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20080307/b7367328/attachment-0001.bin
2013 Jun 07
3
dCAP study recommendations
Greetings. Anyone have any recommendations for studying for the dCAP Certification? Other than the expensive Digium courses, there doesn't seem to be anything online.
Thanks,
Michael Gilleran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130607/3b4766ea/attachment.htm>