transport fehler
Posted: 2004-02-26 18:28
Hallo,
seit einigerzeit will mein postfix die mail nich mehr in das zugehörige postfach "sortieren"
also wenn mir jemand eine email schickt bekommt dieser keine fehlermeldung, aber in dem postfach zu der adresse kommt nix an.
wenn ich email per outlook verschicken will kommt diese meldung:
"Der Server hat die verbindung unerwartet beendet. Möglicherweise liegt ein Serverproblem vor, es ist ein Netzwerkproblem aufgetreten oder das Zeitlimit wurde überschritten, Fehlernummer: 0x800CCC0F"
hier mal noch meine main.cf:
bitte um hilfe
Danke schonmal
tonid
seit einigerzeit will mein postfix die mail nich mehr in das zugehörige postfach "sortieren"
also wenn mir jemand eine email schickt bekommt dieser keine fehlermeldung, aber in dem postfach zu der adresse kommt nix an.
wenn ich email per outlook verschicken will kommt diese meldung:
"Der Server hat die verbindung unerwartet beendet. Möglicherweise liegt ein Serverproblem vor, es ist ein Netzwerkproblem aufgetreten oder das Zeitlimit wurde überschritten, Fehlernummer: 0x800CCC0F"
hier mal noch meine main.cf:
Code: Select all
readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
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_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = h1476.serverkompetenz.net
inet_interfaces = 127.0.0.1
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter =
mailbox_command =
mailbox_transport =
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,check_relay_domains
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
allow_min_user = yes
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
in_flow_delay = 0
inet_interfaces = 127.0.0.1
mail_owner = postfix
mail_spool_directory = /var/mail
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_exceptions = root
mydestination = $myhostname, localhost.$mydomain
#relay_domains = $mydestination, hash:/etc/postfix/relaydomains
#fast_flush_domains = $relay_domains
virtual_alias_domains = hash:/etc/postfix/confixx_localDomains
virtual_maps = hash:/etc/postfix/virtual
mynetworks_style = host
newaliases_path = /usr/sbin/sendmail
setgid_group = maildrop
#SMTP-AUTH Support
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sasl_password_maps = hash:/etc/postfix/saslpasswd
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions =
smtpd_recipient_restrictions = permit_mynetworks,check_relay_domains
smtpd_sender_restrictions = hash:/etc/postfix/access
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
#TLS Support
#smtpd_use_tls = yes
#smtpd_tls_auth_only = yes
#smtpd_enforce_tls = no
#
#smtpd_tls_cert_file = /etc/httpd/ssl.crt/server.crt
#smtpd_tls_key_file = /etc/httpd/ssl.key/server.key
#smtpd_tls_loglevel = 1
#smtpd_tls_received_header = yes
#smtpd_tls_session_cache_timeout = 3600s
#tls_random_source = dev:/dev/urandom
##smtpd_tls_cert_file = /etc/httpd/ssl.crt/server.crt
##smtpd_tls_key_file = /etc/httpd/ssl.key/server.key
#
#smtpd_tls_cert_file = /etc/postfix/cert.pem
#smtpd_tls_key_file = /etc/postfix/key.pem
#myhostname = game-code.net
#mydomain = game-code.net
#mail_name = game-code.net
Danke schonmal
tonid