Postfix-Problem smtpd dict_open

xerxes22

New Member
Hallo. Ich versuche mich an einer Postfix-Basiskonfiguration unter Debian-Lenny.
Lokale Mails werden korrekt zugestellt, aber bei Mails aus dem Lan meldet sich
smtpd mit folgendem Fehler: ( /var/log/mail.log )
Code:
 postfix/smtpd[4062]: fatal: dict_open: unsupported dictionary type: #[:  Is the postfix-#[ package installed?
 postfix/master[4054]: warning: process /usr/lib/postfix/smtpd pid 4062 exit status 1
 postfix/master[4054]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Hier meine /etc/postfix/main.cf
Code:
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
readme_directory = /usr/share/doc/postfix
mydomain = xyz.local

myhostname = debian-server.linux.local
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = $myhostname, localhost.$mydomain, $mydomain, localhost
relayhost = 
mynetworks = 127.0.0.0/8 192.168.1.0/24
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = 127.0.0.1 192.168.1.1
default_transport = error
relay_transport = error

# users directories options
home_mailbox = .Maildir/
main_spool_directory=/var/spool/mail/
html_directory = /usr/share/doc/postfix/html
Bin dankbar für jede Unterstützung
 
Back
Top