Disallow acces via imap, but keep lmtp running

2020-12-15 Thread Julian Kippels
Hi all, what is the best way to temporarily disable access to a mailbox via imap, but keep it possible to deliver to the mailbox via lmtp? I want to migrate some mailboxes around and would like to ensure that the users cannot access their mail while doing so. I would like to keep the users from lo

Re: Disallow acces via imap, but keep lmtp running

2020-12-15 Thread Julian Kippels
telefoon > > > Op 15 dec. 2020 om 23:22 heeft Julian Kippels het > > volgende geschreven: > > > > Hi all, > > > > what is the best way to temporarily disable access to a mailbox via > > imap, but keep it possible to deliver to the mailbox via lmtp?

Re: SMTP tool for Email validation

2021-01-29 Thread Julian Kippels
fter which step to abort. Your use case would be stopping after RCPT, so you would start it using the extra flag "-q RCPT" Julian -- - | | Julian Kippels | | M.Sc. Informatik | | | | Zentrum für Informations- und Medientechnologie | | Heinrich-He

Case sensitivity in :addresses in sieve vacation scripts

2019-10-08 Thread Julian Kippels via dovecot
Hi, I have recently updated from Dovecot 2.2 to 2.3. Since I have noticed that vacation responses from sieve are not working the same anymore. For example, my sieve script looks like this: vacation :days 1 :addresses ["kipp...@hhu.de","julian.kipp...@hhu.de"] it used to be that I got a vacation

[BUG REPORT] Case sensitivity in :addresses in sieve vacation scripts

2019-10-10 Thread Julian Kippels via dovecot
Am Tue, 08 Oct 2019 08:13:29 -0400 schrieb James Cassell via dovecot : > On Tue, Oct 8, 2019, at 7:58 AM, Julian Kippels via dovecot wrote: > > Hi, > > > > I have recently updated from Dovecot 2.2 to 2.3. Since I have > > noticed that vacation responses from sie

IMAP Migration Tools

2019-11-28 Thread Julian Kippels via dovecot
Hi, I am looking for tools to migrate Mails from one IMAP-Server to another. Until now I have always used imapsync, but it seems very slow. Even over a 2x10GB/s connection I only get speeds of about 600KiB/s, because the programm always pauses betweeen every single mail. Does anyone here have a su