Ich nutze eine Minimalkonfiguration, da ich nur eine Mailadresse (ersteinmal) benötige.
Ich habe somit lokal den Nutzer "admin" erstellt und mit einem Passwort versehen.
Meine main.cnf von Postfix:
Mails werden korrekt im Maildire-Format unter /home/admin/.maildir/new abgespeichert.# See /usr/share/postfix/main.cf.dist for a commented, more complete version
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
# delay_warning_time = 4h
myhostname = xxxx
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = xxxx, xxxx , localhost, xxxx, xxxx
home_mailbox = .maildir/
# relayhost =
# relay_domains = $mydestination
mynetworks = 127.0.0.0/8
# mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
Nun habe ich mich versucht zu meinem Server über Port 143 zu verbinden - user war admin mit dem lokalen Passwort.
ich erhalte aber immer eine Fehlermeldung in der /var/log/mail.info:
Woran könnte das liegen?imaplogin: chdir Maildir: No such file or directory
MfG