Re: fixing sieve (?)

2024-10-24 Thread Markus Winkler via dovecot
Hi Stefan, On Thu, 24 Oct 2024 at 11:22:54AM +0200, Stefan G. Weichinger via dovecot wrote: relay=virtual Oct 24 10:45:21 mail2 postfix/qmgr[2703634]: 1437115F6A3: removed The relay is "virtual" ... I am digging now if the edited sql-queries somehow changed the transport for this domain. Ma

Re: fixing sieve (?)

2024-10-23 Thread Markus Winkler via dovecot
Hi Stefan, On 23.10.24 17:02, Stefan G. Weichinger via dovecot wrote: I changed the setting slightly: sieve = file:/home/vmail/%d/%u/sieve/scripts;active=/home/vmail/%d/%u/ sieve/.dovecot.sieve edited filters in roundcube etc, checked symlink, looks ok so in this directory: /home/vmail/%d

Re: 993 SSL 143 No encryption

2024-12-26 Thread Markus Winkler via dovecot
Hi Dino On 26.12.24 18:31, Dino Edwards via dovecot wrote: it would be very helpful if you could post the output of 'doveconf -n'. Please see below: thank you very much. service imap-login { client_limit = 1000 process_min_avail = 1 service_count = 0 } As you didn't change oth

Re: 993 SSL 143 No encryption

2024-12-26 Thread Markus Winkler via dovecot
Hi, On 26.12.24 16:06, Dino Edwards via dovecot wrote: I have a dovecot server that listens on both 143 and 993 using SSL. I'm it would be very helpful if you could post the output of 'doveconf -n'. trying to get the 143 port to be unencrypted while 993 to remain encrypted. Is there any way

Re: Error: Couldn't open INBOX: Permission denied

2024-12-15 Thread Markus Winkler via dovecot
Hi, On 14.12.24 14:23, dovecot--- via dovecot wrote: Dec 14 12:10:32 Backup dovecot[1139994]: pop3(peter)<1144790><>: Debug: Mailbox INBOX: Mailbox opened because: POP3 INBOX Dec 14 12:10:32 Backup dovecot[1139994]: pop3(peter)<1144790><>: Error: Mailbox INBOX: stat(/var/spool/mail/peter) fail

Re: Possible SSL Related Issue

2025-01-02 Thread Markus Winkler via dovecot
On 02.01.25 15:57, via dovecot wrote: Updated Postfix with signed certificates from self signed and am experiencing several new log entries that I am unable to identify. See history that follows. [...] * Updated log entry for signed certificate in Postfix. Original self signed certificate sti

Re: shared folders in dovecot

2025-04-05 Thread Markus Winkler via dovecot
Hi Anton, thanks for the configuration details. Could you please try to change the 'location' parameter of the shared namespace: On Mon, 31 Mar 2025 at 05:31:31AM -, Anton Shevtsov via dovecot wrote: namespace { list = children location = maildir:/var/mail/%d/%n/:INDEX=/var/mail/%d/%n/s

Re: shared folders in dovecot

2025-04-09 Thread Markus Winkler via dovecot
Hi Anton, On Mon, 07 Apr 2025 at 12:21:39PM -, Anton Shevtsov via dovecot wrote: No success yet. anyway, thanks for changing the config and the feedback. After # grep ^auth_socket_path 10-mail.conf auth_socket_path = /var/run/dovecot/auth-userdb OK # grep -A 5 'unix_listener auth-u

Re: shared folders in dovecot

2025-03-29 Thread Markus Winkler via dovecot
Hi Anton, On 28.03.25 19:01, Anton Shevtsov via dovecot wrote: Now I want to add shared folder functionality. I am defining namespaces and doing it wrong (maybe) could you please show the output of 'doveconf -n'? Thanks and regards, Markus ___ dove

Re: lmtp problems with dovecot while seeking to build dovecot, postfix, mailman3, opendkim on Debian 12

2025-04-02 Thread Markus Winkler via dovecot
Hi, the first, simple question: On 02.04.25 17:51, pjbondi--- via dovecot wrote: Apr 02 11:07:00 shackleton12 dovecot[789615]: Error: service(lmtp): Socket already exists: /var/spool/postfix/private/dovecot-lmtp Are you sure that no other Dovecot process is (still) running while you startin

Re: shared folders in dovecot

2025-04-03 Thread Markus Winkler via dovecot
Hi Anton, On Thu, 03 Apr 2025 at 11:31:14AM -, Anton Shevtsov via dovecot wrote: Make changes. But no feel difference :( thanks for changing, testing and the additional information. In your config I'm missing a line like this: auth_socket_path = /var/run/dovecot/auth-userdb Please have