<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>Is this (DOV-3600) fixed in 2.3.9?</div><div><br></div><div>Best regards</div><div><br></div><div>Hativ</div><div><br></div><div>Am Montag, den 14.10.2019, 09:44 +0200 schrieb Stephan Bosch:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre><br></pre><pre>On 11/10/2019 10:06, Hativ via dovecot wrote:</pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Hello Aki,</pre><pre><br></pre><pre>I have this problem just with 2.3.8, my self-compiled 2.3.3 works </pre><pre>fine. I have previously tried to update from 2.3.3 to higher versions </pre><pre>(possibly 2.3.5 or so), but always had this error, which is why I am </pre><pre>always back to 2.3.3.</pre><pre><br></pre></blockquote><pre>This bug was already known. It is tracked internally as DOV-3600. Looks </pre><pre>like it will be put through somewhat soon.</pre><pre><br></pre><pre>Regards,</pre><pre><br></pre><pre>Stephan.</pre><pre><br></pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Configuration is exactly the same.</pre><pre><br></pre><pre>Here my output from "doveconf -n":</pre><pre><br></pre><pre># 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf</pre><pre># Pigeonhole version 0.5.8 (b7b03ba2)</pre><pre># OS: Linux 4.15.0-65-generic x86_64 Ubuntu 18.04.3 LTS</pre><pre># Hostname: srv2</pre><pre>auth_mechanisms = plain login</pre><pre>default_login_user = dovecot-login</pre><pre>default_vsz_limit = 1 G</pre><pre>dict {</pre><pre>  quota = mysql:/etc/dovecot/dovecot-quota.conf.ext</pre><pre>}</pre><pre>doveadm_password = # hidden, use -P to show it</pre><pre>doveadm_port = 12345</pre><pre>haproxy_trusted_networks = 10.201.29.33 fec0:4f8:1c1c:3440::1 </pre><pre>10.46.163.91 fec0:4f8:1c17:4548::1 10.216.147.248 fec0:4f9:c010:bec::1</pre><pre>hostname = mda1-2.example.com</pre><pre>imap_capability = +XLIST</pre><pre>imap_id_send =</pre><pre>imap_idle_notify_interval = 30 mins</pre><pre>listen = 10.46.163.91, fec0:4f8:1c17:4548::1</pre><pre>lmtp_rcpt_check_quota = yes</pre><pre>mail_attribute_dict = file:%h/dovecot-attributes</pre><pre>mail_debug = yes</pre><pre>mail_gid = dovecot-mail</pre><pre>mail_home = /srv/mail/%d/%n</pre><pre>mail_location = sdbox:~/</pre><pre>mail_max_userip_connections = 20</pre><pre>mail_plugins = " acl mail_crypt mail_log notify quota quota_clone </pre><pre>replication"</pre><pre>mail_uid = dovecot-mail</pre><pre>mail_vsize_bg_after_count = 100</pre><pre>managesieve_notify_capability = mailto</pre><pre>managesieve_sieve_capability = fileinto reject envelope </pre><pre>encoded-character vacation subaddress comparator-i;ascii-numeric </pre><pre>relational regex imap4flags copy include variables body enotify </pre><pre>environment mailbox date index ihave duplicate mime foreverypart </pre><pre>extracttext imapsieve vnd.dovecot.imapsieve</pre><pre>namespace INBOX {</pre><pre>  inbox = yes</pre><pre>  location =</pre><pre>  mailbox Drafts {</pre><pre>    auto = subscribe</pre><pre>    special_use = \Drafts</pre><pre>  }</pre><pre>  mailbox Junk {</pre><pre>    auto = subscribe</pre><pre>    special_use = \Junk</pre><pre>  }</pre><pre>  mailbox Sent {</pre><pre>    auto = subscribe</pre><pre>    special_use = \Sent</pre><pre>  }</pre><pre>  mailbox Trash {</pre><pre>    auto = subscribe</pre><pre>    special_use = \Trash</pre><pre>  }</pre><pre>  prefix =</pre><pre>}</pre><pre>namespace Shared {</pre><pre>  list = children</pre><pre>  location = sdbox:%%h/:INDEXPVT=~/shares/%%u</pre><pre>  prefix = Shared/%%u/</pre><pre>  subscriptions = yes</pre><pre>  type = shared</pre><pre>}</pre><pre>passdb {</pre><pre>  args = /etc/dovecot/dovecot-auth.conf.ext</pre><pre>  driver = sql</pre><pre>}</pre><pre>plugin {</pre><pre>  acl = vfile</pre><pre>  acl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes.db</pre><pre>  imapsieve_mailbox1_before = file:/etc/dovecot/sieve/report-spam.sieve</pre><pre>  imapsieve_mailbox1_causes = COPY</pre><pre>  imapsieve_mailbox1_name = Junk</pre><pre>  imapsieve_mailbox2_before = file:/etc/dovecot/sieve/report-ham.sieve</pre><pre>  imapsieve_mailbox2_causes = COPY</pre><pre>  imapsieve_mailbox2_from = Junk</pre><pre>  imapsieve_mailbox2_name = INBOX</pre><pre>  mail_crypt_curve = secp521r1</pre><pre>  mail_crypt_save_version = 0</pre><pre>  mail_log_events = copy delete expunge flag_change mailbox_create </pre><pre>mailbox_delete mailbox_rename undelete save</pre><pre>  mail_log_fields = uid box msgid size from subject</pre><pre>  mail_replica = tcps:mda1-1.example.com</pre><pre>  quota = count</pre><pre>  quota_clone_dict = proxy::quota</pre><pre>  quota_rule = *:bytes=0</pre><pre>  quota_vsizes = yes</pre><pre>  sieve = file:~/sieve;active=~/.dovecot.sieve</pre><pre>  sieve_after = /etc/dovecot/sieve-after</pre><pre>  sieve_before = /etc/dovecot/sieve-before</pre><pre>  sieve_global_extensions = +vnd.dovecot.pipe</pre><pre>  sieve_pipe_bin_dir = /usr/bin/</pre><pre>  sieve_plugins = sieve_extprograms sieve_imapsieve</pre><pre>}</pre><pre>postmaster_address = </pre><a href="mailto:postmaster@example.com"><pre>postmaster@example.com</pre></a><pre> </pre><pre><mailto:</pre><a href="mailto:postmaster@example.com"><pre>postmaster@example.com</pre></a><pre>></pre><pre>protocols = imap lmtp sieve submission</pre><pre>service aggregator {</pre><pre>  fifo_listener replication-notify-fifo {</pre><pre>    user = $mail_uid</pre><pre>  }</pre><pre>  unix_listener replication-notify {</pre><pre>    user = $mail_uid</pre><pre>  }</pre><pre>}</pre><pre>service doveadm {</pre><pre>  inet_listener {</pre><pre>    port = 12345</pre><pre>    ssl = yes</pre><pre>  }</pre><pre>}</pre><pre>service imap-login {</pre><pre>  inet_listener imap {</pre><pre>    port = 0</pre><pre>  }</pre><pre>  inet_listener imaps {</pre><pre>    haproxy = yes</pre><pre>  }</pre><pre>}</pre><pre>service lmtp {</pre><pre>  inet_listener lmtp {</pre><pre>    address = $listen</pre><pre>    port = 24</pre><pre>  }</pre><pre>}</pre><pre>service managesieve-login {</pre><pre>  inet_listener sieve {</pre><pre>    haproxy = yes</pre><pre>    ssl = yes</pre><pre>  }</pre><pre>}</pre><pre>service replicator {</pre><pre>  process_min_avail = 1</pre><pre>  unix_listener replicator-doveadm {</pre><pre>    mode = 0600</pre><pre>    user = $mail_uid</pre><pre>  }</pre><pre>}</pre><pre>service submission-login {</pre><pre>  inet_listener submission {</pre><pre>    haproxy = yes</pre><pre>    port = 465</pre><pre>    ssl = yes</pre><pre>  }</pre><pre>}</pre><pre>ssl = required</pre><pre>ssl_alt_cert = </etc/ssl/private/example.com.pem</pre><pre>ssl_alt_key = # hidden, use -P to show it</pre><pre>ssl_cert = </etc/ssl/private/example.com-ecc.pem</pre><pre>ssl_cipher_list = </pre><pre>TLS-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:TLS-AES-256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:TLS-AES-128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256</pre><pre>ssl_client_ca_file = /etc/ssl/certs/ca-certificates.crt</pre><pre>ssl_curve_list = X25519:secp521r1:secp384r1</pre><pre>ssl_key = # hidden, use -P to show it</pre><pre>ssl_min_protocol = TLSv1.2</pre><pre>ssl_options = no_ticket</pre><pre>ssl_prefer_server_ciphers = yes</pre><pre>submission_client_workarounds = whitespace-before-path</pre><pre>submission_max_mail_size = 50000 k</pre><pre>submission_relay_host = mta2.example.com</pre><pre>submission_relay_ssl = starttls</pre><pre>submission_relay_trusted = yes</pre><pre>userdb {</pre><pre>  driver = prefetch</pre><pre>}</pre><pre>userdb {</pre><pre>  args = /etc/dovecot/dovecot-auth.conf.ext</pre><pre>  driver = sql</pre><pre>}</pre><pre>verbose_proctitle = yes</pre><pre>protocol imap {</pre><pre>  mail_plugins = " acl mail_crypt mail_log notify quota quota_clone </pre><pre>replication imap_acl imap_quota imap_sieve imap_zlib"</pre><pre>}</pre><pre>protocol lmtp {</pre><pre>  mail_plugins = " acl mail_crypt mail_log notify quota quota_clone </pre><pre>replication sieve"</pre><pre>}</pre><pre><br></pre><pre>Best regards</pre><pre>Hativ</pre><pre><br></pre><pre>Am Freitag, den 11.10.2019, 10:55 +0300 schrieb Aki Tuomi:</pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>On 11.10.2019 10.50, Hativ via dovecot wrote:</pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Hello,</pre><pre>after migrating from self-compiled Dovecot 2.3.3 to Dovecot 2.3.8 from</pre><pre>the repository (Ubuntu 18.04 LTS "Bionic" packages) I have issues with</pre><pre>the submission service. If I send an email, it will not be forwarded</pre><pre>and I get the following error message:</pre></blockquote><pre>snip...</pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Best regards</pre><pre>Hativ</pre></blockquote><pre>Can you provide doveconf -n?</pre><pre>Also, are you having this problem in 2.3.3 or just 2.3.8?</pre><pre>Aki</pre></blockquote></blockquote><pre><br></pre></blockquote>
<div><span><pre>-- <br></pre><div>Freundliche Grüße</div><div><br></div><div>Pascal</div></span></div></body></html>