Outlook FQDN
Posted: 2013-02-10 13:26
Hallo,
ich habe habe ein Problem mit dem versenden von E-Mails über Outlook 2010.
Über thunderbird etc.. ist alles Problemlos.
Ich arbeite sehr selten mit Outlook ist mir nur durch Zufall aufgefallen, ist das verhalten bezüglich dem FQDN von Outlook normal, oder habe ich einen Denkfehler ? :-D
System:
OS: Debian Squeeze
Postfix
Spamassassin
clamsmtp
cyrus2.2
postgrey
OHNE Admin Panel
ich habe habe ein Problem mit dem versenden von E-Mails über Outlook 2010.
Über thunderbird etc.. ist alles Problemlos.
Code: Select all
NOQUEUE: reject: RCPT from meinisp.net[meineISPIP]: 504 5.5.2 <PC01>: Helo command rejected: need fully-qualified hostname; from=<meine@domain.de> to=<ziel@Domain.de> proto=ESMTP helo=<PC01>System:
OS: Debian Squeeze
Postfix
Spamassassin
clamsmtp
cyrus2.2
postgrey
OHNE Admin Panel
Code: Select all
postconf -n
alias_maps = $alias_database
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = scan:127.0.0.1:10026
disable_vrfy_command = yes
mailbox_transport = cyrus
mydestination = localhost, localhost.$mydomain, $mydomain, mail.$mydomain, mysql:/etc/postfix/mysql-mydestination.cf
mydomain = ************(MEINE DOMAIN)**********
mynetworks = 127.0.0.0/8
myorigin = $mydomain
receive_override_options = no_address_mappings
relay_domains =
relayhost =
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
smtp_host_lookup = native,dns
smtp_use_tls = yes
smtpd_banner = $myhostname
smtpd_client_connection_count_limit = 15
smtpd_data_restrictions = reject_unauth_pipelining, permit
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions = reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, check_policy_service inet:127.0.0.1:60000, reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client ix.dnsbl.manitu.org, reject_rbl_client dnsbl.ahbl.org, reject_rbl_client rhsbl.ahbl.org, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, permit
smtpd_tls_CAfile = /etc/ssl/certs/smtps.pem
smtpd_tls_cert_file = /etc/ssl/certs/smtps.pem
smtpd_tls_key_file = /etc/ssl/certs/smtps.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = no
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf