Hilfe: Postfix (Relay access denied)

AnimaTow

Member
Hallo ich habe mal wider ein problem wo ich nicht weiter komme, mit postfix

jail host: mailserver2.hostmy.de

Interne Mails gehen..
Externe Mails (Relay access denied) z.B. an @gmail.com

ich habe jetzt schon alles mögliche probiert sogar den ganzen mail server neu aufgesetzt nur komme ich immer zum gleichen ergebniss

main.cf
Code:
soft_bounce = no

queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix

myhostname = mailserver2.hostmy.de
mydomain = $myhostname
myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain, localhost

unknown_local_recipient_reject_code = 550
mynetworks_style = subnet
mynetworks = 127.0.0.0/8, 10.10.10.0/24, [::1]/128, [2001:41d0:1:5788::]/56

relay_domains = proxy:mysql:/usr/local/etc/postfix/mysql_relay_domains.cf
#relayhost = $mydomain
relay_recipient_maps = proxy:mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf


debug_peer_level = 2
debugger_command =
	 PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
	 ddd $daemon_directory/$process_name $process_id & sleep 5


sendmail_path = /usr/local/sbin/sendmail
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
setgid_group = maildrop
html_directory = /usr/local/share/doc/postfix
manpage_directory = /usr/local/man
sample_directory = /usr/local/etc/postfix
readme_directory = /usr/local/share/doc/postfix

virtual_transport = dovecot
virtual_mailbox_base = /mail
virtual_mailbox_domains = proxy:mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_domains.cf
virtual_mailbox_maps = mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf
virtual_minimum_uid = 150
virtual_uid_maps = static:150
virtual_gid_maps = static:150

maximal_queue_lifetime = 4h
bounce_queue_lifetime = 4h
spf_received_header = yes


broken_sasl_auth_clients = yes
smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks
smtpd_recipient_restrictions =
  permit_mynetworks,
  permit_sasl_authenticated,
  reject_non_fqdn_hostname,
  reject_non_fqdn_sender,
  reject_non_fqdn_recipient,
  reject_unauth_destination,
  reject_unauth_pipelining,
  reject_invalid_hostname,
  reject_rbl_client list.dsbl.org,
  reject_rbl_client bl.spamcop.net,
  reject_rbl_client sbl-xbl.spamhaus.org
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
#smtpd_sasl_path = private/auth
smtpd_sasl_path = /var/spool/postfix/private/auth
smtpd_delay_reject = yes


inet_interfaces = all
inet_protocols = ipv4, ipv6

message_size_limit = 209715200

master.cf
Code:
smtp      inet  n       -       n       -       -       smtpd -v
#smtp      inet  n       -       n       -       1       postscreen
#smtpd     pass  -       -       n       -       -       smtpd
#dnsblog   unix  -       -       n       -       0       dnsblog
#tlsproxy  unix  -       -       n       -       0       tlsproxy
submission inet n       -       n       -       -       smtpd
  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o milter_macro_daemon_name=ORIGINATING
smtps     inet  n       -       n       -       -       smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o milter_macro_daemon_name=ORIGINATING
#628       inet  n       -       n       -       -       qmqpd
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
#qmgr     fifo  n       -       n       300     1       oqmgr
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
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay     unix  -       -       n       -       -       smtp
	-o smtp_fallback_relay=
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
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
#
dovecot    unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -f ${sender} -d ${recipient}

Log des sende versuchs
Code:
Sep  3 18:24:17 mailserver2 postfix/postfix-script[42636]: stopping the Postfix mail system
Sep  3 18:24:17 mailserver2 postfix/master[41199]: terminating on signal 15
Sep  3 18:24:17 mailserver2 postfix/postfix-script[42697]: warning: group or other writable: /usr/local/etc/postfix/./mysql_virtual_mailbox_domains.cf
Sep  3 18:24:17 mailserver2 postfix/postfix-script[42698]: warning: group or other writable: /usr/local/etc/postfix/./mysql_relay_domains.cf
Sep  3 18:24:17 mailserver2 postfix/postfix-script[42699]: warning: group or other writable: /usr/local/etc/postfix/./mysql_transport.cf
Sep  3 18:24:17 mailserver2 postfix/postfix-script[42700]: warning: group or other writable: /usr/local/etc/postfix/./mysql_virtual_mailbox_maps.cf
Sep  3 18:24:17 mailserver2 postfix/postfix-script[42701]: warning: group or other writable: /usr/local/etc/postfix/./mysql_virtual_mailbox_limits.cf
Sep  3 18:24:17 mailserver2 postfix/postfix-script[42702]: warning: group or other writable: /usr/local/etc/postfix/./mysql_virtual_alias_maps.cf
Sep  3 18:24:17 mailserver2 postfix/postfix-script[42717]: starting the Postfix mail system
Sep  3 18:24:17 mailserver2 postfix/master[42718]: daemon started -- version 2.8.14, configuration /usr/local/etc/postfix
Sep  3 18:24:17 mailserver2 postfix/qmgr[42720]: 9CF4AFFA96: from=<webmaster@animasro.com>, size=1236, nrcpt=1 (queue active)
Sep  3 18:24:17 mailserver2 dovecot: lda(webmaster@animasro.com): Error: expire plugin: expire_dict setting missing
Sep  3 18:24:17 mailserver2 dovecot: lda(webmaster@animasro.com): copy from stdin: box=INBOX, uid=7, msgid=<CE4BD168.CEC2%webmaster@animasro.com>, size=1273
Sep  3 18:24:17 mailserver2 dovecot: lda(webmaster@animasro.com): msgid=<CE4BD168.CEC2%webmaster@animasro.com>: saved mail to INBOX
Sep  3 18:24:17 mailserver2 postfix/pipe[42723]: 9CF4AFFA96: to=<webmaster@animasro.com>, relay=dovecot, delay=9130, delays=9130/0.01/0/0.04, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep  3 18:24:17 mailserver2 postfix/qmgr[42720]: 9CF4AFFA96: removed
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: name_mask: ipv4
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: name_mask: ipv6
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: inet_addr_local: configured 1 IPv4 addresses
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: inet_addr_local: configured 1 IPv6 addresses
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: process generation: 6 (6)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: mynetworks ~? debug_peer_list
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: mynetworks ~? fast_flush_domains
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: mynetworks ~? mynetworks
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: relay_domains ~? debug_peer_list
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: relay_domains ~? fast_flush_domains
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: relay_domains ~? mynetworks
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: relay_domains ~? permit_mx_backup_networks
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: relay_domains ~? qmqpd_authorized_clients
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: relay_domains ~? relay_domains
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: connect to subsystem private/proxymap
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr request = open
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr table = mysql:/usr/local/etc/postfix/mysql_relay_domains.cf
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr flags = 16448
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: status
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: status
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: flags
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 16464
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: (list terminator)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_proxy_open: connect to map=mysql:/usr/local/etc/postfix/mysql_relay_domains.cf status=0 server_flags=fixed|lock|fold_fix
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_open: proxy:mysql:/usr/local/etc/postfix/mysql_relay_domains.cf
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: permit_mx_backup_networks ~? debug_peer_list
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: permit_mx_backup_networks ~? fast_flush_domains
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: permit_mx_backup_networks ~? mynetworks
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: permit_mx_backup_networks ~? permit_mx_backup_networks
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr request = open
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr table = unix:passwd.byname
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr flags = 16448
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: status
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: status
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: flags
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 16464
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: (list terminator)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_proxy_open: connect to map=unix:passwd.byname status=0 server_flags=fixed|lock|fold_fix
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_open: proxy:unix:passwd.byname
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: Compiled against Berkeley DB version 1
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_open: hash:/etc/aliases
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_alias_maps.cf: user = postfix2
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_alias_maps.cf: password = xxxxxxx
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_alias_maps.cf: dbname = postfix2
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_alias_maps.cf: result_format = %s
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_int: /usr/local/etc/postfix/mysql_virtual_alias_maps.cf: expansion_limit = 0
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_alias_maps.cf: query = SELECT goto FROM alias WHERE address='%s' AND active = true
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_alias_maps.cf: domain = 
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_alias_maps.cf: hosts = 10.10.10.5
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_open: mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf: user = postfix2
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf: password = xxxxxxxx
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf: dbname = postfix2
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf: result_format = %s
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_int: /usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf: expansion_limit = 0
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf: query = SELECT maildir FROM mailbox WHERE username='%s' AND active = 1
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf: domain = 
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: cfg_get_str: /usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf: hosts = 10.10.10.5
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_open: mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr request = open
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr table = mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr flags = 16448
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: status
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: status
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: flags
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 16464
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/proxymap socket: wanted attribute: (list terminator)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_proxy_open: connect to map=mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf status=0 server_flags=fixed|lock|fold_fix
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: dict_open: proxy:mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: smtpd_access_maps ~? debug_peer_list
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: smtpd_access_maps ~? fast_flush_domains
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: smtpd_access_maps ~? mynetworks
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: smtpd_access_maps ~? permit_mx_backup_networks
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: smtpd_access_maps ~? qmqpd_authorized_clients
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: smtpd_access_maps ~? relay_domains
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: smtpd_access_maps ~? smtpd_access_maps
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: unknown_helo_hostname_tempfail_action = defer_if_permit
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: unknown_address_tempfail_action = defer_if_permit
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: unverified_recipient_tempfail_action = defer_if_permit
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: unverified_sender_tempfail_action = defer_if_permit
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: fast_flush_domains ~? debug_peer_list
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_string: fast_flush_domains ~? fast_flush_domains
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: auto_clnt_create: transport=local endpoint=private/anvil
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: connection established
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: master_notify: status 0
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: name_mask: resource
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: name_mask: software
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: connect from unknown[94.31.119.241]
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_list_match: unknown: no match
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_list_match: 94.31.119.241: no match
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_list_match: unknown: no match
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_list_match: 94.31.119.241: no match
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? 127.0.0.0/8
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? 127.0.0.0/8
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? 10.10.10.0/24
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? 10.10.10.0/24
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? [::1]/128
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? [::1]/128
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? [2001:41d0:1:5788::]/56
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? [2001:41d0:1:5788::]/56
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_list_match: unknown: no match
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: match_list_match: 94.31.119.241: no match
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: auto_clnt_open: connected to private/anvil
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr request = connect
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: send attr ident = smtp:94.31.119.241
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/anvil: wanted attribute: status
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: status
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/anvil: wanted attribute: count
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: count
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 1
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/anvil: wanted attribute: rate
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: rate
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute value: 1
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: private/anvil: wanted attribute: (list terminator)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 220 mailserver2.hostmy.de ESMTP Postfix
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_create: SASL service=smtp, realm=mailserver2.hostmy.de
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: name_mask: noanonymous
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_connect: Connecting
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_connect: auth reply: VERSION?1?1
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_connect: auth reply: MECH?PLAIN?plaintext
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: name_mask: plaintext
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_connect: auth reply: MECH?LOGIN?plaintext
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: name_mask: plaintext
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_connect: auth reply: SPID?42725
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_connect: auth reply: CUID?1
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_connect: auth reply: COOKIE?36c809f9412648845b4fe75423e0545e
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_connect: auth reply: DONE
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_mech_filter: keep mechanism: PLAIN
Sep  3 18:24:22 mailserver2 postfix/smtpd[42728]: xsasl_dovecot_server_mech_filter: keep mechanism: LOGIN
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: < unknown[94.31.119.241]: EHLO [94.31.119.241]
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-mailserver2.hostmy.de
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-PIPELINING
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-SIZE 209715200
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-VRFY
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-ETRN
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-AUTH PLAIN LOGIN
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: match_list_match: unknown: no match
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: match_list_match: 94.31.119.241: no match
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-AUTH=PLAIN LOGIN
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-ENHANCEDSTATUSCODES
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250-8BITMIME
Sep  3 18:24:23 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250 DSN
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: < unknown[94.31.119.241]: MAIL FROM:<webmaster@animasro.com>
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: extract_addr: input: <webmaster@animasro.com>
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: smtpd_check_addr: addr=webmaster@animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: connect to subsystem private/rewrite
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: send attr request = rewrite
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: send attr rule = local
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: send attr address = webmaster@animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: flags
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: address
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: address
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute value: webmaster@animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: (list terminator)
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: rewrite_clnt: local: webmaster@animasro.com -> webmaster@animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: send attr request = resolve
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: send attr sender = 
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: send attr address = webmaster@animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: flags
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: transport
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: transport
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute value: dovecot
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: nexthop
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: nexthop
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute value: animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: recipient
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: recipient
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute value: webmaster@animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: flags
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute value: 1024
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: (list terminator)
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: resolve_clnt: `' -> `webmaster@animasro.com' -> transp=`dovecot' host=`animasro.com' rcpt=`webmaster@animasro.com' flags= class=virtual
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: ctable_locate: install entry key webmaster@animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: extract_addr: in: <webmaster@animasro.com>, result: webmaster@animasro.com
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: fsspace: .: block size 4096, blocks free 167442772
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: smtpd_check_queue: blocks 4096 avail 167442772 min_free 0 msg_size_limit 209715200
Sep  3 18:24:25 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 250 2.1.0 Ok
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: < unknown[94.31.119.241]: RCPT TO:<animatow@gmail.com>
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: extract_addr: input: <animatow@gmail.com>
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: smtpd_check_addr: addr=animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr request = rewrite
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr rule = local
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr address = animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: flags
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: address
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: address
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: (list terminator)
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: rewrite_clnt: local: animatow@gmail.com -> animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr request = resolve
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr sender = 
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr address = animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: flags
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: transport
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: transport
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: smtp
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: nexthop
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: nexthop
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: recipient
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: recipient
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: flags
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: 4096
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: (list terminator)
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: resolve_clnt: `' -> `animatow@gmail.com' -> transp=`smtp' host=`gmail.com' rcpt=`animatow@gmail.com' flags= class=default
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: ctable_locate: install entry key animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: extract_addr: in: <animatow@gmail.com>, result: animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr request = rewrite
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr rule = local
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr address = double-bounce
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: flags
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: flags
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: address
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: address
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: double-bounce@mailserver2.hostmy.de
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/rewrite socket: wanted attribute: (list terminator)
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: rewrite_clnt: local: double-bounce -> double-bounce@mailserver2.hostmy.de
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: >>> START Sender address RESTRICTIONS <<<
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=permit_sasl_authenticated
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=permit_sasl_authenticated status=0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=permit_mynetworks
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: permit_mynetworks: unknown 94.31.119.241
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? 127.0.0.0/8
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? 127.0.0.0/8
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? 10.10.10.0/24
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? 10.10.10.0/24
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? [::1]/128
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? [::1]/128
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? [2001:41d0:1:5788::]/56
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? [2001:41d0:1:5788::]/56
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_list_match: unknown: no match
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_list_match: 94.31.119.241: no match
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=permit_mynetworks status=0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: >>> END Sender address RESTRICTIONS <<<
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: >>> START Recipient address RESTRICTIONS <<<
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=permit_mynetworks
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: permit_mynetworks: unknown 94.31.119.241
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? 127.0.0.0/8
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? 127.0.0.0/8
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? 10.10.10.0/24
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? 10.10.10.0/24
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? [::1]/128
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? [::1]/128
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? [2001:41d0:1:5788::]/56
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? [2001:41d0:1:5788::]/56
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_list_match: unknown: no match
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_list_match: 94.31.119.241: no match
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=permit_mynetworks status=0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=permit_sasl_authenticated
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=permit_sasl_authenticated status=0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=reject_non_fqdn_hostname
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: reject_invalid_hostaddr: [94.31.119.241]
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=reject_non_fqdn_hostname status=0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=reject_non_fqdn_sender
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: reject_non_fqdn_address: webmaster@animasro.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=reject_non_fqdn_sender status=0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=reject_non_fqdn_recipient
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: reject_non_fqdn_address: animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=reject_non_fqdn_recipient status=0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=reject_unauth_destination
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: reject_unauth_destination: animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: permit_auth_destination: animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: ctable_locate: leave existing entry key animatow@gmail.com
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: NOQUEUE: reject: RCPT from unknown[94.31.119.241]: 554 5.7.1 <animatow@gmail.com>: Relay access denied; from=<webmaster@animasro.com> to=<animatow@gmail.com> proto=ESMTP helo=<[94.31.119.241]>
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: generic_checks: name=reject_unauth_destination status=2
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: > unknown[94.31.119.241]: 554 5.7.1 <animatow@gmail.com>: Relay access denied
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: smtp_get: EOF
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? 127.0.0.0/8
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? 127.0.0.0/8
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? 10.10.10.0/24
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? 10.10.10.0/24
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? [::1]/128
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? [::1]/128
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostname: unknown ~? [2001:41d0:1:5788::]/56
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_hostaddr: 94.31.119.241 ~? [2001:41d0:1:5788::]/56
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_list_match: unknown: no match
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: match_list_match: 94.31.119.241: no match
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr request = disconnect
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: send attr ident = smtp:94.31.119.241
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/anvil: wanted attribute: status
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: status
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute value: 0
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: private/anvil: wanted attribute: (list terminator)
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: input attribute name: (end)
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: lost connection after RCPT from unknown[94.31.119.241]
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: disconnect from unknown[94.31.119.241]
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: master_notify: status 1
Sep  3 18:24:26 mailserver2 postfix/smtpd[42728]: connection closed
Sep  3 18:24:27 mailserver2 postfix/smtpd[42728]: proxymap stream disconnect
Sep  3 18:24:31 mailserver2 postfix/smtpd[42728]: rewrite stream disconnect
root@mailserver2:/root #

irgentwie verstehe ich das problem nicht, was mach ich nur fahlsch....
 
Zuletzt bearbeitet:
So wie Deine config aussieht, willst du Mails via Port 587 (submission) einliefern, konfiguriere mal deinen MUA um.

Ansonsten muss ich Yamagi beipflichten, Mailserver sind ne komplexe Geschichte und man sollte wirklich wissen, was man tut.

@Yamagi: reject_unauth_destination macht da durchaus Sinn. Eigentlich sollte vorher "permit_sasl_authenticated" greifen, das scheint hier aber nicht zu tun. Oder versucht der MUA es gar nicht erst? Ohne SASL mit der Konfig kein Relay. Und wie gesagt, mit der Konfig willst du submission statt smtp dafür nehmen ;)
 
Zurück
Oben