doveadm stateful backup

2022-01-09 Thread Christian
For reference, see my backup script below. Regards Christian #!/bin/bash # * * * * * /root/bin/backup.sh --sync-only # 12 2 1-7 * * test $(date +\%u) -eq 6 && /root/bin/backup.sh --full # 12 2 8-31 * * test $(date +\%u) -eq 6 && /root/bin/backup.sh --differential # 12 2 *

Re: doveadm stateful backup

2022-01-26 Thread Christian
files that contain the sequence ,S= and even summing all file sizes led to the same number and the exactly same size of raw mail data. I also didn't receive any notification about really failed backups, therefore I believe that the backup works correctly. Regards Christian On 09.01.2022

Options to track performance?

2023-07-15 Thread Christian
Hi there, after upgrading my dovecot on a bookworm container, I now have a weird delay when imap clients like Evolution connect the first time.  Is there any performance logging configuration I could enable, to see what dovecot is doing in which timing? I suspect some timeout or delay somewhere, b

Options to track performance?

2023-07-18 Thread Christian
Hi there, after upgrading my dovecot on a bookworm container, I now have a weird delay when imap clients like Evolution connect the first time.  Is there any performance logging configuration I could enable, to see what dovecot is doing in which timing? I suspect some timeout or delay somewhere, b

Re: Unable to build sieve plugin

2017-11-30 Thread Christian Kivalo
ent Pigeonhole version. For dovecot 2.2.15 you probably need to go back to pigeonhole 0.4.7 or even 0.4.5 to get it to compile without errors, see the release notes on the mailing list. >--Mark -- Christian Kivalo

Re: My Solr FTS problem

2017-11-30 Thread Christian Kivalo
http-client: All requests >finished >doveadm(fail2...@mydomain.com): Error: Mailbox INBOX: Status lookup >failed: Internal error occurred. Refer to server log for more >information. [2017-11-30 13:13:57] >doveadm(fail2...@mydomain.com): Debug: http-client: peer >127.0.0.1:8983: >Peer close >doveadm(fail2...@mydomain.com): Debug: http-client: peer >127.0.0.1:8983: >Peer disconnect >doveadm(fail2...@mydomain.com): Debug: http-client: conn 127.0.0.1:8983 > >[0]: Peer closed >doveadm(fail2...@mydomain.com): Debug: http-client: conn 127.0.0.1:8983 > >[0]: Connection disconnect >doveadm(fail2...@mydomain.com): Debug: http-client: conn 127.0.0.1:8983 > >[0]: Connection destroy >doveadm(fail2...@mydomain.com): Debug: http-client: peer >127.0.0.1:8983: >Peer destroy >doveadm(fail2...@mydomain.com): Debug: http-client: host 127.0.0.1: >Host >destroy >doveadm(fail2...@mydomain.com): Debug: http-client: queue >http://127.0.0.1:8983: Destroy -- Christian Kivalo

lda: Warning: Failed to parse return-path header: Invalid character in localpart

2018-01-31 Thread Christian Authmann
ing rules, that should be valid - the Return-Path header allows CFWS at that location. The error message originates in lib-lda/mail-deliver.c in mail_deliver_get_return_address(), while the invalid character message seems to originate from one of several places in lib-lda/mail-deliver.c Ciao, Christian Authmann

Re: lda: Warning: Failed to parse return-path header: Invalid character in localpart

2018-01-31 Thread Christian Authmann
Hello, On 31.01.2018 22:35, Stephan Bosch wrote: Op 1/31/2018 om 6:17 PM schreef Christian Authmann: Hello, Sometimes, when delivering mails, this warning appears in my syslog: lda(...): Warning: Failed to parse return-path header: Invalid character in localpart dovecot-lda still exits

Re: dovecot-lda won't cause mail to be filtered by sieve

2018-02-02 Thread Christian Kivalo
d to enable the sieve plugin for LDA. Look at the 15-lda.conf config file. At the end of the file you should have protocol lda { mail_plugins = $mail_plugins sieve } -- Christian Kivalo

Re: Marks as read on mover to Archive

2018-05-13 Thread Christian Kivalo
ve/setflag-seen.sieve ## setflag-seen.sieve # set flag "\\seen" require ["imap4flags"]; setflag "\\seen"; If it matters: mailbox Archive { auto = subscribe special_use = \Archive -- Christian Kivalo

Re: Maillog warning

2018-05-16 Thread Christian Kivalo
IL_PLUGINS=$MAIL_PLUGINS QUOTA)_ The output of doveconf -n would help to see what plugins you are trying to load -- Christian Kivalo

Re: Maillog warning

2018-05-16 Thread Christian Kivalo
ers. Please provide the following: doveconf -n grep -B2 -A1 'mail_plugins =' /etc/dovecot/conf.d/*` shows the unexpanded mail_plugins settings from your config. -- Christian Kivalo

Re: External Program for Authentication?

2018-05-16 Thread Christian Kivalo
I'm a spam filtering company) Have you looked at the checkpassword [1] and imap [2] authdatbase descriptions in the wiki? [1] https://wiki2.dovecot.org/AuthDatabase/CheckPassword [2] https://wiki2.dovecot.org/PasswordDatabase/IMAP -- Christian Kivalo

Re: Maillog warning

2018-05-16 Thread Christian Kivalo
otocol pop3 { /etc/dovecot/conf.d/20-pop3.conf- # Space separated list of plugins to load (default is global mail_plugins). /etc/dovecot/conf.d/20-pop3.conf: #mail_plugins = $mail_plugins /etc/dovecot/conf.d/20-pop3.conf- With those four changes your warning should be gone. -- Christian Kivalo

Re: dovecot-pigeonhole Missing sieve_imapsieve Plugin?

2018-06-07 Thread Christian Kivalo
it = 64 M >} >ssl = required >ssl_cert = ssl_key = userdb { > driver = passwd >} >userdb { > driver = passwd >} >protocol lmtp { > mail_plugins = " sieve" >} >protocol lda { > mail_plugins = " sieve" >} >protocol imap { > mail_plugins = " imap_sieve" >} > >- > >Thanks for any guidance here. > > >-- >@sadsfae // gpg: A31F27E0 // irc: sadsfae >come have a squat at https://hobo.house -- Christian Kivalo

Re: best practices for migrating to new dovecot version

2018-07-18 Thread Christian Kivalo
t / solr guides posted to this list in the last months. One of those helped me to switch from solr v3 to solr v7 but I don't currently recall which one. Searching the list archives should bring up those links. -- Christian Kivalo

Re: Dovecot - being dropped

2018-09-09 Thread Christian Kivalo
dir = ~/sieve > >} > >postmaster_address = admin@ > >protocols = imap pop3 lmtp > >service auth { > > unix_listener /var/spool/postfix/private/auth { > >group = postfix > >mode = 0660 > >user = postfix > > } > > unix_listener auth-client { > >mode = 0660 > >user = mail > > } > >} > >service lmtp { > > inet_listener lmtp { > >address = 127.0.0.1 > >port = 24 > > } > >} > >ssl_cert = >ssl_key = >userdb { > > args = /etc/dovecot/dovecot-sql.conf.ext > > driver = sql > >} > >protocol lda { > > mail_plugins = " quota sieve" > >} > >protocol imap { > > mail_plugins = " quota imap_quota" > >} > >root@mail:/var/log# -- Christian Kivalo

Problems with qouta_clone plugin

2018-10-15 Thread Christian Ejlertsen
Hello I'm having troubles getting the quota_clone plugin to work for me. iø, trying to put the quota values into to to fields, messages and usage_in_bytes, in the mysql database. The quotas are getting written to the maildirsize file and can be updated with the doveadm quota recalc -A or -u "*"

Re: Problems with qouta_clone plugin

2018-10-15 Thread Christian Ejlertsen
On Mon, 2018-10-15 at 15:31 +0300, Aki Tuomi wrote: > You should add quota_clone to mail plugins. > > Aki > > > On 15.10.2018 15:28, Christian Ejlertsen wrote: > > Hello > > > > I'm having troubles getting the quota_clone plugin to work for me. >

Re: Problems with qouta_clone plugin

2018-10-15 Thread Christian Ejlertsen
t; > > > } > > But that will only affect imap protocol. You should add it globally, > otherwise quota updates do not happen for LMTP/LDA. > > Aki Hello Aki I tried it like the config suggests, in the global conttext, with same result no updates in the database and no ind

Strange log message with dovecot-2.3.3

2018-11-08 Thread Christian Pélissier
Hi, # dovecot --version 2.3.3 (dcead646b) # doveinfo Nombre d'utilisateurs : 1151 Sockets IMAP : 4356 Process dovecot/imap : 4357 Process dovecot/imap-login : 1339 Process dovecot/pop3 : 0 Process dovecot/pop3-login : 0 Process dovecot/auth

Re: Errors wih fts-solr

2018-11-30 Thread Christian Kivalo
> > >> > I'm running dovecot 2.2.10 on CentOS 7.5. >> > >> > Regards >> > Riccardo >> > >> >> Configure your solr to use XML instead of JSON. >> >> Aki >> >> -- Christian Kivalo

Dovecot no logs by sieve user script

2019-01-06 Thread Christian Wolf
vecot and if I create it manually, it is not filled. Can you tell me, what I am missing here in order to get the per-user logs running? Thank you very much Christian # dovecot --version # dovecot -n # 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.16 (fed8554) # OS:

Re: Dovecot no logs by sieve user script

2019-01-07 Thread Christian Wolf
logs to https://gist.github.com/christianlupus/0dc7007c00551e15130c91a02a42e9b2. Remember I am looking for a way to allow my users to see their filtering results/logs/errors without need to access the system wide logs. In my "old" setup this worked flawlessly. Thanks Christian

Re: Dovecot no logs by sieve user script [SOLVED]

2019-01-07 Thread Christian Wolf
this topic can be seen as solved. Thanks anyways Christian

Re: Dovecot serving incorrect certificate

2020-07-25 Thread Christian Kivalo
? Because the file containes the wrong certificate. -- Christian Kivalo

2.3.11.3 on 32bit platforms

2020-08-14 Thread Christian Göttsche
See also the 32bit build failures on Debian: https://buildd.debian.org/status/package.php?p=dovecot There are some compiler warnings on 32bit architectures in test-mech.c test-mech.c: In function ‘test_mechs’: test-mech.c:326:61: warning: format ‘%lu’ expects argument of type ‘long unsigned int’,

Re: Sieve scripts replication not working

2020-08-18 Thread Christian Kivalo
>Thank you for information. I am using dovecot packaged for debian >stable release, and I like having updates managed by package system. You could use the packages provided by dovecot. See https://repo.dovecot.org for more information. -- Christian Kivalo

Re: Outlook with Dovecot

2020-12-15 Thread Christian Schmidt
7;ilse'. I am not expecting that Microsoft will solve this issue on short term though. Good old "Control Panel" -> "Mail" offers some more detailed configuration options. Just use this way to set up mail accounts instead of doing it with Outlook. Mit freundlic

Re: LDA ignores virtual mailbox settings

2020-12-28 Thread Christian Schmidt
n your postfix configuration and creating a file /etc/postfix/relay-transport: your_mail_domain lmtp:unix:private/lmtp-dovecot Mit freundlichen Grüßen Christian Schmidt -- No signature available.

Re: doveadm backup only working once?

2021-01-06 Thread Christian Kivalo
st): Debug: sieve: file >> storage: Using script storage path: /home/synctest/sieve >> dsync-local(synctest): Debug: sieve: file >> storage: Using permissions from /home/synctest/sieve: mode=0700 >gid=-1 >> dsync-local(synctest): Debug: sieve: file >> storage: Relative path to sieve storage in active link: sieve/ >> dsync-local(synctest): Debug: sieve: file >> storage: sync: Synchronization active >> dsync-local(synctest): Error: Couldn't delete > >> mailbox INBOX: Permission denied >> >> root@server2:/home/synctest/mail# dovecot -n >> # 2.3.4.1 (f79e8e7e4): /etc/dovecot/dovecot.conf >> # Pigeonhole version 0.5.4 () >> # OS: Linux 4.19.0-12-amd64 x86_64 Debian 10.6 >> # Hostname: server2.fritz.box >> auth_username_format = %Ln >> doveadm_password = # hidden, use -P to show it >> lda_mailbox_autocreate = yes >> login_trusted_networks = 192.168.3.0/24 >> mail_location = >> >mbox:~/mail/mailboxes:INBOX=/var/mail/%u:DIRNAME=mBoX-MeSsAgEs:INDEX=~/mail/index:CONTROL=~/mail/control >> mail_privileged_group = mail >> managesieve_notify_capability = mailto >> managesieve_sieve_capability = fileinto reject envelope >> encoded-character vacation subaddress comparator-i;ascii-numeric >> relational regex imap4flags copy include variables body enotify >> environment mailbox date index ihave duplicate mime foreverypart >> extracttext >> namespace inbox { >>   inbox = yes >>   location = >>   mailbox Drafts { >>     special_use = \Drafts >>   } >>   mailbox Junk { >>     special_use = \Junk >>   } >>   mailbox Sent { >>     special_use = \Sent >>   } >>   mailbox "Sent Messages" { >>     special_use = \Sent >>   } >>   mailbox Trash { >>     special_use = \Trash >>   } >>   prefix = >> } >> passdb { >>   driver = pam >> } >> plugin { >>   sieve = ~/.dovecot.sieve >>   sieve_default = /var/lib/dovecot/sieve/default.sieve >>   sieve_dir = ~/sieve >> } >> postmaster_address = postmaster@"domain" >> protocols = imap pop3 lmtp >> service doveadm { >>   inet_listener { >>     port = 12345 >>   } >> } >> service managesieve-login { >>   inet_listener sieve { >>     port = 4190 >>   } >> } >> ssl_cert = > ssl_dh = # hidden, use -P to show it >> ssl_key = # hidden, use -P to show it >> userdb { >>   driver = passwd >> } >> protocol lmtp { >>   mail_plugins = " sieve" >> } >> protocol lda { >>   mail_plugins = " sieve" >> } >> -- Christian Kivalo

Re: New dovecot server, authentication confusion

2021-01-24 Thread Christian Kivalo
. There's an error related to smtpd startup, though I'm unclear what that means, since postfix is running. I think it means it can't run smtpd to send the mail, but why and where configured is unclear to me. -- Christian Kivalo

json_parse_number broken by compiler optimization

2021-03-30 Thread Christian Ehrhardt
this function to -O1 or less avoids the issue. But what is it really - I don't know? Maybe you have a better idea what is going on, the issue should be reproducible when building dovecot with the toolchain present on the latest Ubuntu being 21.04 (Hirsute) right now. -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

Re: json_parse_number broken by compiler optimization

2021-03-30 Thread Christian Ehrhardt
On Tue, Mar 30, 2021 at 9:21 PM Josef 'Jeff' Sipek wrote: > > On Tue, Mar 30, 2021 at 13:34:54 -0400, Josef 'Jeff' Sipek wrote: > > On Tue, Mar 30, 2021 at 17:53:27 +0200, Christian Ehrhardt wrote: > > > Hi, > > > the recent Ubuntu (re)builds unc

Re: json_parse_number broken by compiler optimization

2021-03-31 Thread Christian Ehrhardt
On Wed, Mar 31, 2021 at 8:46 AM Christian Ehrhardt wrote: > > On Tue, Mar 30, 2021 at 9:21 PM Josef 'Jeff' Sipek > wrote: > > > > On Tue, Mar 30, 2021 at 13:34:54 -0400, Josef 'Jeff' Sipek wrote: > > > On Tue, Mar 30, 2021 at 17:53:27 +0200,

Re: Search seems slow with apache solr

2021-04-04 Thread Christian Kivalo
pdump the connection between dovecot and solr while searching in roundcube, this would tell you if dovecot really searches with solr. -- Christian Kivalo

Re: disable pop3 ports?

2021-05-04 Thread Christian Kivalo
. -- Christian Kivalo

Re: disable pop3 ports?

2021-05-04 Thread Christian Kivalo
pop3-login { inet_listener pop3 { port = 0 } inet_listener pop3s { port = 0 ssl = yes } } This disables pop3 listeners even when the pop3 protocol is enabled. -- Christian Kivalo

Adding virtual folders to an existing dovecot installation

2021-05-06 Thread Christian Wolf
anything as I did not want blindly break my production mail system. The current (unaltered) configuration I will attach below. Bonus question: Is it possible to restrict the effect of the virtual plugin to certain (virtual) user accounts? Thank you very much Christian # dovecot --version 2.3.13

Re: v2.3.16 released

2021-08-07 Thread Christian Kivalo
On August 8, 2021 2:54:30 AM GMT+02:00, dove...@ptld.com wrote: >Was the update issue sorted? Is it safe to update or was/is there a >glitch? Had no problem upgrading here. -- Christian Kivalo

Re: SSL TLS SNI error certificate is empty

2021-08-16 Thread Christian Kivalo
oup = postfix > >mode = 0666 > >user = postfix > > } > > unix_listener auth-userdb { > >mode = 0666 > >user = vmail > > } > > user = dovecot > >} > >service imap-login { > > inet_listener imap { > >port = 0 > > } > >} > >service lmtp { > > unix_listener /var/spool/postfix/private/dovecot-lmtp { > >group = postfix > >mode = 0600 > >user = postfix > > } > >} > >ssl = required > >ssl_dh = # hidden, use -P to show it > >userdb { > > args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n > > driver = static > >} > >local_name datavenia.nl { > > ssl_cert = > > ssl_key = # hidden, use -P to show it > >} > >local_name verovia.nl { > > ssl_cert = > > ssl_key = # hidden, use -P to show it > >} > -- Christian Kivalo

auth-worker looses MySQL connection and doesn't reconnect when MySQL/MariaDB has been restarted

2021-08-16 Thread Christian Ruppert
rd=SOMEPW Steps to reproduce: Use MySQL in Dovecot Restart MySQL while Dovecot is running Do either some doveadm commands or try to login e.g. using IMAP or just try to navigate through your mailbox See errors / logs pkill -f 'dovecot/auth worker' Try doveadm etc. again Works -- Regards, Christian Ruppert

Problem with copy e-mails via doveadm

2021-08-17 Thread Christian Küppers
ctions = 100   mail_plugins = " zlib quota notify replication imap_zlib" } protocol sieve {   mail_max_userip_connections = 10 } protocol pop3 {   mail_max_userip_connections = 10   mail_plugins = " zlib quota notify replication" } Kind regards, Christian Küppers

AW: Problem with copy e-mails via doveadm

2021-08-19 Thread Christian Küppers
Try to republish due to unreadable message (in html format) in mailing list archive maybe someone can take a better look at it now --- Hi, i want to copy e-mails from user "source_user_shard1" and folder "s

Re: AW: Problem with copy e-mails via doveadm

2021-08-19 Thread Christian Küppers
.0.21:24245): Mailbox source_folder: Mailbox sync failed: Mailbox doesn't exist: source_folder Does this help? Aki > On 20/08/2021 09:12 Christian Küppers c.kuepp...@onoffice.de wrote: > > > Try to republish due to unreadable message (in html format) in mailing list arch

Re: AW: Problem with copy e-mails via doveadm

2021-08-20 Thread Christian Küppers
ar/run/dovecot/auth-userdb (pid=2630417,uid=0): Disconnected: Connection closed (fd=9) This time e-mails get copied in source_user_shard1 from source_folder to dest_folder although dest_user_shard2 is given in doveadm command and is different from source_user_shard1. It is not what I expected a

Re: AW: Problem with copy e-mails via doveadm

2021-08-20 Thread Christian Küppers
ail = '%Lu' AND active = '1' Isn't my described attempt on backend of dest_user_shard2 exactly what you described as possible next try? If not what has to be changed? Christian - Ursprüngliche Nachricht - Von: Aki Tuomi aki.tu...@open-xchange.com Gesendet

Re: AW: Problem with copy e-mails via doveadm

2021-08-20 Thread Christian Küppers
nd on and has the knowledge of both users servers to connect to (if command wouldn't get proxied). Christian - Ursprüngliche Nachricht - Von: Aki Tuomi aki.tu...@open-xchange.com Gesendet: Freitag, 20. August 2021 12:46:01 An: c.kuepp...@onoffice.de Cc: dovecot@dovecot.org Betreff:

Re: maildirfolder file created in maildir root during auto-creation with 2.3.4.1 but not 2.2.27

2021-09-02 Thread Christian Balzer
Hello, it is now nearly 2 years later and we are running 2.3.13 with this bug still present. Would be nice if it were acknowledged at least if not even fixed. And it was confirmed by other people who contacted me directly after seeing the original report here. Regards, Christian On Wed, 5

Re: maildirfolder file created in maildir root during auto-creation with 2.3.4.1 but not 2.2.27

2021-09-02 Thread Christian Balzer
ail_location = maildir:%h Changing this in-situ by attaching a "/Mail/" to the location for literally hundreds of thousands mailboxes clearly is a no-go, nor would I look forward to go fix up all the other places and scripts that assume a certain directory structure. Regards, Christian >

Restricting commands used in http api

2021-09-06 Thread Christian Küppers
dovecot api should not be able to do admin like tasks like "doveadm director flush". our setup: multiple replicated dovecot backend servers frontend with dovecot director ring and proxy enabled (provides api endpoint) Kind regards,   Christian Küppers Expert Administrator   onO

Re: AW: Problem with copy e-mails via doveadm

2021-09-12 Thread Christian Küppers
x27; AS proxy" part? Would this change copy the e-mails from backend servers "shard1" to backend servers "shard2" without proxing command to "shard2"?   Christian   - Ursprüngliche Nachricht - Von: Christian Küppers Gesendet: Freitag, 20. August 2021 14:41:2

AW: Restricting commands used in http api

2021-09-13 Thread Christian Küppers
onsole and api doveadm. Dovecot configurations posted in  https://dovecot.org/pipermail/dovecot/2021-August/122862.html Christian   - Ursprüngliche Nachricht - Von: Christian Küppers c.kuepp...@onoffice.de Gesendet: Montag, 6. September 2021 12:03:06 An: dovecot@dovecot.org Betreff: R

Re: AW: Problem with copy e-mails via doveadm

2021-09-13 Thread Christian Küppers
configuration as our proxy&director instances but without the "'y' AS proxy" part? Would this change copy the e-mails from backend servers "shard1" to backend servers "shard2" without proxing command to "shard2"?   Christian   - Ursprü

Re: 2.3.17 broken on CentOS8 / bug

2021-10-30 Thread Christian Kivalo
DH+AESGCM:@SECLEVEL=2 > ssl_client_ca_dir = /etc/ssl/certs > ssl_client_ca_file = /etc/ssl/certs/ca-bundle.crt > ssl_dh = # hidden, use -P to show it > ssl_key = # hidden, use -P to show it > ssl_prefer_server_ciphers = yes > userdb { > args = /etc/dovecot/dovecot-sql.conf > driver = sql > } > protocol imap { > imap_idle_notify_interval = 24 mins > mail_max_userip_connections = 20 > mail_plugins = " quota fts fts_solr imap_quota imap_sieve" > } > protocol lmtp { > mail_plugins = " quota fts fts_solr sieve" > postmaster_address = postmaster@.com > } > local_name mail..com { > ssl_cert = .com_chain.crt > ssl_key = # hidden, use -P to show it > } > local_name mail..net { > ssl_cert = .net_chain.crt > ssl_key = # hidden, use -P to show it > } > local_name mail..com { > ssl_cert = .com_chain.crt > ssl_key = # hidden, use -P to show it > } -- Christian Kivalo

Re: imap_metadata plugin panic

2021-11-16 Thread Christian Mack
Hello You have a missing argument variable in your prepared statement: SELECT meta_key FROM metadata WHERE meta_key LIKE AND username = ? should be SELECT meta_key FROM metadata WHERE meta_key LIKE ? AND username = ? Kind regards, Christian Mack Am 15.11.21 um 19:27 schrieb Elisamuel Resto

Re: Spam Folder

2021-11-22 Thread Christian Mack
clients, that this is an folder for Junk. So if they have some builtin "Mark as Junk/Spam" button, it will use that folder to move to. In /etc/dovecot/conf.d/15-mailboxes.conf set: "[...] namespace inbox { [...] mailbox Junk { special_use = \Junk auto = subscribe

Re: Strange errors with Dovecot replication

2021-12-01 Thread Christian Mack
Hello What have you stored in /var/www/html/ooo/its-test? Kind regards, Christian Mack Am 01.12.21 um 09:27 schrieb Claudio Corvino: > Hi, > > nobody can help here? > > Thanks > > On 02/11/21 15:47, Claudio Corvino wrote: >> >> Hi, >> >> I

Re: Downloading mailbox from replica server

2021-12-01 Thread Christian Mack
configuration on all of your clients. Kind regards, Christian Mack Am 01.12.21 um 09:31 schrieb Claudio Corvino: > Hi, > > I have two IMAP/LMTP Dovecot server in replica (version 2.3.4.1) both > connected through an IPsec tunnel, I use LDAP/AD for /userdb, /all seems > to be worki

Re: Requested CRAM-MD5 scheme, but we have only CRYPT

2021-12-02 Thread Christian Mack
have to disable it. Else a client will try to send you the CRAM-MD encrypted password, which you can not check for validity. Hope this clears it a bit. Kind regards, Christian Mack On 01.12.21 23:26, absolutely_f...@libero.it wrote: > Hi, > I wondering if I can simply disable CRAM-MD5

Re: new bee needs starter docs

2021-12-03 Thread Christian Mack
Hello What you need is probably 'doveadm sync'. Check its manual with man doveadm-sync Kind regards, Christian Mack Am 01.12.21 um 23:26 schrieb Gene Heskett: > Greetings all' > > > Brand New today install of debian bullseye. > > > I have looked at you

Re: LDAP Help

2021-12-03 Thread Christian Mack
You have to enhance user_filter and pass_filter in dovecot-ldap.conf.ext Something like: user_filter = (&(objectClass=inetOrgPerson)(|(uid=%Lu)(cn=%Lu)(mail=%Lu)(mailAlternateAddress=%Lu))) pass_filter = (&(objectClass=inetOrgPerson)(|(uid=%Lu)(cn=%Lu)(mail=%Lu)(mailAlternateAddres

Re: LDAP and user duplicated with replication

2021-12-06 Thread Christian Mack
his is for sure wrong. Try: user_attrs = sAMAccountName=user,=home=/mnt/mail-storage-lv0007/%$,=uid=501,=gid=501 Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung IT-Dienste Forschung und Lehre 78457 Konstanz +49 7531 88-4416 smime.p7s Description: S/MIME Cryptographic Signature

Re: quota warnings not sent out anymore

2021-12-15 Thread Christian Mack
logging in it? Kind regards, Christian Mack Am 15.12.21 um 14:06 schrieb mj: > Hi, > > I am still struggling with this, and would appreciate any help ayone can > give. Let me try to explain step for step. > > I created a test account t...@company.com: > >> root@dovecot:/

Re: Permission denied

2021-12-29 Thread Christian Kivalo
tarted Dovecot. The override.conf goes to /etc/systemd/system/dovecot.service.d/ to be included. Issue systemctl daemon-reload before restarting dovecot. systemctl cat dovecot.service shows you the content of the involved conf files No joy. Evolution is still begging for a password and Dovecot is still rejecting it. And yes, I've verified I'm using the correct password. -- Christian Kivalo

Re: TLS connection closed unexpectedly

2022-01-07 Thread Christian Kivalo
ailed to open folder. >The reported error was "Failed to authenticate: TLS connection closed >unexpectedly". > >Does anyone recognize this error? Do you have a connection attempt logged by dovecot? Is there anything in the logs on the server? -- Christian Kivalo

Re: lmtp_save_to_detail_mailbox

2022-01-18 Thread Christian Mack
;s postbox. Then send an email to and it will end up in mailbox "test" instead of INBOX. Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung IT-Dienste Forschung und Lehre 78457 Konstanz +49 7531 88-4416 smime.p7s Description: S/MIME Cryptographic Signature

dovecot-2.3.17: "Panic: file ioloop.c: line 865"

2022-01-20 Thread Christian Küppers
ailed for : EOF We got it during doveadm fetch of a mail on multiple mailboxes. Is there any progress on this? Will it be fixed in next release? Kind regards, Christian Küppers Expert Administrator   onOffice GmbH Charlottenburger Allee 5 | 52068 Aachen Tel. +49 (0)241 446 86-0 | Fax. +49

Re: Sync via ssh fails when ssl is active

2022-01-25 Thread Christian Mack
ermission on /etc/letsencrypt/live/delta.oxyl.net/fullchain.pem Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung IT-Dienste Forschung und Lehre 78457 Konstanz +49 7531 88-4416 smime.p7s Description: S/MIME Cryptographic Signature

Re: sieve-filter ignores -u argument

2022-01-25 Thread Christian Mack
Hello What do you get for doveadm user postmas...@domain.tld Kind regards, Christian Mack Am 24.01.22 um 13:59 schrieb Андрей Куницын: > Hello > I try to test my sieve script, but found out that it is impossible to use a > sieve-filter tool with virtual mail users. It always uses a

Re: Errors: Failed to map transaction log, Corrupted transaction log, imeout (180s) while waiting for lock for transaction log

2022-01-27 Thread Christian Mack
Hello We only saw such errors with replication between two machines, when new emails where errornously deliverd to both of them or clients connected to both simultaniously. Do you have such a setup? Kind regards, Christian Mack On 26.01.22 15:48, absolutely_f...@libero.it wrote: > Hi

Re: can't authenticate

2022-01-27 Thread Christian Mack
Hello > passdb { > driver = pam > } Is user fred defined on your development machine? Does the password match the one from the production machine? Kind regards, Christian Mack On 26.01.22 21:14, David Matthews wrote: > My live mail exchanger and development machines have ident

Re: can't authenticate

2022-01-27 Thread Christian Mack
Hello Did the password hash algorithm change between devuan 3 and 4? You can check that in your /etc/shadow file. The start of the password field should be the same something like $6$... Kind regards, Christian Mack On 27.01.22 13:14, David Matthews wrote: > hi Christian > > Same

Re: can't authenticate

2022-01-28 Thread Christian Mack
Hello Am 27.01.22 um 17:37 schrieb David Matthews: > hi Christian > >> Did the password hash algorithm change between devuan 3 and 4? You >> can check that in your /etc/shadow file. > > As I understand, devuan is pretty much debian without systemd? And > that if you

Re: dovecot Digest, Vol 225, Issue 73

2022-01-31 Thread Christian Mack
Hello > auth-worker: Error: fatal error: failed to reserve page summary memory You have an memory allocation problem. The only thing I can see on dovecots side is increasing vsz_limit for auth service. If that doesn't solve your Problem, please ask on a devuan site. Kind regards, C

Re: On mailbox full, retry for 4 days or similar instead of reject

2022-02-07 Thread Christian Kivalo
that could lead me to >this configuration. Dovecot quota documentation can be found here https://doc.dovecot.org/configuration_manual/quota_plugin/ >Thanks in advanced, >Jorge -- Christian Kivalo

Re: Certificate and showing a sign-cert not there

2022-02-08 Thread Christian Kivalo
l_key = # hidden, use -P to show it ssl_prefer_server_ciphers = yes userdb { driver = passwd } protocol imap { mail_max_userip_connections = 15 } Any ideas? Wayne Spivak SBANETWEB.com Links: -- [1] http://www.entrust.net/legal-terms -- Christian Kivalo

Re: Different handling of upper and lower case while indexing/searching with Solr

2022-02-09 Thread Christian Kivalo
user name to lower case >> while indexing mails, but not when querying for results. >> >> Is this a bug, or caused by my configuration? How are your users added to your auth backend? Please post your doveconf -n output >> Regards >> Patrik -- Christian Kivalo

Re: Replications ERROR

2022-02-15 Thread Christian Mack
> I would try a manual sync and see what error messages you get. something like: doveadm -v -D sync -u ${USER_NAME} -f tcp:${SERVERNAME_TO_SYNC_TO} 2>&1 | tee sync-error.log Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzent

Re: Replications ERROR

2022-02-16 Thread Christian Mack
Hello Am 16.02.22 um 14:35 schrieb Günther J. Niederwimmer: > Hallo Christian, > > Danke für Deine Antwort! > > Am Dienstag, 15. Februar 2022, 13:44:20 CET schrieb Christian Mack: >> Hello >> >> Am 14.02.22 um 14:41 schrieb Günther J. Niederwimmer: >>>

Dovecot 2.3.18 and OpenMetrics-Prometheus problem

2022-02-25 Thread Christian Rößner
cted label name or left brace, got \"INVALID\"" - Therefor the service is considered as being down. I really have no ide, what I can do here. Thanks for any help in advance Christian Rößner -- Rößner-Network-Solutions Zertifizierter ITSiBe / CI

Re: Dovecot 2.3.18 and OpenMetrics-Prometheus problem

2022-02-25 Thread Christian Rößner
Hi Aki, > Am 25.02.2022 um 11:34 schrieb Aki Tuomi : > >> >> On 25/02/2022 12:23 Christian Rößner wrote: >> >> >> Hi, >> >> I have defined several metrics in Dovecot and activated the metrics service. >> After the I tried to include thi

Re: Dovecot 2.3.18 and OpenMetrics-Prometheus problem

2022-02-25 Thread Christian Rößner
Am 25.02.2022 um 11:50 schrieb Christian Rößner : > > Hi Aki, > >> Am 25.02.2022 um 11:34 schrieb Aki Tuomi : >> >>> >>> On 25/02/2022 12:23 Christian Rößner wrote: >>> >>> >>> Hi, >>> >>> I have defined

Re: mbox 2 Maildir

2019-01-30 Thread Christian Schmidt
://wiki.dovecot.org/MailLocation: "By default the mail_location setting is empty, which means that Dovecot attempts to locate automatically where your mails are." Regards, Christian -- No signature available. smime.p7s Description: S/MIME Cryptographic Signature

Re: Parsing variables in config files

2019-12-14 Thread Christian Kivalo
sql library will use specific env variables when they exist and aren't set through dovecot configuration. >Thank you! >Eudald -- Christian Kivalo

Sieve puts Reference:-Headers into Vacation-Reply

2020-01-17 Thread Christian K
e breaking charset): if true { vacation :days 7 :addresses ["mymail...@example.com"] text: This is an automated reply; I am away and will not be able to reply to you immediately.I will get back to you as soon as I return.äöüß . ; } Christian -- $ dovecot --version 2.2.13 $ dovecot -n #

Re: Strategy for fts and Replication

2020-02-04 Thread Christian Kivalo
y tips on something else than fts-solr? I tried it once, but > >>> it was so hard to get it right, so many configurations, java, etc., >>> that I'd rather try something else. I also could try fts-elastic or >>> something like that, but, again, having to maintain an elasticsearch > >>> install might use more resources than I think is worth. Any thoughts > >>> on that? >>> >>> Best, >>> >>> -- >>> Francis >>> -- Christian Kivalo

maildirfolder file created in maildir root during auto-creation with 2.3.4.1 but not 2.2.27

2020-02-04 Thread Christian Balzer
home directory (maildir root), preventing exim from correctly creating/using maildirsize. a) Is this expected behavior and can it be changed? b) How can I disable inbox auto-creation if a) doesn't pan out? Thanks, Christian -- Christian BalzerNetwork/Systems Engineer ch.

Re: maildirfolder file created in maildir root during auto-creation with 2.3.4.1 but not 2.2.27

2020-02-04 Thread Christian Balzer
l pop3 { mail_plugins = quota } --- Regards, Christian > Aki > > On 5.2.2020 4.24, Christian Balzer wrote: > > > > Hello, > > > > as the tin says. > > I have several servers running 2.2.27 (Debian stretch) and am adding new > > ones with 2.3.4.1 (Deb

Re: dovecot 2 samba ad-dc

2020-02-28 Thread Christian Schmidt
uot; to make dovecot use lowercase characters, e.g.: user_attrs = uid=%Lu,=home=/mail/%Ld/%Ln This can make life easier sometimes... Kind Regards, Christian -- No signature available. smime.p7s Description: S/MIME Cryptographic Signature

Re: problem with a public folder

2020-04-25 Thread Christian Kivalo
>ssl_curve_list = P-256 >ssl_dh = # hidden, use -P to show it >ssl_key = # hidden, use -P to show it >ssl_min_protocol = TLSv1.2 >ssl_options = no_ticket >ssl_prefer_server_ciphers = yes >userdb { > args = /usr/local/etc/dovecot/dovecot-sql.conf.ext > driver = sql >} >protocol lmtp { > mail_fsync = optimized > mail_plugins = acl fts fts_lucene mail_log notify quota trash >virtual welcome zlib mail_crypt sieve >} >protocol lda { > mail_fsync = optimized > mail_plugins = acl fts fts_lucene mail_log notify quota trash >virtual welcome zlib mail_crypt sieve >} >protocol imap { > mail_max_userip_connections = 20 > mail_plugins = acl fts fts_lucene mail_log notify quota trash >virtual welcome zlib mail_crypt imap_acl imap_quota imap_sieve >imap_zlib last_login quota welcome >} >protocol sieve { > info_log_path = /var/log/dovecot/dovecot-sieve.log > log_path = /var/log/dovecot/dovecot-sieve-errors.log >} > >mail_home = /var/vmail/mailboxes/%d/%n >mail_location = dbox:~/mail -- Christian Kivalo

RE: Ms Exchange vs dovecot

2020-05-09 Thread Christian Kivalo
t;> >> 1. public folder can be implemented with a public mailbox? >> >> 2. authorize users via groups access to mailboxes/folders of the >> public folder/mailbox. I think I saw ACL's with dovecot, does this >> compare to 'folder permissions' >> >> 3. is it possible with sieve to apply a rule on any mailbox/folder? >> Thus if I 'drag' a message to a folder, the sieve rule is activated? >> >> -- Christian Kivalo

Re: I can no longer use TLS for Windows7 and Outlook

2020-05-31 Thread Christian Kivalo
r users I have that can't/won't upgrade their computers. There will probably be more problems relating to old OS and unsupported SSL/TLS versions in the future. Good luck. [1] https://support.globalsign.com/ssl/general-ssl/tls-protocol-compatibility [2] https://blogs.msdn.microsoft.com/kaushal/2011/10/02/support-for-ssltls-protocols-on-windows/ -- Christian Kivalo

Re: Cannot log in to IMAP server and logs are unclear as to why

2020-06-07 Thread Christian Schmidt
sdb != userdb Kind Regards Christian Schmidt -- No signature available.

"Plaintext authentication disallowed on non-secure (SSL/TLS) connections" despite correct configuration to allow this

2016-08-02 Thread Christian Balzer
t help and setting trusted networks only changes the last bit to have "secured" appended but still fails the same otherwise. I really need 2.2.x to behave the same way as before and documented. Any ideas and feedback would be most welcome. Regards, Christian -- Chr

Re: "Plaintext authentication disallowed on non-secure (SSL/TLS) connections" despite correct configuration to allow this

2016-08-02 Thread Christian Balzer
ork all is working now as expected. Christian On Tue, 2 Aug 2016 16:02:34 +0900 Christian Balzer wrote: > > Hello, > > this is basically a repeat of this query from last year, which > unfortunately got a deafening silence for replies: > --- > http://dovecot.org/pipermai

Re: Reporting on CephFS being ready to use with Dovecot

2016-08-17 Thread Christian Balzer
se with bigger setups and stronger > SLAs will want to take a look at that. I really recommend that the Dovecot > community take at look at that setup. > I agree with all parts of this, particular if you're not trying to squeeze the last ounce of speed from the least amount of rack spa

Re: Automatic purging of old email in all mailboxes

2016-08-29 Thread Christian Kivalo
ostfix mode = 0666 user = postfix } } service imap-login { inet_listener imaps { port = 993 ssl = yes } } service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0600 user = postfix } } service pop3-login { inet_listener pop3s { port = 995 ssl = yes } } ssl = required ssl_cert = -- Christian Kivalo

Re: initd script does not stop/restart all dovecot processes

2016-09-02 Thread Christian Kivalo
t installs the systemd.service and socket That's why I need to copy initd script by myself, and did the same with systemd unit file when you suggested me to try it. -- Christian Kivalo

Re: dovecot --hostdomain

2016-09-19 Thread Christian Kivalo
Am 15. September 2016 16:10:02 MESZ, schrieb dove...@nspace.de: >Hi, > >I'm currently debugging replication issues and I found that both >servers >answer to a "dovecot --hostdomain" simply with > >localhost > > From what I've read, this can lead to problems. >Where do I configure the dovecot hos

  1   2   3   4   5   6   7   >