[Dovecot-de] seltsame Standardordner
Alexander Dalloz
ad+lists at uni-x.org
Sa Apr 25 20:55:01 CEST 2015
Am 25.04.2015 um 20:51 schrieb sebastian at debianfan.de:
>> Am 25.04.2015 um 19:38 schrieb sebastian at debianfan.de:
>> Was sind "komische Ordner"?
Die Frage blieb unbeantwortet.
>> Und wie immer, zeige bitte Deine Konfiguration (doveconf -n).
>>
>> Alexander
>>
>
>
> # 2.1.7: /etc/dovecot/dovecot.conf
> # OS: Linux 3.2.0-4-686-pae i686 Debian 7.8 ext4
> auth_mechanisms = plain login
> disable_plaintext_auth = no
> login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c %k
> mail_location = maildir:/var/vmail/%d/%n/Maildir
> 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 {
> special_use = \Drafts
> }
> mailbox Junk {
> special_use = \Junk
> }
> mailbox Sent {
> special_use = \Sent
> }
> mailbox "Sent Messages" {
> special_use = \Sent
> }
> mailbox Trash {
> special_use = \Trash
> }
Geht es um die special_use Ordner? Da könnte ein Blick in die
Dokumentation helfen.
> prefix =
> }
> passdb {
> args = /etc/dovecot/dovecot-sql.conf.ext
> driver = sql
> }
> plugin {
> sieve = ~/.dovecot.sieve
> sieve_default = /var/vmail/globalsieverc
> sieve_dir = ~/sieve
> }
> protocols = " imap sieve pop3"
> service auth {
> unix_listener /var/spool/postfix/private/auth {
> group = postfix
> mode = 0666
> user = postfix
> }
> }
> service managesieve-login {
> inet_listener sieve {
> port = 4190
> }
> }
> syslog_facility = local5
> userdb {
> args = uid=vmail gid=vmail home=/var/vmail/%d/%n
> driver = static
> }
> protocol lda {
> mail_plugins = " sieve"
> }
Alexander
Mehr Informationen über die Mailingliste Dovecot