Displaying 20 results from an estimated 50000 matches similar to: "Dovecot auth"
2017 Oct 20
3
Post-login scripting
Hi ,
I would like to save every authentication IP addresses to database, for
IMAP and POP3 everything working correct but I don't know how to configure
Post-login script for SMTP AUTH.
Can you help me ?
Regards,
Jack
2017 Jul 07
2
pigeonhole-0.4.14
Yes, I'am sure.
I've only global as:
==============
require "fileinto";
if header :contains "X-Spam-Status" "YES" {
fileinto "INBOX.Junk";
}
if header :contains "X-Spam-Level" "********************" {
discard;
stop;
}
and default as:
==============
require "fileinto";
if header :contains
2017 Jul 07
2
pigeonhole-0.4.14
Op 7/7/2017 om 1:18 PM schreef j.emerlik:
> Solved temporary by replacing X-Spam-Status to X-Spam-Flag.
>
> X-Spam-Flag in my system is added only to SPAM e-mail, anyway it looks like
> a bug.
Can you show your configuration (output from `dovecot -n`)?
An example message may also be useful.
Regards,
Stephan.
> Regards,
> Jack
>
>
> 2017-07-07 12:41 GMT+02:00
2017 Oct 25
3
Password encription
SHA512-CRYPT and PLAIN/LOGIN with SSL.
---Aki TuomiDovecot oy
-------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com> Date: 25/10/2017 12:07 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password encription
What scheme and mechanism do you recommend?
2017-10-25 11:01 GMT+02:00
2017 Oct 21
2
Post-login scripting
Aha. Looks pretty cool, and it's really nice that it supports HTTP.
On the other hand if I'm rate limiting the number of messages sent = number of times a client said RCPT TO, I guess it still has to be a postfix policy server?
Anyway, thanks for pointing this out, I'm sure I'll use it :-)
On 10/21/2017 02:16 PM, Aki Tuomi wrote:
> Dovecot auth supports auth_policy_server
2017 Oct 25
1
Password encription
CRAM-MD5 should not be used. Its not terribly secure.
---Aki TuomiDovecot oy
-------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com> Date: 25/10/2017 11:58 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password encription
Thx Aki,
with CRAP-MD5 as scheme and mechanism?
2017 Jun 23
4
Courier migration to dovecot
Hi,
I'm almost ready to migrate Courier to Dovecot 2.2.31 but I have one
question about home and mail directory.
It's good idea to have same directory form home and mail ?
Which scenerio will be better and why ?
For example:
A)
Home: /home/doamin/user1
Mail: /home/doamin/user1
B)
Home: /home/doamin/user1/home
Mail: /home/doamin/user1
C)
Home: /home/doamin/user1/
Mail:
2017 Oct 20
2
Post-login scripting
No, it's entirely my own.
If all you want to do is write client IP addresses to a database then your script will probably fit in 20 lines of code or so.
On 10/20/2017 05:04 PM, j.emerlik wrote:
> Which one policy server are you using ?
> Someone from that list : http://www.postfix.org/addon.html
>
> 2017-10-20 16:53 GMT+02:00 Gedalya <gedalya at gedalya.net>:
>
>>
2017 Jun 12
4
Log authentication attempts
We alse have same problem, now we are running Dovecot 2.2.30.2 and also use
Dovecot SASL for SMTP authentication (postfix 2.11).
We need to save all failed login attempts to database as source IP address,
username and date and time but post-login script can do this but only after
successful login. Failed login attempts information may be useful in the
fight with bruteforce attacks.
It's
2017 Jul 07
2
pigeonhole-0.4.14
Hi,
my global sieve filter looks like this:
require "fileinto";
if header :contains "X-Spam-Status" "YES" {
fileinto "INBOX.Junk";
}
if header :contains "X-Spam-Level" "********************" {
discard;
stop;
}
Why Dovecot 2.2.24 and pigeonhole-0.4.14 moves all e-mails to spam eg .:
with "X-Spam-Status: No," too ?
2017 Nov 10
1
Postlogin script
Thx, prips works as I expected, gr8 tool, not available in Gentoo repository
but after compilation Dovecot doing what I wanted.
Regards,
Jack
2017-11-09 21:19 GMT+01:00 Gedalya <gedalya at gedalya.net>:
> A bit clunky but perhaps you could find another command.
>
> https://packages.debian.org/stretch/netmask
>
> $ IP=172.11.0.28
> $ if [ "$(netmask -n $IP/24)"
2018 Apr 09
2
IMAP_ID_LOG
Hi,
there in configuration is possibile to set imap_id_log for logging Client
ID e.g.: ID sent: name=Thunderbird, version=52.7.0.
Is possible to set same but for POP3 or SMTP Auth ?
Ideally, it would be possible to log in to the database e.g. using
postlogin script.
Regards,
MattX
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Oct 20
2
Post-login scripting
On 10/20/2017 04:50 PM, j.emerlik wrote:
> I understand that Dovecot SASL does not support the Post-Login scripts.
Yea, perhaps not. The concept it follows for POP3/IMAP is a wrapper for
the executable launched to perform the actual service, and there is no
such service when dovecot is only a SASL auth server for an external
program.
On the other hand a postfix policy server can let you
2017 Oct 27
1
Password encription
The use of salt, today, is to prevent the attacker from directly seeing
who has same passwords. Of course it also will make a rainbow table
attack less useful, but then again, no one uses rainbow tables anymore
since it takes about few minutes to brute force a password in the cloud
or on your home computer GPU. SHA512-CRYPT uses by default 4000 rounds
on dovecot, to make it more computationally
2018 Dec 11
1
Dovecot IMAP connections
What exactly means "deinit".
Yesterday I had all IMAP processes with word "deinit" in brackets and
dovecot reached the limit of processes.
I had to do a restart of the process.
eg.:
dovecot 32482 0.0 0.0 24832 4256 ? S 03:29 0:00
dovecot_host1/imap [pierrot xxx.xxx.xx.xx (deinit)]
Dovecot version 2.2.32.
Regards,
Jack
-------------- next part
2018 Nov 23
3
v2.3.4 released
On 23.11.2018 15.20, Brad Smith wrote:
> On Fri, Nov 23, 2018 at 02:29:22PM +0200, Timo Sirainen wrote:
>> https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz
>> https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz.sig
>> Binary packages in https://repo.dovecot.org/
>>
>> * The default postmaster_address is now "postmaster@<user domain or
>>
2018 Apr 09
1
IMAP_ID_LOG
SMTP lets you know the user agent, I thought that pop3 also.
2018-04-09 22:15 GMT+02:00 Michael Slusarz <michael.slusarz at dovecot.fi>:
> ID is an IMAP specific protocol command (RFC 2971). There is no POP or
> SMTP equivalent.
>
>
> On April 9, 2018 at 10:19 AM "j.emerlik" <j.emerlik at gmail.com> wrote:
>
> Hi,
> there in configuration is
2017 Nov 09
2
Postlogin script
Hi,
I would like to prepare postlogin a script that allow imap connection to
roundcube for all but restrict imap access for selected users.
My question is that:
Is possible in condition IF use IP addresses as range or with mask (because
I've more than one web servers) ?
My script:
#!/bin/sh
if [ "$IP" = "172.11.0.28" ] ; then
printf "* [ALERT] Access allowed from
2019 Jul 12
9
Dovecot release v2.3.7
Hi!
We are pleased to release Dovecot release v2.3.7.
Tarball is available at
https://dovecot.org/releases/2.3/dovecot-2.3.7.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.7.tar.gz.sig
Binary packages are available at https://repo.dovecot.org/
Changes
-------
* fts-solr: Removed break-imap-search parameter
+ Added more events for the new statistics, see
?
2019 Jul 12
9
Dovecot release v2.3.7
Hi!
We are pleased to release Dovecot release v2.3.7.
Tarball is available at
https://dovecot.org/releases/2.3/dovecot-2.3.7.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.7.tar.gz.sig
Binary packages are available at https://repo.dovecot.org/
Changes
-------
* fts-solr: Removed break-imap-search parameter
+ Added more events for the new statistics, see
?