Re: [auth] epoll_ctl(add, 13) failed: Operation not permitted (fd doesn't support epoll)

2024-07-05 Thread Entrepreneur AJ via dovecot
I was having this issue today. Managed to figure enough of SELinux to get this .te file which seems to be working for me: module dovecot-auth 1.0; require { type init_t; type dovecot_t; type dovecot_auth_t; class process { noatsecure rlimitinh siginh }; cl

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 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

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