relay access denied beim versenden

sebastian at debianfan.de sebastian at debianfan.de
Sa Jun 25 14:52:02 CEST 2016


Guten Tag allerseits,

Mailserver Postfix/Dovecot/MySql + Spamassassin.

Ich habe das "alte neu aufgebaute System" gelöscht und von vorn angefangen.

Eingehende Mails werden jetzt über Postfix gefiltert (Spamasassin als 
content-filter) und in die Dovecot-Postfächer abgelegt.

Abgerufen werden die über ein Mailprogramm - der Dovecot Imap liefert 
die Mails entsprechend aus - der Weg "hinein" ist hier kein Problem.

Wenn ich lokal aus der Konsole eine Mail an einen anderen Server 
versende, kommt diese problemlos an - nur policyd-weight regt sich beim 
empfangenden Server auf, dass keine Betreffzeile vorhanden ist.

Wenn ich auf eine Testmail von einem anderen Server antworten will, 
kommt "relay access denied".

Für hilfreiche Vorschläge zur Problembehebung... ;-)

Danke & Gruß

Sebastian


postconf -n:



append_dot_mydomain = no
biff = no
body_checks = regexp:/etc/postfix/body_checks
bounce_queue_lifetime = 1h
config_directory = /etc/postfix
header_checks = regexp:/etc/postfix/header_checks
inet_interfaces = all
local_recipient_maps = $virtual_mailbox_maps
mailbox_size_limit = 0
maximal_backoff_time = 15m
maximal_queue_lifetime = 1h
message_size_limit = 52428800
mime_header_checks = regexp:/etc/postfix/mime_header_checks.regexp
minimal_backoff_time = 5m
myhostname = mail.domain.de
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
queue_run_delay = 5m
recipient_delimiter = +
smtp_host_lookup = dns
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
smtp_tls_CApath = /etc/ssl/certs/
smtp_tls_cert_file = /etc/ssl/certs/domain.de.dovecot.pem.crt
smtp_tls_ciphers = high
smtp_tls_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, MD5, PSK, 
aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDB3-SHA, KRB5-DES, CBC3-SHA
smtp_tls_fingerprint_digest = SHA256
smtp_tls_key_file = /etc/ssl/private/domain.private-ssl.key
smtp_tls_mandatory_ciphers = high
smtp_tls_mandatory_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, 
MD5, PSK, aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDB3-SHA, KRB5-DES, 
CBC3-SHA
smtp_tls_mandatory_protocols = !SSLv2,!SSLv3
smtp_tls_note_starttls_offer = yes
smtp_tls_protocols = !SSLv2, !SSLv3
smtp_tls_security_level = may
smtp_use_tls = yes
smtpd_recipient_restrictions = permit_mynetworks, 
permit_sasl_authenticated, reject_unlisted_recipient, 
reject_unknown_sender_domain, reject_unknown_recipient_domain, 
reject_unauth_pipelining, reject_non_fqdn_recipient, 
reject_unknown_client_hostname, check_policy_service 
inet:127.0.0.1:12525, check_policy_service inet:127.0.0.1:10023, 
reject_rbl_client zen.spamhaus.org
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/ssl/certs/domain.de.dovecot.pem.crt
smtpd_tls_ciphers = high
smtpd_tls_dh1024_param_file = /etc/postfix/dh_1024.pem
smtpd_tls_dh512_param_file = /etc/postfix/dh_512.pem
smtpd_tls_eecdh_grade = strong
smtpd_tls_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, MD5, PSK, 
aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDB3-SHA, KRB5-DES, CBC3-SHA
smtpd_tls_fingerprint_digest = SHA256
smtpd_tls_key_file = /etc/ssl/private/domain.private-ssl.key
smtpd_tls_loglevel = 2
smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, 
MD5, PSK, aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDB3-SHA, KRB5-DES, 
CBC3-SHA
smtpd_tls_mandatory_protocols = !SSLv2,!SSLv3
smtpd_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_security_level = may
smtpd_use_tls = yes
tls_daemon_random_bytes = 64
tls_high_cipherlist = 
EECDH+AESGCM:AES+EECDH:+ECDHE-RSA-AES256-SHA:+ECDHE-RSA-AES128-SHA:RSA+AESGCM:RSA+AES:RSA+CAMELLIA:+AES256-SHA:+AES128-SHA:!EXPORT:!eNULL:!aNULL:!DES:!3DES:!RC4:!RC2:!MD5:!IDEA:!SEED:!EDH:!aECDH:!aECDSA:!kECDHe:!SRP:!PSK
tls_preempt_cipherlist = yes
tls_random_bytes = 64
tls_ssl_options = no_ticket, no_compression
virtual_alias_maps = mysql:/etc/postfix/sql/aliases.cf
virtual_mailbox_domains = mysql:/etc/postfix/sql/domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/sql/accounts.cf
virtual_transport = lmtp:unix:private/dovecot-lmtp

master.cf:

smtp      inet  n       -       -       -       -       smtpd -o 
content_filter=spamfilter -v

smtpd pass - - n - - smtpd -o content_filter=spamassassin

dnsblog   unix  -       -       n       -       0       dnsblog

tlsproxy  unix  -       -       n       -       0       tlsproxy

pickup    unix  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      unix  n       -       n       300     1       qmgr
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
rewrite   unix  -       -       n       -       - trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
proxywrite unix -       -       n       -       1       proxymap
smtp      unix  -       -       n       -       -       smtp
relay     unix  -       -       n       -       -       smtp
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
retry     unix  -       -       n       -       -       error
discard   unix  -       -       n       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
scache    unix  -       -       n       -       1       scache

spamassassin
           unix  -       n       n       -       -       pipe
    flags=Rq user=nobody argv=/etc/filter.sh -oi -f ${sender} ${recipient}

spamfilter
           unix  -       n       n       -       -       pipe
    flags=Rq user=nobody argv=/etc/filter.sh -oi -f ${sender} ${recipient}

Postfix-Log:

Jun 25 14:34:44 debian postfix/master[1834]: terminating on signal 15
Jun 25 14:34:47 debian postfix/master[2920]: daemon started -- version 
2.11.3, configuration /etc/postfix
Jun 25 14:36:40 debian postfix/smtpd[2948]: name_mask: all
Jun 25 14:36:40 debian postfix/smtpd[2948]: inet_addr_local: configured 
2 IPv4 addresses
Jun 25 14:36:40 debian postfix/smtpd[2948]: inet_addr_local: configured 
2 IPv6 addresses
Jun 25 14:36:40 debian postfix/smtpd[2948]: process generation: 3 (3)
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: mynetworks ~? 
debug_peer_list
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: mynetworks ~? 
fast_flush_domains
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: mynetworks ~? 
mynetworks
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: relay_domains 
~? debug_peer_list
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: relay_domains 
~? fast_flush_domains
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: relay_domains 
~? mynetworks
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: relay_domains 
~? permit_mx_backup_networks
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: relay_domains 
~? qmqpd_authorized_clients
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: relay_domains 
~? relay_domains
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
permit_mx_backup_networks ~? debug_peer_list
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
permit_mx_backup_networks ~? fast_flush_domains
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
permit_mx_backup_networks ~? mynetworks
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
permit_mx_backup_networks ~? permit_mx_backup_networks
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: user = vmail
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: password = mail$2016
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: dbname = vmail
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: result_format = %s
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: option_file = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: option_group = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: tls_key_file = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: tls_cert_file = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: tls_CAfile = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: tls_CApath = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: tls_ciphers = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_bool: 
/etc/postfix/sql/accounts.cf: tls_verify_cert = on
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_int: 
/etc/postfix/sql/accounts.cf: expansion_limit = 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: query = select 1 as found from accounts 
where username = '%u' and domain = '%d' and enabled = true LIMIT 1;
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: domain =
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/accounts.cf: hosts = 127.0.0.1
Jun 25 14:36:40 debian postfix/smtpd[2948]: dict_open: 
mysql:/etc/postfix/sql/accounts.cf
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: user = vmail
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: password = mail$2016
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: dbname = vmail
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: result_format = %s
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: option_file = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: option_group = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: tls_key_file = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: tls_cert_file = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: tls_CAfile = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: tls_CApath = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: tls_ciphers = <NULL>
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_bool: 
/etc/postfix/sql/aliases.cf: tls_verify_cert = on
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_int: 
/etc/postfix/sql/aliases.cf: expansion_limit = 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: query = select concat(destination_username, 
'@', destination_domain) as destinations from aliases where 
source_username = '%u' and source_domain = '%d' and enabled = true;
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: domain =
Jun 25 14:36:40 debian postfix/smtpd[2948]: cfg_get_str: 
/etc/postfix/sql/aliases.cf: hosts = 127.0.0.1
Jun 25 14:36:40 debian postfix/smtpd[2948]: dict_open: 
mysql:/etc/postfix/sql/aliases.cf
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
smtpd_access_maps ~? debug_peer_list
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
smtpd_access_maps ~? fast_flush_domains
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
smtpd_access_maps ~? mynetworks
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
smtpd_access_maps ~? permit_mx_backup_networks
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
smtpd_access_maps ~? qmqpd_authorized_clients
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
smtpd_access_maps ~? relay_domains
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
smtpd_access_maps ~? smtpd_access_maps
Jun 25 14:36:40 debian postfix/smtpd[2948]: auto_clnt_create: 
transport=inet endpoint=127.0.0.1:12525
Jun 25 14:36:40 debian postfix/smtpd[2948]: auto_clnt_create: 
transport=inet endpoint=127.0.0.1:10023
Jun 25 14:36:40 debian postfix/smtpd[2948]: 
unknown_helo_hostname_tempfail_action = defer_if_permit
Jun 25 14:36:40 debian postfix/smtpd[2948]: 
unknown_address_tempfail_action = defer_if_permit
Jun 25 14:36:40 debian postfix/smtpd[2948]: 
unverified_recipient_tempfail_action = defer_if_permit
Jun 25 14:36:40 debian postfix/smtpd[2948]: 
unverified_sender_tempfail_action = defer_if_permit
Jun 25 14:36:40 debian postfix/smtpd[2948]: name_mask: 2
Jun 25 14:36:40 debian postfix/smtpd[2948]: initializing the server-side 
TLS engine
Jun 25 14:36:40 debian postfix/smtpd[2948]: auto_clnt_create: 
transport=local endpoint=private/tlsmgr
Jun 25 14:36:40 debian postfix/smtpd[2948]: auto_clnt_open: connected to 
private/tlsmgr
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = seed
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr size = 64
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: seed
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: seed
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
XSe9M1NTQ4vF1nicHrz2pMEIKS58vjcezyM+reVUdT9+1e2MeowHBScJX2GJH+nOlDSfo2OeeLn9i6UBamEVBA==
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = policy
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr cache_type = smtpd
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: cachable
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: cachable
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: timeout
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: timeout
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 3600
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: name_mask: no_ticket
Jun 25 14:36:40 debian postfix/smtpd[2948]: name_mask: no_compression
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
fast_flush_domains ~? debug_peer_list
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_string: 
fast_flush_domains ~? fast_flush_domains
Jun 25 14:36:40 debian postfix/smtpd[2948]: auto_clnt_create: 
transport=local endpoint=private/anvil
Jun 25 14:36:40 debian postfix/smtpd[2948]: connection established
Jun 25 14:36:40 debian postfix/smtpd[2948]: master_notify: status 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: name_mask: resource
Jun 25 14:36:40 debian postfix/smtpd[2948]: name_mask: software
Jun 25 14:36:40 debian postfix/smtpd[2948]: connect from 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
ip1f13d44e.dynamic.kabel-deutschland.de: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
31.19.212.78: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
ip1f13d44e.dynamic.kabel-deutschland.de: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
31.19.212.78: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: smtp_stream_setup: 
maxtime=300 enable_deadline=0
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? 127.0.0.0/8
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? 127.0.0.0/8
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? [::ffff:127.0.0.0]/104
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? [::ffff:127.0.0.0]/104
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? [::1]/128
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? [::1]/128
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
ip1f13d44e.dynamic.kabel-deutschland.de: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
31.19.212.78: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: auto_clnt_open: connected to 
private/anvil
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = connect
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr ident = 
smtp:31.19.212.78
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/anvil: wanted 
attribute: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/anvil: wanted 
attribute: count
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: count
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 1
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/anvil: wanted 
attribute: rate
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: rate
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 1
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/anvil: wanted 
attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 220 
mail.domain.de ESMTP Postfix
Jun 25 14:36:40 debian postfix/smtpd[2948]: < 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: EHLO hppc
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
ip1f13d44e.dynamic.kabel-deutschland.de: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
31.19.212.78: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-mail.domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-PIPELINING
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-SIZE 52428800
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-VRFY
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-ETRN
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-STARTTLS
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 
250-ENHANCEDSTATUSCODES
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-8BITMIME
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250 DSN
Jun 25 14:36:40 debian postfix/smtpd[2948]: < 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: STARTTLS
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 220 2.0.0 Ready 
to start TLS
Jun 25 14:36:40 debian postfix/smtpd[2948]: setting up TLS connection 
from ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]
Jun 25 14:36:40 debian postfix/smtpd[2948]: 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: TLS cipher list 
"EECDH+AESGCM:AES+EECDH:+ECDHE-RSA-AES256-SHA:+ECDHE-RSA-AES128-SHA:RSA+AESGCM:RSA+AES:RSA+CAMELLIA:+AES256-SHA:+AES128-SHA:!EXPORT:!eNULL:!aNULL:!DES:!3DES:!RC4:!RC2:!MD5:!IDEA:!SEED:!EDH:!aECDH:!aECDSA:!kECDHe:!SRP:!PSK:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CDB3-SHA:!KRB5-DES:!CBC3-SHA"
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = seed
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr size = 64
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: seed
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: seed
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
fJIFmIf39IBBlrLgWFRLFuZ6Jw/YiuUe9dWaOOfdB07dMavb6DNHqc59uw7cW3pnbDf02YON/TGO4l3tP9Z5pQ==
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/tlsmgr: wanted 
attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:before/accept 
initialization
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: SSL_accept:unknown state
Jun 25 14:36:40 debian postfix/smtpd[2948]: Anonymous TLS connection 
established from ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 
TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)
Jun 25 14:36:40 debian postfix/smtpd[2948]: < 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: EHLO hppc
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
ip1f13d44e.dynamic.kabel-deutschland.de: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
31.19.212.78: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-mail.domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-PIPELINING
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-SIZE 52428800
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-VRFY
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-ETRN
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 
250-ENHANCEDSTATUSCODES
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250-8BITMIME
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250 DSN
Jun 25 14:36:40 debian postfix/smtpd[2948]: < 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: MAIL FROM: 
<sebastian at domain.de>
Jun 25 14:36:40 debian postfix/smtpd[2948]: extract_addr: input: 
<sebastian at domain.de>
Jun 25 14:36:40 debian postfix/smtpd[2948]: smtpd_check_addr: 
addr=sebastian at domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: connect to subsystem 
private/rewrite
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = rewrite
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr rule = local
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr address = 
sebastian at domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: address
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: address
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
sebastian at domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: rewrite_clnt: local: 
sebastian at domain.de -> sebastian at domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = resolve
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr sender =
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr address = 
sebastian at domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: transport
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: transport
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: lmtp
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: nexthop
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: nexthop
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
unix:private/dovecot-lmtp
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: recipient
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: recipient
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
sebastian at domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 1024
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: resolve_clnt: `' -> 
`sebastian at domain.de' -> transp=`lmtp' host=`unix:private/dovecot-lmtp' 
rcpt=`sebastian at domain.de' flags= class=virtual
Jun 25 14:36:40 debian postfix/smtpd[2948]: ctable_locate: install entry 
key sebastian at domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: extract_addr: in: 
<sebastian at domain.de>, result: sebastian at domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = rewrite
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr rule = local
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr address = 
double-bounce
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: address
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: address
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
double-bounce at mail.domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: rewrite_clnt: local: 
double-bounce -> double-bounce at mail.domain.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: smtpd_check_rewrite: trying: 
permit_inet_interfaces
Jun 25 14:36:40 debian postfix/smtpd[2948]: permit_inet_interfaces: 
ip1f13d44e.dynamic.kabel-deutschland.de 31.19.212.78
Jun 25 14:36:40 debian postfix/smtpd[2948]: fsspace: .: block size 4096, 
blocks free 6585026
Jun 25 14:36:40 debian postfix/smtpd[2948]: smtpd_check_queue: blocks 
4096 avail 6585026 min_free 0 msg_size_limit 52428800
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 250 2.1.0 Ok
Jun 25 14:36:40 debian postfix/smtpd[2948]: < 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: RCPT TO: 
<sebastian at debianfan.de>
Jun 25 14:36:40 debian postfix/smtpd[2948]: extract_addr: input: 
<sebastian at debianfan.de>
Jun 25 14:36:40 debian postfix/smtpd[2948]: smtpd_check_addr: 
addr=sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = rewrite
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr rule = local
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr address = 
sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: address
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: address
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: rewrite_clnt: local: 
sebastian at debianfan.de -> sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = resolve
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr sender =
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr address = 
sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: transport
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: transport
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: smtp
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: nexthop
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: nexthop
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: recipient
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: recipient
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 
sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: flags
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 4096
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/rewrite socket: 
wanted attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:40 debian postfix/smtpd[2948]: resolve_clnt: `' -> 
`sebastian at debianfan.de' -> transp=`smtp' host=`debianfan.de' 
rcpt=`sebastian at debianfan.de' flags= class=default
Jun 25 14:36:40 debian postfix/smtpd[2948]: ctable_locate: install entry 
key sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: extract_addr: in: 
<sebastian at debianfan.de>, result: sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: >>> START Recipient address 
RESTRICTIONS <<<
Jun 25 14:36:40 debian postfix/smtpd[2948]: generic_checks: 
name=permit_mynetworks
Jun 25 14:36:40 debian postfix/smtpd[2948]: permit_mynetworks: 
ip1f13d44e.dynamic.kabel-deutschland.de 31.19.212.78
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? 127.0.0.0/8
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? 127.0.0.0/8
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? [::ffff:127.0.0.0]/104
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? [::ffff:127.0.0.0]/104
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? [::1]/128
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? [::1]/128
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
ip1f13d44e.dynamic.kabel-deutschland.de: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
31.19.212.78: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: generic_checks: 
name=permit_mynetworks status=0
Jun 25 14:36:40 debian postfix/smtpd[2948]: generic_checks: 
name=permit_sasl_authenticated
Jun 25 14:36:40 debian postfix/smtpd[2948]: generic_checks: 
name=permit_sasl_authenticated status=0
Jun 25 14:36:40 debian postfix/smtpd[2948]: generic_checks: 
name=defer_unauth_destination
Jun 25 14:36:40 debian postfix/smtpd[2948]: reject_unauth_destination: 
sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: permit_auth_destination: 
sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: ctable_locate: leave 
existing entry key sebastian at debianfan.de
Jun 25 14:36:40 debian postfix/smtpd[2948]: NOQUEUE: reject: RCPT from 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 454 4.7.1 
<sebastian at debianfan.de>: Relay access denied; 
from=<sebastian at domain.de> to=<sebastian at debianfan.de> proto=ESMTP 
helo=<hppc>
Jun 25 14:36:40 debian postfix/smtpd[2948]: generic_checks: 
name=defer_unauth_destination status=2
Jun 25 14:36:40 debian postfix/smtpd[2948]: >>> END Recipient address 
RESTRICTIONS <<<
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 454 4.7.1 
<sebastian at debianfan.de>: Relay access denied
Jun 25 14:36:40 debian postfix/smtpd[2948]: < 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: QUIT
Jun 25 14:36:40 debian postfix/smtpd[2948]: > 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]: 221 2.0.0 Bye
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? 127.0.0.0/8
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? 127.0.0.0/8
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? [::ffff:127.0.0.0]/104
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? [::ffff:127.0.0.0]/104
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostname: 
ip1f13d44e.dynamic.kabel-deutschland.de ~? [::1]/128
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_hostaddr: 31.19.212.78 
~? [::1]/128
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
ip1f13d44e.dynamic.kabel-deutschland.de: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: match_list_match: 
31.19.212.78: no match
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr request = disconnect
Jun 25 14:36:40 debian postfix/smtpd[2948]: send attr ident = 
smtp:31.19.212.78
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/anvil: wanted 
attribute: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: status
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute value: 0
Jun 25 14:36:40 debian postfix/smtpd[2948]: private/anvil: wanted 
attribute: (list terminator)
Jun 25 14:36:40 debian postfix/smtpd[2948]: input attribute name: (end)
Jun 25 14:36:41 debian postfix/smtpd[2948]: disconnect from 
ip1f13d44e.dynamic.kabel-deutschland.de[31.19.212.78]
Jun 25 14:36:41 debian postfix/smtpd[2948]: master_notify: status 1
Jun 25 14:36:41 debian postfix/smtpd[2948]: connection closed
Jun 25 14:36:45 debian postfix/smtpd[2948]: auto_clnt_close: disconnect 
private/tlsmgr stream
Jun 25 14:36:45 debian postfix/smtpd[2948]: rewrite stream disconnect






Mehr Informationen über die Mailingliste Postfixbuch-users