Re: Post-login scripting

2017-10-21 Thread Aki Tuomi
Dovecot auth supports auth_policy_server (v2.2.27+, https://wiki.dovecot.org/Authentication/Policy), which you could use for this. There is also https://github.com/PowerDNS/weakforced you can use as policy server, which can also do ratelimiting and such. It also integrates with postfix. Aki >

Re: Question regarding replication - duplicate emails

2017-10-21 Thread Aki Tuomi
Maybe you could not delete the message instantly, but keep track of last seen UID. UIDs increase monotonically, so you can rest assured that next arriving email has larger UID. Then you can bulk delete mails that are older than one day. Aki > On October 20, 2017 at 8:01 PM Remko Lodder wrote:

Re: Question regarding replication - duplicate emails

2017-10-21 Thread Remko Lodder
Hi Aki, Uhm well, that’s pretty hard not to do so… Mail.app only has one “Delete” option and that triggers the situation. My support application fetches the email and then deletes it (basically the same as Mail.app). My customers use a variety of MUA’s and they see the same behaviour.. I think

Re: Post-login scripting

2017-10-21 Thread Gedalya
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

Re: dovecot-2.3 (-git) Warning and Fatal Compile Error

2017-10-21 Thread Stephan Bosch
Op 10/20/2017 om 12:22 PM schreef Stephan Bosch: > > > Op 20-10-2017 om 4:23 schreef Reuben Farrelly: >> On 18/10/2017 11:40 PM, Timo Sirainen wrote: >>> On 18 Oct 2017, at 6.34, Reuben Farrelly >>> wrote: I haven't been tracking dovecot-2.3 until now, but I've just given it a quick

Re: Post-login scripting

2017-10-21 Thread j.emerlik
Thx for every suggestions. Regards Jack Sent from my mobile device please excuse. 21.10.2017 3:45 PM "Gedalya" napisał(a): > 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

Proxy lmtps

2017-10-21 Thread Matthias Kueth
Hi, when proxying lmtp from director to backend, director does not use STARTTLS. Delivering mails with postfix via lmtps to backend or director works encrypted. Is there a way to force the use of STARTTLS on dovecot director lmtp proxy? Regards, Matthias -- BOFH excuse #446: Mailer-daemon is b