Postfix, kein Maildir?

funky

Registered User
Hallo zusammen,

ich habe mittels apt folgendes installiert:

Code:
#apt-get install postfix fetchmail cyrus-imapd-2.2

Die Configs an denen ich was geändert habe sehen erstmal so aus:

Code:
######/etc/postfix/main.cf######
# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = yes

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = debilux.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = debilux.de, v106.ncsrv.de, localhost.ncsrv.de, localhost
mynetworks = 127.0.0.0/8
mailbox_command = /usr/bin/procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
mail_spool_directory = /var/spool/
home_mailbox = mails/

und

Code:
######/home/martin/.procmailrc######
PATH=/usr/local/bin:/usr/bin:/bin
MAILDIR=$HOME/Maildir
DEFAULT=$MAILDIR/mbox/   #completely optional

und

Code:
######/etc/aliases######
# Required aliases
postmaster:     martin
MAILER-DAEMON:  postmaster

# Common aliases
abuse:          postmaster
spam:           postmaster

# Other aliases
root:   martin
martin: martin

Problem:

Die Emails sammeln sich im Spool unter /var/mail/martin.
Das Maildir wird leider auch net erstellt.

Wie bekomme ich es also hin, dass die Mails aus dem Spool in die Maildirs
der User geleitet werden!?

Sollten noch configs etc fehlen, seht es mir nach, weiß net was da noch
dazu gehören sollte.

Gruß

funky
 
Back
Top