Displaying 20 results from an estimated 600 matches similar to: "Bug in Exim->Dovecot auth"
2018 Apr 17
2
Postfix sendmail cannot be called from Sieve redirect
Sending (in my case: forwarding) messages from Sieve via sendmail does not
work with version 2.3.1.
I have narrowed it down to this simple test case:
# dovecot -n
# 2.3.1 (c5a5c0c82): /etc/dovecot/dovecot.conf
# OS: Linux 4.4.0-119-generic x86_64 Ubuntu 16.04.4 LTS
# Hostname: tuxi.topfen.net
first_valid_gid = 200
first_valid_uid = 200
mail_location = mbox:~/mail
passdb {
args =
2009 Jan 14
2
Maildir++ quota: When is it recalculated?
We use Maildir++ quota, with the rules taken from our LDAP backend. We also
have an old expunge script that's not quota-aware; it removes old messages
from the maildir by simply deleting the files.
Sometimes, a mailbox is over quota before the script runs, but well under
quota after the old messages are deleted. This change does not seem to be
picked up, however: When I try to deliver a new
2015 Jan 29
2
quota_full_tempfail = yes broken with lmtp_rcpt_check_quota (was: Re: lmtp_rcpt_check_quota not working)
Bernhard Schmidt <berni at birkenwald.de> wrote:
Hi,
> Axel Luttgens <AxelLuttgens at swing.be> wrote:
>
> Hi Axel,
>
>> Le 11 f?vr. 2014 ? 08:34, Bernhard Schmidt a ?crit :
>>
>>> [...]
>>> so Dovecot should reject in RCPT TO phase, but according to the logs of the
>>> upstream Postfix it does so after END-OF-DATA
>>>
2008 Jul 08
2
Dovecot CRAM-MD5 & DIGEST-MD5
Hello all.
Im try to make a SMTP Auth using Docecot SASL.
Im use swaks for tests.
Im store users in LDAP.
As im understand for CRAM & DIGEST MD5 we need to store pass in a clear
text?... Ok.
mail: admin3 at domain.off
userPassword: 123 <- Clear text
What im do
%swaks -a CRAM-MD5 -au admin3 at domain.off -ap 123
To: admin3 at domain.off
=== Trying mx.domain.off:25...
=== Connected to
2016 Nov 21
0
Exim still accepting emails to nonexistent users
Hi Marti,
(Please do not send CC to my private account)
Marti Markov <marti1234 at gmail.com> (Mo 21 Nov 2016 03:52:54 CET):
>
> Here is the router:
>
> virtual_aliases:
?
> hide data = CHECK_VIRTUAL_ALIASES
> local_user:
> debug_print = "R: local_user for $local_part@$domain"
> driver = accept
> domains = +local_domains
>
2004 Nov 21
1
mac_portacl and automatic port allocation
Hello,
I really like the idea behind mac_portacl but I find it difficult to use
it because of one issue. When an unprivileged program binds to high
automatic port with a call to bind(2) and port number set to 0 the
system chooses the port to bind to itself. This mechanismus is used by
number of programs, most commonly by ftp clients in active mode.
Unfortunately this 0 is checked by the
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi Heiko,
Here is the router:
virtual_aliases:
driver = redirect
debug_print = "R: Check address using virtual_aliases for $local_part@$domain"
allow_fail
allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
2018 Apr 16
2
Lmtp issues on dovecot 2.3.x with big messages
> >> Messages are being sent to dovecot LMTP by postfix. If I change this email
> >> to another server with dovecot 2.2.x the same message are delivered
> >> immediately.
> > Confirmed. Starts to fail here around 30Mb. Tested with Swaks.
> >
> > Working on a fix...
>
> Problem found. It is an explicit limit of 40Mb (for the 30Mb I saw in my
>
2018 May 06
1
Dovecot fts script with solr
Hello again,
I have created a parser script, a little bit more advanced than the one
provided with Dovecot. The main feature is probably to index documents
inside zip/rar/tgz archives...
I am using Ansible, swaks and doveadm to run automatic tests for each
supported content. For specific reasons, I am not yet able to add Apache
Tika to the distribution. However, I already made some tests
2018 Dec 20
2
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
Hi,
I hit a bizare problem with dovecot 2.2.7 on debian 9 with LMTP enabled and auth/penalty disabled as documented here :
https://wiki.dovecot.org/Authentication/Penalty
Use case : I run a swaks command to send an email to an exim4 that tries to make a callout to dovecot-lmtp.
At RCPT TO: swaks hangs 5.0<something-small> seconds then process normally (exim is waiting for callout
2018 May 23
1
Lmtp issues on dovecot 2.3.x with big messages
On 17.04.2018 2:21, Stephan Bosch wrote:
> Op 16/04/2018 om 19:57 schreef Michael Tratz:
>>>>> Messages are being sent to dovecot LMTP by postfix. If I change
>>>>> this email
>>>>> to another server with dovecot 2.2.x the same message are delivered
>>>>> immediately.
>>>> Confirmed. Starts to fail here around 30Mb. Tested
2019 Jan 08
1
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
Hi,
I can confirm that in the bad behavior, the 5 second delay occurs at
each AUTH in our case. I think the configuration we have kill auth
process at each end of AUTH (and fork a new one for next next AUTH). I
think the "disable" flag is local to the process that is killed / respawned.
A collegue of mine, Laurent Guerby, has found a workaround for us and
it's findings seems
2016 Apr 05
3
fts_solr: Lookup failed: 400 Bad Request / GET null null
On Sun, Apr 3, 2016 at 4:19 PM, Stephan Bosch <stephan at rename-it.nl> wrote:
>> Unfortunately I do not know (yet) which client action produces these
>> log lines. "GET null null" seems not to be a sensible request in any
>> case.
>>
>> Anyone seeing the same effect?
>
>
> Did this happen only after upgrade to 2.2.23 or is this a fresh
2013 Feb 16
7
Defer emails until the user is ready to deal with them (snooze button / bring-forward file / bring-up file for emails)
Hi, I would like to add a feature to my email-client (Thunderbird)
which stops emails from showing up until a specific time (e.g. having
buttons for: show again this evening, tomorrow, next week, next month
...).
As far as I've learned this is not possible with IMAP:
- storing the 'do-not-show-until-time' within a custom header-field
requires down- and uploading of the whole email and
2006 Oct 24
2
CRAM-MD5 auth broken with postgresql passdb?
I'm currently experiencing a problem which has already been described
by Jonathan in http://www.dovecot.org/list/dovecot/2006-August/015501.html
If I use CRAM-MD5 auth with passwd-file as a backend (Thunderbird
client) everything works fine (MD5-hashes have been shortened for
readability):
dovecot: auth(default): password(bob at foo.bar,10.0.0.123): Credentials:
f12c884ba3cc82..
dovecot:
2006 Nov 03
1
auth-req-handler.c adds spurious tab
If the auth backend (postgresql in my case) returns extra fields, and
all of these extra_fields begin with 'userdb_', the auth_callback
functions adds an unwanted extra tab at the end of the response:
auth(default): client out: OK^I8^Iuser=foo at bar^I
This extra tab at the end confuses exim's dovecot-auth handler (the
exim-dovecot auth handler does not correctly count the number of
2007 May 30
1
IMAP traffic logging
Hi.
I wonder if it is possible to log the number of bytes send in response
to IMAP commands. Unfortunately there seems to be no config option
similar to "pop3_logout_format".
Courier writes a log file like this (header/body bytes):
imaplogin: DISCONNECTED, ip=[::ffff:10.123.0.234], headers=0, body=0
Chris
2010 May 18
1
Dovecot 2.0.beta5: dovecot-uidlist: Duplicate file entry at line X
Hi,
I'm using dovecot 2.0.beta5 (IMAP and LMTP+sieve) and I'm getting lots
of errors like this:
Warning: /data/mail/4567/Maildir/dovecot-uidlist: Duplicate file entry
at line 3: 1274182284.M635158P16414.mail,S=767,W=785:2,S (uid 5 -> 16)
All data is stored on local disk (ext3, no NFS!). As this is a fresh
installation of dovecot I do not know if older versions work better.
One user
2014 Feb 22
1
Disable/patch iOS7 Full Body Search
As mentioned in other posts [1], iOS7 Mail App uses a multi-folder
full body search by default. As to my knowledge, this behavior cannot
be disabled within the Mail App.
Is there any way to disable/patch this behavior on the server side? My
users complain that searching now takes 'forever'. They were happy
with the old behavior (searching From/To/Subject only).
I do NOT want to
2015 Aug 17
1
Store ACL files within shared mailbox / rename shared folder problem
Hi.
If $otheruser shares a mailbox to $myuser, my private index is stored
in *my* Maildir, according to this template (from the dovecot docs):
mail_location = maildir:%%h/Maildir:INDEXPVT=%h/Maildir/shared/%%u
If $otheruser renames the shared mailbox, all my private mail flags
(Seen) are lost because my mailclient couldn't find the private index
anymore.
Is there any way to store the