postfix/doveconf Thunderbird 看起来位置错误

问题描述

我已经配置了 postfix/dovecot。我可以发送和接收电子邮件。传入的电子邮件位于 /home/kontakt/Maildir/new。 "mail" 和 Thunderbird 命令在 /var/spool/mail/vmail/kontakt/Maildir/new 中查找。我试图将 home_mailBox 设置为 /var/spool/mail/vmail/kontakt/Maildir/,但电子邮件仍然发送到 /home/user/var/spool/mail/vmail/kontakt/Maildir/。 似乎 postfix 会自动将 $HOME 前缀添加到每个位置。 低于我的配置

postconf -n

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
home_mailBox = Maildir/
inet_interfaces = all
inet_protocols = all
mail_spool_directory = /var/spool/mail/vmail/kontakt/Maildir/
mailBox_command =
mailBox_size_limit = 0
mydestination = $myhostname,localhost.$mydomain,localhost
mydomain = hkunst.com
myhostname = hkunst.com
mynetworks = 10.10.0.0/24,127.0.0.0/8
mynetworks_style = hkunst.com
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter =
relayhost =
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/ssl/certs/hkunst.com.crt.pem
smtpd_tls_key_file = /etc/ssl/private/hkunst.com.key.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
virtual_mailBox_base = /var/spool/mail/vmail/kontakt/Maildir/
virtual_transport = dovecot

doveconf -n

# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.4 
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
auth_username_format = %Ln
auth_verbose = yes
auth_verbose_passwords = plain
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
namespace inBox {
  inBox = yes
  location = 
  mailBox Drafts {
    auto = create
    special_use = \Drafts
  }
  mailBox Junk {
    auto = create
    special_use = \Junk
  }
  mailBox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailBox "Sent Messages" {
    auto = create
    special_use = \Sent
  }
  mailBox Spam {
    auto = create
    special_use = \Junk
  }
  mailBox Trash {
    auto = create
    special_use = \Trash
  }
  mailBox virtual/All {
    auto = no
    special_use = \All
  }
  prefix = 
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
passdb {
  args = username_format=%u scheme=ssha512 /etc/dovecot/passwd.db
  driver = passwd-file
}
plugin {
  sieve = ~/.dovecot.sieve
  sieve_after = /var/mail/vmail/sieve-after
  sieve_before = /var/mail/vmail/sieve-before
  sieve_dir = ~/sieve
}
protocols = imap lmtp
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0666
    user = postfix
  }
  unix_listener /var/spool/postfix/private/dovecot-auth {
    group = postfix
    mode = 0660
    user = postfix
  }
}
ssl_cert = </etc/ssl/certs/hkunst.com.crt.pem
ssl_cipher_list = ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AES:RSA+3DES:!ADH:!AECDH:!MD5:!DSS
ssl_client_ca_dir = /etc/ssl/certs
ssl_key = </etc/ssl/private/hkunst.com.key.pem
ssl_protocols = !SSLv2 !SSLv3
userdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
userdb {
  args = uid=5000 gid=5000 home=/var/mail/vmail/%d/%n
  driver = static
}
protocol lda {
  deliver_log_format = msgid=%m: %$
  mail_plugins = sieve
  postmaster_address = [email protected]
  quota_full_tempfail = yes
  rejection_reason = Your message to <%t> was automatically rejected:%n%r
}
protocol imap {
  imap_client_workarounds = delay-newmail tb-extra-mailBox-sep
  mail_max_userip_connections = 80
  mail_plugins = 
}
protocol pop3 {
  mail_max_userip_connections = 80
  mail_plugins = 

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)