Re: Migrating GMail to Dovecot using imapc

2024-11-30 Thread Laura Steynes via dovecot
On Sat, Nov 30, 2024 at 11:01 PM Scott Q. wrote: > Replace SA by rspamd ? SA is unbearably slow. You have 14 mx hosts, get 14 > rspamd vhosts and I doubt you'll have any issues. > > Scott > > Oh, I never said we at dayjob use spamassassin :D That was at most places I do my moonlight contracting

Re: Migrating GMail to Dovecot using imapc

2024-11-29 Thread Laura Steynes via dovecot
Hi Scott, On Sat, Nov 30, 2024 at 2:10 AM Scott Q. wrote: > I see this thread is getting quite personal, but if I may comment on > something you wrote. > > >> I more or less said that, you are a mail administrator yes? then you > know bloody damn well that 99% of spam checks are carried out afte

Re: Migrating GMail to Dovecot using imapc

2024-11-29 Thread Laura Steynes via dovecot
On Wed, Nov 27, 2024 at 10:31 PM Marc wrote: > > > > > > > > > > > > > Try sending a spam message that Gmail sends you, back to them and > > see > > > > what happens. > > > > > > > > > > It is even worse, they just accept emails with stat=Sent and then > > delete > > > emails without notification

Re: Migrating GMail to Dovecot using imapc

2024-11-27 Thread Laura Steynes via dovecot
On Wed, Nov 27, 2024 at 3:53 AM Marc wrote: > > > > > Try sending a spam message that Gmail sends you, back to them and see > > what happens. > > > > It is even worse, they just accept emails with stat=Sent and then delete > emails without notifications. I am currently trying to get the EU to tak

Re: Migrating GMail to Dovecot using imapc

2024-11-27 Thread Laura Steynes via dovecot
On Tue, Nov 26, 2024 at 8:14 PM Marc wrote: > > > > > > Maybe that is in your opinion because you can not send him direct mail? > > Why > > No, it is not an opinion it is a fact. That is the huge difference here. > There is some sort of logic in my reasoning, while ignoring false positives > and

Re: Migrating GMail to Dovecot using imapc

2024-11-25 Thread Laura Steynes via dovecot
On Mon, Nov 25, 2024 at 10:34 PM Marc via dovecot wrote: > > > > > But now you are like ms/google/letsencrypt. We decide how you should > > > setup your servers, we decide how you setup your dns, we decide you > > are > > > not allowed to block the amazon cloud etc. > > > > WTF drugs are you on,

Re: BUG: logging bug creeped back in pop3-login

2024-10-25 Thread Laura Steynes via dovecot
# 2.3.21.1 (d492236fa0): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.21.1 (49005e73) On Mon, Oct 21, 2024 at 3:32 PM Aki Tuomi wrote: > > > On 21/10/2024 00:30 EEST Laura Steynes via dovecot > wrote: > > > > > > Oct 20 14:23:29 pop3-login: Info: Discon

BUG: logging bug creeped back in pop3-login

2024-10-20 Thread Laura Steynes via dovecot
Oct 20 14:23:29 pop3-login: Info: Disconnected: Disconnected: Too many bad commands (no auth attempts in 0 secs): use... Double logging of Disconnected ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dove

Redirects 550'd So why no SRS method

2024-01-04 Thread Laura Steynes
Happy New Year! Now to Aki, Timo, Corr, why, when setting up mail forwarding, is sieve not automatically configuring rules for SRS, it has this ability for long time, yet dovecots sieve based forwarding just creates a plain old redirect "forward" resulting in,in 2024, 99% of forwarded emails getti

Re: modernizing dovecot.conf

2021-12-29 Thread Laura Steynes
Because gmail is dumb. good mail client interfaces see reply-all with a mailing list as reply to list only I'll await someone more knowledgeable to answer my original questions I think On Thu, Dec 30, 2021 at 2:27 PM Benny Pedersen wrote: > On 2021-12-30 04:58, Laura Steynes wrote:

Re: modernizing dovecot.conf

2021-12-29 Thread Laura Steynes
That prints out what I have now, inside protcol sections, which differs from the config examples, so is of no use to my questions, thank you for trying anyway On Thu, Dec 30, 2021 at 1:13 PM Benny Pedersen wrote: > On 2021-12-30 03:34, Laura Steynes wrote: > > easier to find optio

modernizing dovecot.conf

2021-12-29 Thread Laura Steynes
Happy Holidays, And if you like me are working throughout so more senior engineers get their holidays, my condolences hah Taking the time to bring our dovecot.conf into the 2021/22 era .since its quiet time of year, Do I read it right that where we have things like service imap { process_l

Re: Dovecot v2.3.15 released

2021-06-21 Thread Laura Steynes
I know I'm blonde so might be silly question, but this libsystemd dependency, does this mean dovecot need it mandatory even if we do not use a systemd infected OS ? Or is it only needed if we use one of those systemd infected OS's? My question is because our linux does not use systemd Thanks On

Re: lda to lmtp

2021-06-11 Thread Laura Steynes
so nobody On Sun, Jun 6, 2021 at 12:03 PM Laura Steynes wrote: > Hi, > Although dovecot-lda serves us fine, we only average 8k messages an hour, > peaking at 11k, over 4 machines (mostly for redundancy, we've run this fine > on just 1 machine, but sometimes clamav makes things

possible minor bug: lmtp excessice newlines

2021-06-05 Thread Laura Steynes
Aki, unnecessary newlines in lmtp received header? Received: from mail6.xx.com by mail6.xxx.com with LMTP id xx (envelope-from ) for ; Sat, 05 Jun 2021 14:19:07 +0100 is this intentional Aki ? Evident is multiple clients, in widescreen, so is inot client squashing the

lda to lmtp

2021-06-05 Thread Laura Steynes
Hi, Although dovecot-lda serves us fine, we only average 8k messages an hour, peaking at 11k, over 4 machines (mostly for redundancy, we've run this fine on just 1 machine, but sometimes clamav makes things get upset, so we added some more especially since we are growing rapidly, we decided to see

Re: debugging file permissions wrong

2021-06-01 Thread Laura Steynes
debug command, as pop3 logout is done as root it will write anyway. On Wed, Jun 2, 2021 at 12:56 PM Laura Steynes wrote: > Hi, > Yes, lda writes to deliver.log just fine, will give type syslog a try, was > just hoping to put it into a debug file so when we sort out the issue we > can delete

Re: debugging file permissions wrong

2021-06-01 Thread Laura Steynes
Hi, Yes, lda writes to deliver.log just fine, will give type syslog a try, was just hoping to put it into a debug file so when we sort out the issue we can delete the file without losing correct metadata entries On Tue, Jun 1, 2021 at 3:26 PM Aki Tuomi wrote: > > > On 01/06/2021 02

debugging file permissions wrong

2021-05-31 Thread Laura Steynes
Hi, In trying to debug a strange error where client can't login, I enabled all the usual debug settings, this is all good, it works for imap and pop3 fine, but the problem is when used with dovecot's LDA there is a nasty issue. the file created by debug_log_path in this case /var/log/dovecot/debu

Question about mail_location

2017-08-15 Thread Laura Steynes
In using mysql, in the configuration file we need to specify, in the user query, '/path/ as home, yet but in dovecot.conf, we also are setting mail_location, the same thing is it not, so unless I've missed something, do we still need to use the path as home in the user query? Do we only need set t