Displaying 20 results from an estimated 500 matches similar to: "Bug#407642: dovecot rules don't ignore local logins"
2007 Jan 21
0
Bug#407777: postfix message not chatched by rules
Package: logcheck-database
Version: 1.2.53
Severity: minor
On my mailserver i've got some message like the following (user infos obscured):
Jan 21 08:01:01 lorien postfix/smtp[3005]: 39D2315533A: to=<someuser at somedomain.org>, relay=mail.somedomain.org[11.22.33.44]:25, conn_use=2, delay=1.3, delays=0.06/0/0.44/0.83, dsn=2.0.0, status=sent (250 Message queued)
This is a normal
2007 Jan 20
0
Bug#407642: another update
Package: logcheck-database
Followup-For: Bug #407642
I've found another litle error in dovecot POP3 rules.
The line
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: POP3\([-_.@[:alnum:]]+\): Disconnected: Logged out top=[[:digit:]]+/[[:digit:]]+, retr=[[:digit:]]+/[[:digit:]]+, del=[[:digit:]]+/[[:digit:]]+, size=[[:digit:]]+$
must be similar to the following IMAP one (on my system
2006 Dec 13
1
Postfix + Doveot SASL
Hi, i'm trying to configure my postfix to use dovecot SASL instead of
saslauthd with rimap to authenticate my users.
I've modified my postfix/dovecot configuration as is described on
http://wiki.dovecot.org/PostfixAndDovecotSASL but when an user try to
login it fails with the following log (debug_auth = on):
Dec 12 15:07:53 lorien dovecot: auth(default): client in:
2009 Dec 16
2
Build fix on HURD
I've made two little patches to allow dovecot to be compiled on GNU/Hurd.
Could you review them?
Kind regards,
Marco Nenciarini
--
---------------------------------------------------------------------
| Marco Nenciarini | Debian/GNU Linux Developer - Plug Member |
| mnencia at prato.linux.it | http://www.prato.linux.it/~mnencia |
2009 Nov 27
1
FTBFS with binutils-gold
As reported in debian bug #554306 [1] dovecot fails to build with GNU
binutils-gold or setting LDFLAGS=-Wl,--no-add-needed
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554306
The problem is that liblber isn't explicitly declared as a dependence
when dovecot is compiled with ldap support.
The attached patch fixes this little error.
Regards,
Marco
--
2009 Nov 22
6
Strange interaction from grub2 and XEN
I''m testing how xen and grub2 can work together.
I''m using xen 3.4.2 and grub2 1.97+20091115-1 from debian sid.
After many failed attempts I''ve discovered that on my system the first
argument that grub2 should pass to the linux kernel is lost.
This is my working grub2 configuration:
menuentry "Xen 3.4.0 / Debian GNU/Linux, Linux 2.6.31-1-xen-amd64" {
2009 Nov 22
6
Strange interaction from grub2 and XEN
I''m testing how xen and grub2 can work together.
I''m using xen 3.4.2 and grub2 1.97+20091115-1 from debian sid.
After many failed attempts I''ve discovered that on my system the first
argument that grub2 should pass to the linux kernel is lost.
This is my working grub2 configuration:
menuentry "Xen 3.4.0 / Debian GNU/Linux, Linux 2.6.31-1-xen-amd64" {
2010 Feb 21
0
Bug#570764: dovecot-common: sieve should allow Return-path header for address test
package dovecot-common
forward 570764 dovecot at dovecot.org
thanks
Martin Schwenke ha scritto:
> Package: dovecot-common
> Version: 1:1.2.10-1
> Severity: normal
>
>
> I attempt to compile the following sieve script...
>
> martins at bilbo:~/tmp$ cat test.sieve
> if address :is "Return-path" "owner-cipe-l at inka.de" {
> keep;
> }
>
2006 Oct 13
1
Segfault in in rc7 when index does not exists
This is the trace
(gdb) run
Starting program: /root/tmp/dovecot-1.0.rc7/src/imap/imap
x select inbox
Program received signal SIGSEGV, Segmentation fault.
mail_index_write_base_header (index=0x80e2a28, hdr=0xaff66028) at mail-index.c:1313
1313 memcpy(index->map->mmap_base, hdr, hdr_size);
(gdb) bt
#0 mail_index_write_base_header (index=0x80e2a28, hdr=0xaff66028) at
2008 Feb 18
2
mail server management
Hi, this is sort of off topic but I'm using dovecot with postfix on centos 5
and I have multiple virtual domains and I want to be able to have virtual
admin's add/remove mappings/users for their own domains.
I have looked around and haven't found many solutions just wondering what
everyone is using for virtual mail management.
TIA, Paul
2010 Jan 20
2
md5_verify(...): Not a valid MD5-CRYPT or PLAIN-MD5 password
'afternoon list!
I use mysql as userdb, which contains two type of
password schemes: DES and MD5-CRYPT.
I read there :
http://wiki.dovecot.org/Authentication/PasswordSchemes
that both are
supported by dovecot.
Unfortunately, dovecot keeps saying: Not a valid
MD5-CRYPT or PLAIN-MD5 password when looking for a user with DES encrypted
password.
Is dovecot able to recognize password
2010 Mar 22
1
Debian Unstable Packages
Hi all,
Speaking of Debian, what relative position are the Debian Unstable (Sid) packages in to the latest "Bleeding edge" builds of RCS-based releases from the Wiki? If using Unstable is it recommended to stay or use the newer ones? I'd say it was production, yes, but I'm forgiving of problems in the latest releases, so long as they aren't meant to be beta (i.e., known
2009 Sep 23
9
pop3-login: Fatal: io_loop_handle_add: epoll_ctl(1, 5):
I have been running Dovecot 1.2.5 since Sept 14. Beginning at about
03:28 on Sept 21 for no apparent (to me) reason and continuing through
the present, I am seeing log messages like the following and am
experiencing delays logging in.
Sep 22 19:07:15 sbh16 dovecot: dovecot: Temporary failure in creating
login processes, slowing down for now
Sep 22 19:07:15 sbh16 dovecot: pop3-login: Fatal:
2009 Oct 27
2
oldschool xen kernel on sid
Hello!
In an attempt to finally get a recent Xen dom0 kernel booted on this
pesky amd64 system (see
<http://lists.xensource.com/archives/html/xen-users/2009-10/msg00485.html>
for the (short) story), I wanted to give this one one a try:
Marco Nenciarini <mnencia at prato.linux.it> wrote:
> I've applied latest forward ported patches from
>
>
2010 Mar 02
1
Bug#572208: xen-utils-common: duplicated xen-backend.rules file
Package: xen-utils-common
Version: 3.4.2-3
Severity: minor
Hi,
I've just noticed that the xen-utils-common package instals the file xen-backend.rules
both under /etc/udev/xen-backend.rules and /lib/udev/rules.d/xen-backend.rules
I think the flormer is useless and is installed there by mistake.
Kind Regards,
Marco
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
2016 Apr 05
0
Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running
Thanks, I'll track this down.
Duncan Murdoch
On 05/04/2016 9:35 AM, Simone Giannerini wrote:
> minimal reproducible example
>
> plot(1,1)
> identify(1,1) # or locator()
>
> now, trying to close the window by clicking on the cross of the upper
> right corner causes Rgui (and Rterm) to crash.
>
> I see the same behaviour on 2 different Windows PC (one with Win 8.1
2007 Apr 19
0
(PR#9613) [Wishlist] to uniform help(x) and library(help=x)
What library(help=foo) produces is not HTML and has no hyperlinks, so why
do you want it displayed in a browser? If you do want text displayed in a
browser, you can set options("pager") to point to your browser (or a
wrapper).
It is no different from other library() help modes, like library() with no
argument, nor from help(package="foo").
Indeed, the help for help says
2016 Apr 05
0
Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running
On 05/04/2016 11:56 AM, Henrik Bengtsson wrote:
> If of any help,
>
> I can reproduce this (on Windows 7) back to at least R 3.0.3 but it's
> not there in R 3.0.0. (I have *not* checked with R 3.0.1 and 3.0.2
> which I don't have installed).
That doesn't necessarily mean that 3.0.0 was fine. It's a segfault (I'd
guess some memory being accessed after being
2016 Apr 19
1
Possible problem with R/X11/libpng on Debian
Dear all,
can you reproduce (on testing or unstable, especially) this 2 line error
which inhibits interactive graphics (to me, tested on 2 debian testing
boxes).
l at m740n:~$ R --vanilla
> example(hist)
hist> op <- par(mfrow = c(2, 2))
Error in (function (display = "", width, height, pointsize, gamma, bg, :
il modulo X11 non pu? essere caricato
Inoltre: Warning message:
2013 Jul 28
4
Fedora 19 installation with virt-install
Hello,
I want to install a DomU with Fedora 19 in a Debian Host Dom0 with the
following versions...
ii libc6-xen:i386 2.13-38
i386 Embedded GNU C Library: Shared libraries [Xen version]
ii libxen-4.1 4.1.4-3+deb7u1
i386 Public libs for Xen
ii libxenstore3.0 4.1.4-3+deb7u1
i386