Habe seit einiger Zeit "merkwürdige Einträge im Mailprotokoll, hier ein Beispiel :
Habe aber z.B. mit Hotmail überhaupt nichts zu tun !
In meiner postfix-main.cfg ist eingestellt :
Fehlt hier noch eine Angabe und ist vielleicht eine falsch ?
Code:
Dec 19 20:05:31 asterix postfix/smtp[12204]: 5CEE04A37C: to=<postmaster@admin.usf.edu>, relay=none, delay=32890, status=deferred (connect to admin.usf.edu[131.247.89.187]: server dropped connection without sending the initial SMTP greeting)
Dec 19 20:06:00 asterix postfix/smtp[12209]: connect to hotmail.com[64.4.32.7]: Connection timed out (port 25)
Dec 19 20:06:04 asterix postfix/smtpd[12200]: disconnect from localhost[127.0.0.1]
Dec 19 20:06:30 asterix postfix/smtp[12209]: connect to hotmail.com[64.4.33.7]: Connection timed out (port 25)
Dec 19 20:06:30 asterix postfix/smtp[12209]: 271D7524CF: to=<aroranavin@hotmail.com>, relay=none, delay=7276, status=deferred (connect to hotmail.com[64.4.33.7]: Connection timed out)
Habe aber z.B. mit Hotmail überhaupt nichts zu tun !
In meiner postfix-main.cfg ist eingestellt :
Code:
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
body_checks = regexp:/etc/postfix/body_checks
bounce_size_limit = 100000
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
debug_peer_level = 5
defer_transports =
disable_dns_lookups = yes
double_bounce_sender = thomas@myreal-domain.de
header_checks = regexp:/etc/postfix/header_checks
home_mailbox = Maildir/
html_directory = /usr/share/doc/packages/postfix/html
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_exceptions = root
message_size_limit = 30000000
mime_header_checks = regexp:/etc/postfix/mime_header_checks
mydestination = $myhostname, $mydomain, localhost, localhost.$mydomain, myreal-domain, myreal-domain.dyndns.org asterix
mydomain = home
myhostname = asterix.home
mynetworks = 192.168.178.0/24, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
proxy_interfaces = 192.168.178.1
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relay_domains = $mydestination
relay_domains_reject_code = 554
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtpd_banner = $mydomain.myreal-domain.de ESMTP
smtpd_junk_command_limit = 100
smtpd_recipient_limit = 50
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = no
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_timeout = 300s
smtpd_use_tls = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_domains = hash:/etc/postfix/virtual
Fehlt hier noch eine Angabe und ist vielleicht eine falsch ?