Re: Timeout when opening folder

2024-06-28 Thread Entrepreneur AJ via dovecot
Im starting to think maybe its an issue with Calico's BGP setup with my provider, other email clients are getting connectivity errors instead of timeouts, If we could leave this thread in limbo whilst I do some digging on that side and will update once I determine if that's the issue. __

Re: Timeout when opening folder

2024-06-26 Thread John Stoffel via dovecot
> "Entrepreneur" == Entrepreneur AJ via dovecot > writes: Ok so does it work moving mails to a new folder or not? The lots are showing a bunch of useless (to this problem of saving mails to a new folder) SSL: issues. The rest of the log lines look good, since you can look up user

Re: Timeout when opening folder

2024-06-26 Thread Entrepreneur AJ via dovecot
If it helps; Dockerfile: FROM alpine:3.20 RUN apk add dovecot dovecot-pgsql dovecot-lmtpd RUN addgroup -S -g 1000 vmail && adduser -S vmail -G vmail -u 1000 -h /srv/vmail RUN rm -rf /etc/dovecot && mkdir /etc/dovecot && mkdir /etc/dovecot/conf.d ADD dovecot.conf /etc/dovecot/dovecot.conf ADD con

Re: Timeout when opening folder

2024-06-26 Thread Entrepreneur AJ via dovecot
Applied John's recommendation and getting less in the logs now but here is the full log from fresh pod start (confirmed to be a single pod deployment only. Personal IP MODIFIED: [eaj@lpt1 ~]$ k logs -f pod/dovecot-86c75498c8-hdqtr Jun 26 09:32:10 master: Info: Dovecot v2.3.21 (47349e2482) starti

Re: Timeout when opening folder

2024-06-25 Thread infoomatic via dovecot
My guess is that this is a kubernetes specific issue and not a dovecot issue. Please provide kubernetes logs. Also: how is your storage implemented? Any chance more than one dovecot instance are accessing that storage? Is the storage available on the node where the container runs? Regards, Rober

Re: Timeout when opening folder

2024-06-25 Thread John Stoffel via dovecot
> "Entrepreneur" == Entrepreneur AJ via dovecot > writes: > Migrating everything to a k0s kubernetes cluster, trying to migrate > dovecot and all so far seems to be well with PVC for mail storage, > ssl working great, authentication vis PostgreSQL working great. So how do you have your

Timeout when opening folder

2024-06-25 Thread Entrepreneur AJ via dovecot
Hi all, I'm stuck with an issue. Migrating everything to a k0s kubernetes cluster, trying to migrate dovecot and all so far seems to be well with PVC for mail storage, ssl working great, authentication vis PostgreSQL working great. Issue is when trying to look at another folder say Deleted or

Timeout when opening folder

2024-06-24 Thread Entrepreneur AJ via dovecot
Hi all, I'm stuck with an issue. Migrating everything to a k0s kubernetes cluster, trying to migrate dovecot and all so far seems to be well with PVC for mail storage, ssl working great, authentication vis PostgreSQL working great. Issue is when trying to look at another folder say Deleted o