Weird sub-folder error

Christian Theune ct at flyingcircus.io
Tue Mar 3 08:55:10 UTC 2015


Hi,

interesting idea about “/“ being in the folder name. I’ll ask whether that was the case.

Here’s the doveconf -n output: (minus some privacy)

# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.17.2-gentoo i686 Gentoo Base System release 2.2
auth_mechanisms = plain login
auth_socket_path = /run/dovecot/auth-userdb
disable_plaintext_auth = no
first_valid_uid = 119
mail_location = maildir:~/Maildir
mail_plugins = quota
mail_privileged_group = vmail
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 ihave duplicate
namespace inbox {
  inbox = yes
  location =
  prefix = INBOX.
  separator = .
  type = private
}
passdb {
  args = /etc/dovecot/deny-users
  deny = yes
  driver = passwd-file
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf
  driver = sql
}
plugin {
  quota = maildir
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
protocols = imap pop3 sieve
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    user = postfix
  }
  unix_listener auth-userdb {
    group = vmail
    mode = 0660
    user = vmail
  }
}
service dict {
  unix_listener dict {
    group = vmail
    mode = 0600
    user = vmail
  }
}
service managesieve-login {
  executable = /usr/libexec/dovecot/managesieve-login
  inet_listener sieve {
    address = xxx.xxx.xxx.xxx
    port = 4190
    reuse_port = no
    ssl = no
  }
}
service managesieve {
  executable = /usr/libexec/dovecot/managesieve
}
ssl_cert = </etc/ssl/xxx.xxx.xxx-20150208.crt
ssl_cipher_list = ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
ssl_key = </etc/ssl/xxx.xxx.xxx-20150208.key
ssl_prefer_server_ciphers = yes
ssl_protocols = !SSLv2 !SSLv3
userdb {
  args = uid=vmail gid=vmail home=/srv/vmail/%d/%n
  driver = static
}
protocol lda {
  mail_plugins = sieve sieve
}
protocol sieve {
  mail_location = maildir:~/Maildir
  managesieve_max_line_length = 65536
}



> On 03 Mar 2015, at 08:25, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote:
> 
> <Mail Attachment.txt>



PS: weird, your mail was shown in this way to me on OS X Mail. Haven’t seen that before.  :)

—
Christian Theune · ct at flyingcircus.io · +49 345 219401 0
Flying Circus Internet Operations GmbH · http://flyingcircus.io
Forsterstraße 29 · 06112 Halle (Saale) · Deutschland
HR Stendal HRB 21169 · Geschäftsführer: Christian. Theune, Christian. Zagrodnick

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://dovecot.org/pipermail/dovecot/attachments/20150303/245dce12/attachment.sig>


More information about the dovecot mailing list