Re: Retrieive vsz_limit programatically

2021-11-22 Thread Timo Sirainen
Do you want to find out the service/process's own vsz_limit or another service's vsz_limit? Own vsz_limit would be easiest to get with getrlimit(RLIMIT_AS) as Aki said. If you want another service's vsz_limit that's not easily possible, because those settings just aren't sent to anything except

Re: PIGEONHOLE BUG: imapsieve with virtual mailboxes

2021-11-22 Thread Timo Sirainen
Hi, Pigeonhole shouldn't need to know anything about this being a virtual mailbox specifically. If I understand right, the problem is that imapsieve doesn't like it when the destination folder doesn't know what the IMAP UID number is for the saved/copied mail. Earlier versions assert-crash, whi

Re: ZFS storage and backup

2021-11-22 Thread Joseph Tam
On Fri, 19 Nov 2021, James wrote: On 15/11/2021 16:18, infoomatic wrote: Regarding storage I tend to use sdbox, from what I have read it seems to be the better option when using a COW filesystem compared to mdbox. One more https://doc.dovecot.org/admin_manual/mailbox_formats/ sdbox single-d

Re: special-use missing in 2.3 imap connection

2021-11-22 Thread Michael Slusarz
> On 11/22/2021 1:10 PM Marc wrote: > > Should I specify special_use any where, it is missing from my telnet > imap.local 143 > > 2.2: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE > IDLE SPECIAL-USE STARTTLS AUTH=PLAIN] Dovecot ready. > > 2.3: * OK [CAPABILITY IMAP4re

special-use missing in 2.3 imap connection

2021-11-22 Thread Marc
Should I specify special_use any where, it is missing from my telnet imap.local 143 2.2: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SPECIAL-USE STARTTLS AUTH=PLAIN] Dovecot ready. 2.3: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE

Re: imap_metadata plugin panic

2021-11-22 Thread Elisamuel Resto
Aki, My apologies, I thought that it was included in the output of "dovecot -n". I don't have just one, but I concatenated them for ease. See attached. Thanks! -Sam *From:* Aki Tuomi [mailto:aki.tu...@open-xchange.com] *S

Re: /var/run/dovecot/stats-writer) failed: No such file or directory

2021-11-22 Thread dovecot
> On 11-22-2021 5:11 am, Brent Clark wrote: > dovecot: imap-login: Error: net_connect_unix(/var/run/dovecot/stats-writer) > failed: No such file or directory > > With a bit of googling, I tried the suggestions of: > https://forum.iredmail.org/post67042.html#p67042 > https://git.ispconfig.org/ispc

Re: imap_metadata plugin panic

2021-11-22 Thread Aki Tuomi
Hi, I wanted to see /etc/dovecot/dovecot-dict-sql.conf.ext Aki On 22 November 2021 11.08.01 UTC, Elisamuel Resto wrote: >Aki, > ># 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf ># Pigeonhole version 0.5.16 (09c29328) ># OS: Linux 5.14.16-arch1-1 x86_64 ext4

Re: imap_metadata plugin panic

2021-11-22 Thread Elisamuel Resto
Aki, # 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.16 (09c29328) # OS: Linux 5.14.16-arch1-1 x86_64 ext4[root@wyvern ~]# dovecot -n # 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.16 (09c29328) # OS: Linux 5.14.16-arch1-1 x86_64 ext4 # Hostna

Re: imap_metadata plugin panic

2021-11-22 Thread Elisamuel Resto
I can’t fix a query that is built by dovecot. The code itself builds the query based on my dict configuration… so I can’t do that. I know the query is broken and why it’s failing, but I can’t fix it myself unless I find the code or what I did wrong in the configuration… but thanks for the reply

/var/run/dovecot/stats-writer) failed: No such file or directory

2021-11-22 Thread Brent Clark
Good day Guys I am getting this error message in the logs. dovecot: imap-login: Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: No such file or directory Running Debian Buster. With a bit of googling, I tried the suggestions of: https://forum.iredmail.org/post67042.html#p6704

Re: Spam Folder

2021-11-22 Thread Christian Mack
Hello Am 22.11.21 um 00:58 schrieb bobby: > I have been following the tutorial here: > https://www.linuxbabe.com/mail-server/block-email-spam-check-header-body-with-postfix-spamassassin > I notice that when I log into my mail via nextcloud mail, there is no spam > folder. Is there something furth

Re: Spam Folder

2021-11-22 Thread Plutocrat
You don't say if you're connecting Thunderbird with POP or IMAP. With IMAP  you need to 'subscribe' to folders. You can do this within the email client manually. Or you can put autosubscribe in the namespace eg.   mailbox Spam {     auto = subscribe     autoexpunge = 0     autoexpunge_max_mails

RE: Spam Folder

2021-11-22 Thread Marc
Should you not be asking linux babe? Here there are only grumpy old men ;) Dovecot is a mail server, it just manages what ever folder (aka mailboxes) you create. > I have been following the tutorial here: https://www.linuxbabe.com/mail- > server/block-email-spam-check-header-body-with-postf