ich habe ein kleines (?) Problem:
Alle an den Server gesendeten Mails werden von Postfix in die Mail-Queue gesteckt und nicht weitergeleitet oder in den jeweiligen Postfächern gespeichert.
Hier ein Auszug aus der /var/log/mail:
und die wesentlichen Einstellungen der main.cf:Jan 13 11:07:18 server-online postfix/smtpd[11389]: timeout after CONNECT from localhost[127.0.0.1]
Jan 13 11:07:18 server-online postfix/smtpd[11389]: disconnect from localhost[127.0.0.1]
Jan 13 11:07:18 server-online postfix/qmgr[11385]: warning: string length > 4096 characters from private/smtp socket while reading input attribute name
Jan 13 11:07:18 server-online postfix/qmgr[11385]: warning: private/smtp socket: malformed response
Jan 13 11:07:18 server-online postfix/qmgr[11385]: 0D8DE144BD: to=<trimo@gmx.de>, relay=none, delay=716, status=deferred (mail transport unavailable)
Jan 13 11:07:18 server-online postfix/qmgr[11385]: warning: qmgr_active_corrupt: save corrupt file queue active id 0D8DE144BD: No such file or directory
Jan 13 11:07:19 server-online ipop3d[11514]: pop3 service init from 217.85.173.133
Jan 13 11:07:19 server-online postfix/smtpd[11515]: connect from pD95AD79.dip.t-dialin.net[217.85.173.133]
Jan 13 11:07:19 server-online ipop3d[11514]: Login user=user1 host=pD95AD79.dip.t-dialin.net [217.85.173.133] nmsgs=0/0
Jan 13 11:07:19 server-online ipop3d[11514]: Logout user=user1 host=pD95AD79.dip.t-dialin.net [217.85.173.133] nmsgs=0 ndele=0
Jan 13 11:07:19 server-online postfix/smtpd[11515]: 94199179EA: client=pD95AD79.dip.t-dialin.net[217.85.173.133], sasl_method=LOGIN, sasl_username=user1
Jan 13 11:07:20 server-online postfix/cleanup[11517]: 94199179EA: message-id=<000a01c3d9bc$bbc86f60$0145a8c0@philipp>
Jan 13 11:07:20 server-online postfix/qmgr[11513]: 94199179EA: from=<info@domain.de>, size=2938, nrcpt=1 (queue active)
Jan 13 11:07:20 server-online postfix/smtpd[11519]: connect from localhost[127.0.0.1]
Jan 13 11:07:22 server-online postfix/smtpd[11515]: disconnect from pD95AD79.dip.t-dialin.net[217.85.173.133]
Thx4help!myhostname = domain.de
mydomain = domain.de
mydestination = $myhostname, localhost.$mydomain, $mydomain
relay_domains = $mydestination
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
readme_directory = /usr/share/doc/packages/postfix/README_FILES
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_classes = envelope_sender, header_sender, header_recipient
defer_transports =
disable_dns_lookups = no
content_filter =
strict_rfc821_envelopes = no
alias_maps = hash:/etc/aliases
unknown_local_recipient_reject_code = 450
header_checks = pcre:/etc/postfix/header_checks
body_checks = pcre:/etc/postfix/body_checks
mime_header_checks = regexp:/etc/postfix/mime_header_checks
virtual_alias_maps = hash:/etc/postfix/virtual
smtpd_recipient_restrictions = permit_sasl_authenticated, check_relay_domains, reject
#SMTPD Auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = domain
broken_sasl_auth_clients = yes