Tags
Permalink

Wäre einfach ein tree zu machen und das zu verlinken.
/etc/dovecot
├── conf.d
│   ├── 10-auth.conf
│   ├── 10-director.conf
│   ├── 10-logging.conf
│   ├── 10-mail.conf
│   ├── 10-master.conf
│   ├── 10-ssl.conf
│   ├── 10-tcpwrapper.conf
│   ├── 15-lda.conf
│   ├── 15-mailboxes.conf
│   ├── 20-imap.conf
│   ├── 90-acl.conf
│   ├── 90-plugin.conf
│   ├── 90-quota.conf
│   ├── auth-checkpassword.conf.ext
│   ├── auth-deny.conf.ext
│   ├── auth-dict.conf.ext
│   ├── auth-master.conf.ext
│   ├── auth-passwdfile.conf.ext
│   ├── auth-sql.conf.ext
│   ├── auth-static.conf.ext
│   └── auth-system.conf.ext
├── dovecot.conf
├── dovecot-dict-auth.conf.ext
├── dovecot-dict-sql.conf.ext
├── dovecot-sql.conf.ext
└── private
├── dovecot.key -> /etc/ssl/private/ssl-cert-snakeoil.key
└── dovecot.pem -> /etc/ssl/certs/ssl-cert-snakeoil.pem

/etc/postfix
├── dynamicmaps.cf
├── dynamicmaps.cf.d
├── main.cf
├── main.cf.proto
├── makedefs.out -> /usr/share/postfix/makedefs.out
├── master.cf
├── master.cf.proto
├── postfix-files
├── postfix-files.d
│   └── pcre.files
├── postfix-script
├── post-install
└── sasl

/etc/default
├── acpid
├── console-setup
├── cron
├── cryptdisks
├── dbus
├── dnsmasq
├── dovecot
├── firehol
├── grub
├── grub.d
│   └── init-select.cfg
├── hwclock
├── keyboard
├── locale
├── mdadm
├── networking
├── nginx
├── nss
├── rsync
├── saslauthd
├── ssh
└── useradd

Permalink

Um Mutt zu benutzen, muss in der /etc/Muttrc folgendes eingefügt werden;
set folder="~/Maildir"
set mask="!^\\.[^.]"
set mbox="~/Maildir"
set record="+.Sent"
set postponed="+.Drafts"
set spoolfile="~/Maildir"