Jump to content
Froxlor Forum

2asdfdas

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by 2asdfdas

  1. postconf -n

    alias_maps = $alias_database
    append_dot_mydomain = no
    biff = no
    broken_sasl_auth_clients = yes
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/lib/postfix
    data_directory = /var/lib/postfix
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
    dovecot_destination_recipient_limit = 1
    html_directory = no
    inet_protocols = ipv4
    local_transport = local
    mailbox_size_limit = 0
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    message_size_limit = 52428800
    milter_default_action = accept
    milter_protocol = 6
    mydomain = v123456.alternativedomainfrommyhost.de
    myhostname = $mydomain
    mynetworks = 127.0.0.0/8
    newaliases_path = /usr/bin/newaliases
    non_smtpd_milters = local:opendkim/opendkim.sock
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtp_tls_note_starttls_offer = yes
    smtp_tls_security_level = may
    smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
    smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
    smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unknown_client_hostname
    smtpd_helo_required = yes
    smtpd_milters = local:opendkim/opendkim.sock
    smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unauth_pipelining, reject_non_fqdn_recipient
    smtpd_relay_restrictions =
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_local_domain = $myhostname
    smtpd_sasl_path = private/auth
    smtpd_sasl_type = dovecot
    smtpd_sender_login_maps = mysql:/etc/postfix/mysql-virtual_sender_permissions.cf
    smtpd_sender_restrictions = permit_mynetworks, reject_sender_login_mismatch, permit_sasl_authenticated, reject_unknown_helo_hostname, reject_unknown_recipient_domain, reject_unknown_sender_domain
    smtpd_tls_cert_file = /etc/apache2/ssl/mailCert.crt
    smtpd_tls_key_file = /etc/apache2/ssl/privkey.pem
    smtpd_tls_loglevel = 1
    smtpd_tls_received_header = yes
    smtpd_tls_security_level = may
    smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
    smtpd_use_tls = yes
    unknown_local_recipient_reject_code = 550
    virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_alias_maps.cf
    virtual_gid_maps = static:2000
    virtual_mailbox_base = /
    virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_mailbox_domains.cf
    virtual_mailbox_limit = 0
    virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailbox_maps.cf
    virtual_transport = dovecot
    virtual_uid_maps = static:2000
    

    postconf -M

    smtp       inet  n       -       -       -       -       smtpd
    submission inet  n       -       -       -       -       smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes
    smtps      inet  n       -       -       -       -       smtpd -o syslog_name=postfix/smtps -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
    pickup     unix  n       -       -       60      1       pickup
    cleanup    unix  n       -       -       -       0       cleanup
    qmgr       unix  n       -       n       300     1       qmgr
    tlsmgr     unix  -       -       -       1000?   1       tlsmgr
    rewrite    unix  -       -       -       -       -       trivial-rewrite
    bounce     unix  -       -       -       -       0       bounce
    defer      unix  -       -       -       -       0       bounce
    trace      unix  -       -       -       -       0       bounce
    verify     unix  -       -       -       -       1       verify
    flush      unix  n       -       -       1000?   0       flush
    proxymap   unix  -       -       n       -       -       proxymap
    proxywrite unix  -       -       n       -       1       proxymap
    smtp       unix  -       -       -       -       -       smtp
    relay      unix  -       -       -       -       -       smtp
    showq      unix  n       -       -       -       -       showq
    error      unix  -       -       -       -       -       error
    retry      unix  -       -       -       -       -       error
    discard    unix  -       -       -       -       -       discard
    local      unix  -       n       n       -       -       local
    virtual    unix  -       n       n       -       -       virtual
    lmtp       unix  -       -       -       -       -       lmtp
    anvil      unix  -       -       -       -       1       anvil
    scache     unix  -       -       -       -       1       scache
    maildrop   unix  -       n       n       -       -       pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
    uucp       unix  -       n       n       -       -       pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    ifmail     unix  -       n       n       -       -       pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
    bsmtp      unix  -       n       n       -       -       pipe flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
    scalemail-backend unix - n       n       -       2       pipe flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
    mailman    unix  -       n       n       -       -       pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
    dovecot    unix  -       n       n       -       -       pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
    

     

  2. Hey,

    mein Mailserver (Postfix & Dovecot) mit SSL-Zertifikat und konfiguriertem DKIM und SPF empfängt ohne Probleme Mails und versendet diese auch (Port 25 und Port 587 versenden beide mit TLS, Port 465 funktioniert nicht).

    Allerdings funktioniert das bisher nur vom Server selbst aus bisher mit PHPMailer.

    Über den MailClient Thunderbird empfange ich zwar die alle Mails, kann aber selbst kein versenden.

    Die Einstellungen in Thunderbird für den SMTP Server:

    Quote

     

    Port 587 (25 und 465 bereits probiert)

    Verbindungssicherheit: SSL/TLS

    Authentifizierungsmethode: Passwort, normal

     

     

    Email-Adresse mit Konto ist in Froxlor beim Kundenaccount angelegt.

    In Froxlor Admin Panel sind DomainKey-Einstellungen und Domain-SPF-Einstellungen nicht aktiviert.

     

     

    Beim Versuch eine Mail zu versenden erhalte ich nach etwa 30 Sekunden einen Timeout.

    Die mail.log:

     

    Quote

    Sep  7 10:21:43 abc postfix/submission/smtpd[21509]: connect from isp.de[1.1.1.1]
    Sep  7 10:23:24 abc postfix/submission/smtpd[21509]: lost connection after UNKNOWN from isp.de[1.1.1.1]
    Sep  7 10:23:24 abc postfix/submission/smtpd[21509]: disconnect from isp.de[1.1.1.1]

     

    Beim erfolgreichen Versenden einer Mail über phpMailer steht das in der mail.log:

    Quote

    Sep  7 10:33:12 abc postfix/submission/smtpd[21614]: connect from localhost[127.0.0.1]
    Sep  7 10:33:12 abc postfix/submission/smtpd[21614]: connect from localhost[127.0.0.1]
    Sep  7 10:33:12 abc postfix/submission/smtpd[21614]: Anonymous TLS connection established from localhost[127.0.0.1]: TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
    Sep  7 10:33:12 abc postfix/submission/smtpd[21614]: C82DBA06B2: client=localhost[127.0.0.1], sasl_method=LOGIN, sasl_username=info@abc.de
    Sep  7 10:33:12 abc postfix/cleanup[21619]: C82DBA06B2: message-id=<YVcY2ITeOJP5poWL9sMn6y0bgWWbE5nwu76k6UwEs@abc.de>
    Sep  7 10:33:12 abc postfix/qmgr[20350]: C82DBA06B2: from=<info@abc.de>, size=1235, nrcpt=2 (queue active)
    Sep  7 10:33:12 abc postfix/submission/smtpd[21614]: disconnect from localhost[127.0.0.1]
    Sep  7 10:33:12 abc dovecot: lda(info@abc.de): msgid=<YVcY2ITeOJP5poWL9sMn6y0bgWWbE5nwu76k6UwEs@abc.de>: saved mail to INBOX
    Sep  7 10:33:12 abc postfix/pipe[21621]: C82DBA06B2: to=<info@abc.de>, relay=dovecot, delay=0.09, delays=0.06/0.01/0/0.02, dsn=2.0.0, status=sent (delivered via dovecot service)
    Sep  7 10:33:13 abc postfix/smtp[21622]: C82DBA06B2: to=<test@gmail.com>, orig_to=<info@abc.de>, relay=gmail-smtp-in.l.google.com[173.194.76.26]:25, delay=0.44, delays=0.06/0.01/0.09/0.28, dsn=2.0.0, status=sent (250 2.0.0 OK  1567845193 p12si5792920wma.100 - gsmtp)
    Sep  7 10:33:13 abc postfix/qmgr[20350]: C82DBA06B2: removed


     

     

  3. 8 minutes ago, d00p said:

    In Dovecot wär es sinnvoller gewesen 

     

    Ach den Debug Mode

    8 minutes ago, d00p said:

    Du siehst halt nur 

    
    SASL LOGIN authentication failed: authentication failure

    das kann halt vieles sein

     

    Diese Zeilen finden sich aber den ganzen Tag über auch ohne Loginversuche von meinem Thunderbird. Ich schätze das sind Bots die versuchen Logins zu bruten.

    Meine öffentliche IP habe ich in den Logs zu 1.1.1.1 abgeändert und die Domain zu abc und isp.de

    8 minutes ago, d00p said:

    Mal versuch in dovecot plaintext zu erlauben? (/etc/dovecot/conf.d/10-auth.conf => disable_plaintext_auth = no)

    Ich glaube das war der default Wert. Habe es aber explizit eingetragen und restartet. Ohne Erfolg

  4. 143 und 25 ohne SSL:

    Debug mode enabled

    Quote

    p  2 16:57:19 abc postfix/smtpd[17279]: warning: unknown[141.98.9.42]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:57:20 abc postfix/smtpd[17279]: disconnect from unknown[141.98.9.42]
    Sep  2 16:57:21 abc postfix/smtpd[17479]: warning: hostname hssng.warliter.com does not resolve to address 141.98.9.130
    Sep  2 16:57:21 abc postfix/smtpd[17479]: connect from unknown[141.98.9.130]
    Sep  2 16:57:25 abc postfix/smtpd[17484]: warning: unknown[141.98.9.67]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:57:26 abc postfix/smtpd[17484]: disconnect from unknown[141.98.9.67]
    Sep  2 16:57:29 abc postfix/smtpd[17479]: warning: unknown[141.98.9.130]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:57:30 abc postfix/smtpd[17479]: disconnect from unknown[141.98.9.130]
    Sep  2 16:57:37 abc postfix/smtpd[17482]: warning: hostname suffil.rostage.com does not resolve to address 141.98.9.5
    Sep  2 16:57:37 abc postfix/smtpd[17482]: connect from unknown[141.98.9.5]
    Sep  2 16:57:45 abc postfix/smtpd[17482]: warning: unknown[141.98.9.5]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:57:45 abc postfix/smtpd[17347]: connect from unknown[80.82.77.18]
    Sep  2 16:57:46 abc postfix/smtpd[17482]: disconnect from unknown[141.98.9.5]
    Sep  2 16:57:49 abc postfix/smtpd[17347]: warning: unknown[80.82.77.18]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:57:50 abc postfix/smtpd[17347]: disconnect from unknown[80.82.77.18]
    Sep  2 16:57:54 abc postfix/smtpd[17336]: warning: hostname mobiup.climberjumbo.com does not resolve to address 141.98.9.195
    Sep  2 16:57:54 abc postfix/smtpd[17336]: connect from unknown[141.98.9.195]
    Sep  2 16:57:58 abc postfix/smtpd[17336]: warning: unknown[141.98.9.195]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:57:59 abc postfix/smtpd[17336]: disconnect from unknown[141.98.9.195]
    Sep  2 16:58:02 abc postfix/smtpd[17279]: warning: hostname horwin.congaspruce.net does not resolve to address 141.98.9.67
    Sep  2 16:58:02 abc postfix/smtpd[17279]: connect from unknown[141.98.9.67]
    Sep  2 16:58:08 abc postfix/smtpd[17484]: warning: hostname hssng.warliter.com does not resolve to address 141.98.9.130
    Sep  2 16:58:08 abc postfix/smtpd[17484]: connect from unknown[141.98.9.130]
    Sep  2 16:58:08 abc postfix/smtpd[17279]: warning: unknown[141.98.9.67]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:58:10 abc postfix/anvil[13958]: statistics: max connection rate 2/60s for (smtp:141.98.9.67) at Sep  2 16:48:39
    Sep  2 16:58:10 abc postfix/anvil[13958]: statistics: max connection count 1 for (smtp:80.82.77.18) at Sep  2 16:48:31
    Sep  2 16:58:10 abc postfix/anvil[13958]: statistics: max cache size 7 at Sep  2 16:48:33
    Sep  2 16:58:10 abc postfix/smtpd[17279]: disconnect from unknown[141.98.9.67]
    Sep  2 16:58:16 abc postfix/smtpd[17484]: warning: unknown[141.98.9.130]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:58:17 abc postfix/smtpd[17484]: disconnect from unknown[141.98.9.130]
    Sep  2 16:58:19 abc postfix/smtpd[17482]: warning: hostname ingn.climberjumbo.com does not resolve to address 141.98.9.205
    Sep  2 16:58:19 abc postfix/smtpd[17482]: connect from unknown[141.98.9.205]
    Sep  2 16:58:22 abc postfix/smtpd[17479]: connect from unknown[80.82.77.18]
    Sep  2 16:58:23 abc postfix/smtpd[17482]: warning: unknown[141.98.9.205]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:58:24 abc postfix/smtpd[17482]: disconnect from unknown[141.98.9.205]
    Sep  2 16:58:26 abc postfix/smtpd[17479]: warning: unknown[80.82.77.18]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:58:27 abc postfix/smtpd[17479]: disconnect from unknown[80.82.77.18]
    Sep  2 16:58:28 abc postfix/smtpd[17347]: warning: hostname jukyo.yountrol.com does not resolve to address 141.98.9.42
    Sep  2 16:58:28 abc postfix/smtpd[17347]: connect from unknown[141.98.9.42]
    Sep  2 16:58:29 abc postfix/smtpd[17336]: warning: hostname suffil.rostage.com does not resolve to address 141.98.9.5
    Sep  2 16:58:29 abc postfix/smtpd[17336]: connect from unknown[141.98.9.5]
    Sep  2 16:58:33 abc postfix/smtpd[17347]: warning: unknown[141.98.9.42]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:58:34 abc postfix/smtpd[17336]: warning: unknown[141.98.9.5]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:58:34 abc postfix/smtpd[17347]: disconnect from unknown[141.98.9.42]
    Sep  2 16:58:36 abc postfix/smtpd[17336]: disconnect from unknown[141.98.9.5]
    Sep  2 16:58:42 abc postfix/master[13928]: terminating on signal 15
    Sep  2 16:58:42 abc postfix/master[17947]: daemon started -- version 2.11.3, configuration /etc/postfix
    Sep  2 16:58:45 abc postfix/smtpd[17950]: warning: hostname horwin.congaspruce.net does not resolve to address 141.98.9.67
    Sep  2 16:58:45 abc postfix/smtpd[17950]: connect from unknown[141.98.9.67]
    Sep  2 16:58:52 abc postfix/smtpd[17950]: warning: unknown[141.98.9.67]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:58:53 abc postfix/smtpd[17950]: disconnect from unknown[141.98.9.67]
    Sep  2 16:58:55 abc postfix/smtpd[17950]: warning: hostname hssng.warliter.com does not resolve to address 141.98.9.130
    Sep  2 16:58:55 abc postfix/smtpd[17950]: connect from unknown[141.98.9.130]
    Sep  2 16:58:59 abc postfix/smtpd[17954]: connect from unknown[80.82.77.18]
    Sep  2 16:59:02 abc postfix/smtpd[17950]: warning: unknown[141.98.9.130]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:04 abc postfix/smtpd[17950]: disconnect from unknown[141.98.9.130]
    Sep  2 16:59:04 abc postfix/smtpd[17950]: warning: hostname mobiup.climberjumbo.com does not resolve to address 141.98.9.195
    Sep  2 16:59:04 abc postfix/smtpd[17950]: connect from unknown[141.98.9.195]
    Sep  2 16:59:05 abc postfix/smtpd[17954]: warning: unknown[80.82.77.18]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:06 abc postfix/smtpd[17954]: disconnect from unknown[80.82.77.18]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = connect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 42
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: xsasl_cyrus_server_create: SASL service=smtp, realm=abc.de
    Sep  2 16:59:08 abc postfix/smtpd[17954]: name_mask: noanonymous
    Sep  2 16:59:08 abc postfix/smtpd[17954]: watchdog_pat: 0x563b6d2c76d0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 9 flush 59
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: auto_clnt_open: connected to private/anvil
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: event_enable_read: fd 18
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: send attr request = connect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_fflush_some: fd 18 flush 48
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 9 got 33
    Sep  2 16:59:08 abc postfix/smtpd[17954]: < isp.de[1.1.1.1]: EHLO we-guess.mozilla.org
    Sep  2 16:59:08 abc postfix/smtpd[17954]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-abc.de
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-PIPELINING
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-SIZE 52428800
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-VRFY
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-ETRN
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-STARTTLS
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-AUTH DIGEST-MD5 NTLM CRAM-MD5 LOGIN PLAIN
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-AUTH=DIGEST-MD5 NTLM CRAM-MD5 LOGIN PLAIN
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-ENHANCEDSTATUSCODES
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-8BITMIME
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250 DSN
    Sep  2 16:59:08 abc postfix/smtpd[17954]: watchdog_pat: 0x563b6d2c76d0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: < isp.de[1.1.1.1]: QUIT
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 221 2.0.0 Bye
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 9 flush 258
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 45
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: watchdog_pat: 0x55a2c3fac750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_fflush_some: fd 17 flush 59
    Sep  2 16:59:08 abc postfix/smtpd[17954]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = connect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 42
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 2
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: xsasl_cyrus_server_create: SASL service=smtp, realm=abc.de
    Sep  2 16:59:08 abc postfix/smtpd[17954]: name_mask: noanonymous
    Sep  2 16:59:08 abc postfix/smtpd[17954]: watchdog_pat: 0x563b6d2c76d0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 9 flush 59
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: auto_clnt_open: connected to private/anvil
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: event_enable_read: fd 18
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: send attr request = connect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_fflush_some: fd 18 flush 48
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute value: 2
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute value: 2
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: watchdog_pat: 0x55fb67a90750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_fflush_some: fd 17 flush 59
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: auto_clnt_open: connected to private/anvil
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: event_enable_read: fd 18
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: send attr request = connect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: vstream_fflush_some: fd 18 flush 48
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute name: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute value: 3
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute value: 3
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: watchdog_pat: 0x556706285750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: vstream_fflush_some: fd 17 flush 59
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_buf_get_ready: fd 17 got 33
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: < isp.de[1.1.1.1]: EHLO we-guess.mozilla.org
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250-abc.de
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250-PIPELINING
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250-SIZE 52428800
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250-VRFY
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250-ETRN
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250-STARTTLS
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250-ENHANCEDSTATUSCODES
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250-8BITMIME
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 250 DSN
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: watchdog_pat: 0x55a2c3fac750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: < isp.de[1.1.1.1]: QUIT
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 221 2.0.0 Bye
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_fflush_some: fd 17 flush 164
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_fflush_some: fd 18 flush 51
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 9 got 33
    Sep  2 16:59:08 abc postfix/smtpd[17954]: < isp.de[1.1.1.1]: EHLO we-guess.mozilla.org
    Sep  2 16:59:08 abc postfix/smtpd[17954]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-abc.de
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-PIPELINING
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-SIZE 52428800
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-VRFY
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-ETRN
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-STARTTLS
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-AUTH DIGEST-MD5 NTLM CRAM-MD5 LOGIN PLAIN
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-AUTH=DIGEST-MD5 NTLM CRAM-MD5 LOGIN PLAIN
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-ENHANCEDSTATUSCODES
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250-8BITMIME
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 250 DSN
    Sep  2 16:59:08 abc postfix/smtpd[17954]: watchdog_pat: 0x563b6d2c76d0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: < isp.de[1.1.1.1]: QUIT
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 221 2.0.0 Bye
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 9 flush 258
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 45
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_buf_get_ready: fd 17 got 33
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: < isp.de[1.1.1.1]: EHLO we-guess.mozilla.org
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250-abc.de
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250-PIPELINING
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250-SIZE 52428800
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250-VRFY
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250-ETRN
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250-STARTTLS
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250-ENHANCEDSTATUSCODES
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250-8BITMIME
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 250 DSN
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: watchdog_pat: 0x55fb67a90750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: < isp.de[1.1.1.1]: QUIT
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 221 2.0.0 Bye
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_fflush_some: fd 17 flush 164
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_fflush_some: fd 18 flush 51
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: send attr request = connect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_fflush_some: fd 18 flush 48
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute value: 2
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute value: 4
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: watchdog_pat: 0x55fb67a90750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_fflush_some: fd 17 flush 59
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: send attr request = connect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_fflush_some: fd 18 flush 48
    Sep  2 16:59:08 abc postfix/smtpd[17954]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute value: 3
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = connect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute value: 5
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 42
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: watchdog_pat: 0x55a2c3fac750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_fflush_some: fd 17 flush 59
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 3
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: xsasl_cyrus_server_create: SASL service=smtp, realm=abc.de
    Sep  2 16:59:08 abc postfix/smtpd[17954]: name_mask: noanonymous
    Sep  2 16:59:08 abc postfix/smtpd[17954]: watchdog_pat: 0x563b6d2c76d0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 9 flush 59
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: vstream_buf_get_ready: fd 17 got 33
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: < isp.de[1.1.1.1]: EHLO we-guess.mozilla.org
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250-abc.de
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250-PIPELINING
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250-SIZE 52428800
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250-VRFY
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250-ETRN
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250-STARTTLS
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250-ENHANCEDSTATUSCODES
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250-8BITMIME
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 250 DSN
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: watchdog_pat: 0x556706285750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: < isp.de[1.1.1.1]: QUIT
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: > isp.de[1.1.1.1]: 221 2.0.0 Bye
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: vstream_fflush_some: fd 17 flush 164
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: vstream_fflush_some: fd 18 flush 51
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17958]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: smtp_get: EOF
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_fflush_some: fd 18 flush 51
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: lost connection after CONNECT from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17955]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: smtp_get: EOF
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_fflush_some: fd 18 flush 51
    Sep  2 16:59:08 abc postfix/smtpd[17954]: smtp_get: EOF
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 45
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: lost connection after CONNECT from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17957]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17956]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17956]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/smtpd[17956]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17956]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17956]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17956]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: auto_clnt_open: connected to private/anvil
    Sep  2 16:59:08 abc postfix/smtpd[17954]: lost connection after CONNECT from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: event_enable_read: fd 18
    Sep  2 16:59:08 abc postfix/smtpd[17954]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: send attr request = connect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: vstream_fflush_some: fd 18 flush 48
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute name: count
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute value: 6
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: watchdog_pat: 0x555eff3ef750
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: vstream_fflush_some: fd 17 flush 59
    Sep  2 16:59:08 abc postfix/smtpd[17956]: auto_clnt_open: connected to private/anvil
    Sep  2 16:59:08 abc postfix/smtpd[17956]: event_enable_read: fd 18
    Sep  2 16:59:08 abc postfix/smtpd[17956]: send attr request = connect
    Sep  2 16:59:08 abc postfix/smtpd[17956]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17956]: vstream_fflush_some: fd 18 flush 42
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: smtp_get: EOF
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: send attr ident = submission:1.1.1.1
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: vstream_fflush_some: fd 18 flush 51
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute name: status
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: lost connection after CONNECT from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/submission/smtpd[17959]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17956]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/smtpd[17956]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17956]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute name: count
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/smtpd[17956]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute value: 4
    Sep  2 16:59:08 abc postfix/smtpd[17956]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17956]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/smtpd[17956]: xsasl_cyrus_server_create: SASL service=smtp, realm=abc.de
    Sep  2 16:59:08 abc postfix/smtpd[17956]: name_mask: noanonymous
    Sep  2 16:59:08 abc postfix/smtpd[17956]: watchdog_pat: 0x558fe55276d0
    Sep  2 16:59:08 abc postfix/smtpd[17956]: vstream_fflush_some: fd 17 flush 59
    Sep  2 16:59:08 abc postfix/smtpd[17956]: smtp_get: EOF
    Sep  2 16:59:08 abc postfix/smtpd[17956]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17956]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17956]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17956]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17956]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/smtpd[17956]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17956]: vstream_fflush_some: fd 18 flush 45
    Sep  2 16:59:08 abc postfix/smtpd[17954]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = connect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 42
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 2
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 5
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: xsasl_cyrus_server_create: SASL service=smtp, realm=abc.de
    Sep  2 16:59:08 abc postfix/smtpd[17954]: name_mask: noanonymous
    Sep  2 16:59:08 abc postfix/smtpd[17954]: watchdog_pat: 0x563b6d2c76d0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 9 flush 59
    Sep  2 16:59:08 abc postfix/smtpd[17954]: smtp_get: EOF
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 45
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: lost connection after CONNECT from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17956]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/smtpd[17956]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17956]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17956]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17956]: lost connection after CONNECT from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17956]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: connect from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: smtp_stream_setup: maxtime=300 enable_deadline=0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = connect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 42
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 25
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: count
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: rate
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 6
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: > isp.de[1.1.1.1]: 220 abc.de ESMTP Postfix (Debian/GNU)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: xsasl_cyrus_server_create: SASL service=smtp, realm=abc.de
    Sep  2 16:59:08 abc postfix/smtpd[17954]: name_mask: noanonymous
    Sep  2 16:59:08 abc postfix/smtpd[17954]: watchdog_pat: 0x563b6d2c76d0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 9 flush 59
    Sep  2 16:59:08 abc postfix/smtpd[17954]: smtp_get: EOF
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostname: isp.de ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_hostaddr: 1.1.1.1 ~? 127.0.0.0/8
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: isp.de: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: match_list_match: 1.1.1.1: no match
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr request = disconnect
    Sep  2 16:59:08 abc postfix/smtpd[17954]: send attr ident = smtp:1.1.1.1
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_fflush_some: fd 18 flush 45
    Sep  2 16:59:08 abc postfix/smtpd[17954]: vstream_buf_get_ready: fd 18 got 10
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: status
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute value: 0
    Sep  2 16:59:08 abc postfix/smtpd[17954]: private/anvil: wanted attribute: (list terminator)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: input attribute name: (end)
    Sep  2 16:59:08 abc postfix/smtpd[17954]: lost connection after CONNECT from isp.de[1.1.1.1]
    Sep  2 16:59:08 abc postfix/smtpd[17954]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:59:09 abc postfix/smtpd[17950]: warning: unknown[141.98.9.195]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:09 abc postfix/smtpd[17950]: disconnect from unknown[141.98.9.195]
    Sep  2 16:59:22 abc postfix/smtpd[17956]: warning: hostname suffil.rostage.com does not resolve to address 141.98.9.5
    Sep  2 16:59:22 abc postfix/smtpd[17956]: connect from unknown[141.98.9.5]
    Sep  2 16:59:28 abc postfix/smtpd[17956]: warning: unknown[141.98.9.5]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:29 abc postfix/smtpd[17950]: warning: hostname horwin.congaspruce.net does not resolve to address 141.98.9.67
    Sep  2 16:59:29 abc postfix/smtpd[17950]: connect from unknown[141.98.9.67]
    Sep  2 16:59:29 abc postfix/smtpd[17956]: disconnect from unknown[141.98.9.5]
    Sep  2 16:59:30 abc postfix/smtpd[17960]: warning: hostname ingn.climberjumbo.com does not resolve to address 141.98.9.205
    Sep  2 16:59:30 abc postfix/smtpd[17960]: connect from unknown[141.98.9.205]
    Sep  2 16:59:35 abc postfix/smtpd[17960]: warning: unknown[141.98.9.205]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:35 abc postfix/smtpd[17950]: warning: unknown[141.98.9.67]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:36 abc postfix/smtpd[17960]: disconnect from unknown[141.98.9.205]
    Sep  2 16:59:36 abc postfix/smtpd[17954]: connect from unknown[80.82.77.18]
    Sep  2 16:59:36 abc postfix/smtpd[17950]: disconnect from unknown[141.98.9.67]
    Sep  2 16:59:40 abc postfix/smtpd[17956]: warning: hostname jukyo.yountrol.com does not resolve to address 141.98.9.42
    Sep  2 16:59:40 abc postfix/smtpd[17956]: connect from unknown[141.98.9.42]
    Sep  2 16:59:41 abc postfix/smtpd[17954]: warning: unknown[80.82.77.18]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:42 abc postfix/smtpd[17960]: warning: hostname hssng.warliter.com does not resolve to address 141.98.9.130
    Sep  2 16:59:42 abc postfix/smtpd[17960]: connect from unknown[141.98.9.130]
    Sep  2 16:59:42 abc postfix/smtpd[17954]: disconnect from unknown[80.82.77.18]
    Sep  2 16:59:45 abc postfix/smtpd[17956]: warning: unknown[141.98.9.42]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:46 abc postfix/smtpd[17956]: disconnect from unknown[141.98.9.42]
    Sep  2 16:59:49 abc postfix/smtpd[17960]: warning: unknown[141.98.9.130]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:59:50 abc postfix/smtpd[17960]: disconnect from unknown[141.98.9.130]
     

     

  5. Quote

    Sep  2 16:30:15 abc postfix/smtpd[17123]: disconnect from unknown[141.98.9.205]
    Sep  2 16:30:22 abc postfix/smtpd[17336]: warning: hostname suffil.rostage.com does not resolve to address 141.98.9.5
    Sep  2 16:30:22 abc postfix/smtpd[17336]: connect from unknown[141.98.9.5]
    Sep  2 16:30:23 abc postfix/smtpd[17279]: warning: hostname hssng.warliter.com does not resolve to address 141.98.9.130
    Sep  2 16:30:23 abc postfix/smtpd[17279]: connect from unknown[141.98.9.130]
    Sep  2 16:30:29 abc postfix/smtpd[17336]: warning: unknown[141.98.9.5]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:30:29 abc postfix/smtpd[17347]: warning: hostname jukyo.yountrol.com does not resolve to address 141.98.9.42
    Sep  2 16:30:29 abc postfix/smtpd[17347]: connect from unknown[141.98.9.42]
    Sep  2 16:30:30 abc postfix/smtpd[17279]: warning: unknown[141.98.9.130]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:30:32 abc postfix/smtpd[17279]: disconnect from unknown[141.98.9.130]
    Sep  2 16:30:32 abc postfix/smtpd[17336]: disconnect from unknown[141.98.9.5]
    Sep  2 16:30:34 abc postfix/smtpd[17347]: warning: unknown[141.98.9.42]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:30:35 abc postfix/smtpd[17347]: disconnect from unknown[141.98.9.42]
    Sep  2 16:30:36 abc postfix/smtpd[17123]: warning: hostname horwin.congaspruce.net does not resolve to address 141.98.9.67
    Sep  2 16:30:36 abc postfix/smtpd[17123]: connect from unknown[141.98.9.67]
    Sep  2 16:30:39 abc postfix/smtpd[17279]: connect from unknown[80.82.77.18]
    Sep  2 16:30:42 abc postfix/smtpd[17123]: warning: unknown[141.98.9.67]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:30:44 abc postfix/smtpd[17123]: disconnect from unknown[141.98.9.67]
    Sep  2 16:30:44 abc postfix/smtpd[17279]: warning: unknown[80.82.77.18]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:30:45 abc postfix/smtpd[17279]: disconnect from unknown[80.82.77.18]
    Sep  2 16:31:02 abc postfix/smtpd[17336]: warning: hostname mobiup.climberjumbo.com does not resolve to address 141.98.9.195
    Sep  2 16:31:02 abc postfix/smtpd[17336]: connect from unknown[141.98.9.195]
    Sep  2 16:31:07 abc postfix/smtpd[17336]: warning: unknown[141.98.9.195]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:31:08 abc postfix/smtpd[17336]: disconnect from unknown[141.98.9.195]
    Sep  2 16:31:09 abc postfix/smtpd[17347]: warning: hostname hssng.warliter.com does not resolve to address 141.98.9.130
    Sep  2 16:31:09 abc postfix/smtpd[17347]: connect from unknown[141.98.9.130]
    Sep  2 16:31:15 abc postfix/smtpd[17279]: warning: hostname suffil.rostage.com does not resolve to address 141.98.9.5
    Sep  2 16:31:15 abc postfix/smtpd[17279]: connect from unknown[141.98.9.5]
    Sep  2 16:31:16 abc postfix/smtpd[17347]: warning: unknown[141.98.9.130]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:31:18 abc postfix/smtpd[17347]: disconnect from unknown[141.98.9.130]
    Sep  2 16:31:19 abc postfix/smtpd[17336]: warning: hostname horwin.congaspruce.net does not resolve to address 141.98.9.67
    Sep  2 16:31:19 abc postfix/smtpd[17336]: connect from unknown[141.98.9.67]
    Sep  2 16:31:19 abc postfix/smtpd[17123]: warning: hostname ingn.climberjumbo.com does not resolve to address 141.98.9.205
    Sep  2 16:31:19 abc postfix/smtpd[17123]: connect from unknown[141.98.9.205]
    Sep  2 16:31:19 abc postfix/smtpd[17347]: connect from unknown[80.82.77.18]
    Sep  2 16:31:20 abc postfix/smtpd[17279]: warning: unknown[141.98.9.5]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:31:21 abc postfix/smtpd[17279]: disconnect from unknown[141.98.9.5]
    Sep  2 16:31:24 abc postfix/smtpd[17347]: warning: unknown[80.82.77.18]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:31:24 abc postfix/smtpd[17123]: warning: unknown[141.98.9.205]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17279]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17479]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17481]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17482]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17279]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17279]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17279]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17479]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/submission/smtpd[17481]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/smtpd[17479]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17481]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17484]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17479]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17481]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17483]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17482]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/smtpd[17482]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: connect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17279]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/smtpd[17279]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17479]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/submission/smtpd[17483]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/smtpd[17484]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/submission/smtpd[17481]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/submission/smtpd[17481]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17479]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17484]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17483]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n
    Sep  2 16:31:25 abc postfix/submission/smtpd[17478]: disconnect from isp.de[1.1.1.1]
    Sep  2 16:31:25 abc postfix/smtpd[17347]: disconnect from unknown[80.82.77.18]
    Sep  2 16:31:25 abc postfix/smtpd[17123]: disconnect from unknown[141.98.9.205]
    Sep  2 16:31:25 abc postfix/smtpd[17336]: warning: unknown[141.98.9.67]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:31:27 abc postfix/smtpd[17336]: disconnect from unknown[141.98.9.67]
    Sep  2 16:31:39 abc postfix/smtpd[17482]: warning: hostname jukyo.yountrol.com does not resolve to address 141.98.9.42
    Sep  2 16:31:39 abc postfix/smtpd[17482]: connect from unknown[141.98.9.42]
    Sep  2 16:31:44 abc postfix/smtpd[17482]: warning: unknown[141.98.9.42]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:31:45 abc postfix/smtpd[17482]: disconnect from unknown[141.98.9.42]
    Sep  2 16:31:55 abc postfix/smtpd[17279]: warning: hostname hssng.warliter.com does not resolve to address 141.98.9.130
    Sep  2 16:31:55 abc postfix/smtpd[17279]: connect from unknown[141.98.9.130]
    Sep  2 16:31:59 abc postfix/smtpd[17479]: connect from unknown[80.82.77.18]
    Sep  2 16:32:02 abc postfix/smtpd[17336]: warning: hostname horwin.congaspruce.net does not resolve to address 141.98.9.67
    Sep  2 16:32:02 abc postfix/smtpd[17336]: connect from unknown[141.98.9.67]
    Sep  2 16:32:03 abc postfix/smtpd[17279]: warning: unknown[141.98.9.130]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:32:04 abc postfix/smtpd[17479]: warning: unknown[80.82.77.18]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:32:04 abc postfix/smtpd[17279]: disconnect from unknown[141.98.9.130]
    Sep  2 16:32:05 abc postfix/smtpd[17479]: disconnect from unknown[80.82.77.18]
    Sep  2 16:32:08 abc postfix/smtpd[17484]: warning: hostname suffil.rostage.com does not resolve to address 141.98.9.5
    Sep  2 16:32:08 abc postfix/smtpd[17484]: connect from unknown[141.98.9.5]
    Sep  2 16:32:09 abc postfix/smtpd[17336]: warning: unknown[141.98.9.67]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:32:10 abc postfix/smtpd[17336]: disconnect from unknown[141.98.9.67]
    Sep  2 16:32:12 abc postfix/smtpd[17347]: warning: hostname mobiup.climberjumbo.com does not resolve to address 141.98.9.195
    Sep  2 16:32:12 abc postfix/smtpd[17347]: connect from unknown[141.98.9.195]
    Sep  2 16:32:17 abc postfix/smtpd[17347]: warning: unknown[141.98.9.195]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:32:18 abc postfix/smtpd[17347]: disconnect from unknown[141.98.9.195]
    Sep  2 16:32:18 abc postfix/smtpd[17484]: warning: unknown[141.98.9.5]: SASL LOGIN authentication failed: authentication failure
    Sep  2 16:32:19 abc postfix/smtpd[17484]: disconnect from unknown[141.98.9.5]

     

    Der Loginversuch geschah mit diesen Einstellungen. Nach wie vor weiß ich nicht, ob die Auswahl bei Authentifizierung korrekt ist und ob der Port der richtige ist bei SMTP

     

    image.png.b9af29e05e7805f9c141bbd1e41550db.png

  6. In Froxlor habe ich die neue Domain abc.de angelegt unter den IPs 1.1.1.1:80 und 1.1.1.1:443

     

    Im Kunden habe ich dann eine Email-Adresse zu abc.de angelegt. Bei Konto steht auch Ja (84.0000 KiB)

    1 hour ago, d00p said:

    Ohne viel Info kann ich halt nicht viel helfen

    Ich weiß nicht welche Infos noch relevant sind, die ich noch nicht gepostet habe. Lass es mich wissen ich stell hier alles rein. Danke!

    abbb.PNG

  7. Ja, hab ich ja weiter oben schon einen Auszug gepostet.

     

    Bezüglich meiner öffentlichen IP finde ich darin nur:

     

    Quote

    Sep  2 13:09:27 abc postfix/smtps/smtpd[14933]: connect from isp.de[1.1.1.1]
    Sep  2 13:09:27 abc postfix/smtps/smtpd[14933]: Anonymous TLS connection established from isp.de[1.1.1.1]: TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
    Sep  2 13:09:27 abc postfix/smtps/smtpd[14933]: improper command pipelining after EHLO from isp.de[1.1.1.1]:
    Sep  2 13:09:27 abc postfix/smtps/smtpd[14933]: disconnect from isp.de[1.1.1.1]

     

    Ansonsten ist die LogFile voll mit Verbindungsversuchen mir unbekannter Adressen:

     

    Quote

     

    Sep  2 14:02:22 abc postfix/smtpd[15271]: warning: unknown[141.98.9.67]: SASL LOGIN authentication failed: authentication failure
    Sep  2 14:02:23 abc postfix/smtpd[15271]: disconnect from unknown[141.98.9.67]
    Sep  2 14:02:24 abc postfix/smtpd[15277]: warning: unknown[141.98.9.205]: SASL LOGIN authentication failed: authentication failure
    Sep  2 14:02:25 abc postfix/smtpd[15277]: disconnect from unknown[141.98.9.205]
    Sep  2 14:02:26 abc postfix/smtpd[15225]: warning: unknown[141.98.9.5]: SASL LOGIN authentication failed: authentication failure
    Sep  2 14:02:28 abc postfix/smtpd[15225]: disconnect from unknown[141.98.9.5]
    Sep  2 14:02:29 abc postfix/smtpd[15241]: connect from unknown[80.82.77.18]
    Sep  2 14:02:34 abc postfix/smtpd[15241]: warning: unknown[80.82.77.18]: SASL LOGIN authentication failed: authentication failure
    Sep  2 14:02:35 abc postfix/smtpd[15241]: disconnect from unknown[80.82.77.18]
    Sep  2 14:02:44 abc postfix/smtpd[15271]: warning: hostname mobiup.climberjumbo.com does not resolve to address 141.98.9.195
    Sep  2 14:02:44 abc postfix/smtpd[15271]: connect from unknown[141.98.9.195]
    Sep  2 14:02:48 abc postfix/smtpd[15225]: warning: hostname hssng.warliter.com does not resolve to address 141.98.9.130
    Sep  2 14:02:48 abc postfix/smtpd[15225]: connect from unknown[141.98.9.130]
    Sep  2 14:02:48 abc postfix/smtpd[15277]: warning: hostname jukyo.yountrol.com does not resolve to address 141.98.9.42
    Sep  2 14:02:48 abc postfix/smtpd[15277]: connect from unknown[141.98.9.42]
    Sep  2 14:02:49 abc postfix/smtpd[15271]: warning: unknown[141.98.9.195]: SASL LOGIN authentication failed: authentication failure
    Sep  2 14:02:50 abc postfix/smtpd[15271]: disconnect from unknown[141.98.9.195]
    Sep  2 14:02:52 abc postfix/smtpd[15277]: warning: unknown[141.98.9.42]: SASL LOGIN authentication failed: authentication failure
    Sep  2 14:02:52 abc postfix/smtpd[15277]: disconnect from unknown[141.98.9.42]
    Sep  2 14:02:55 abc postfix/smtpd[15225]: warning: unknown[141.98.9.130]: SASL LOGIN authentication failed: authentication failure
    Sep  2 14:02:57 abc postfix/smtpd[15225]: disconnect from unknown[141.98.9.130]
    Sep  2 14:02:58 abc postfix/smtpd[15241]: warning: hostname horwin.congaspruce.net does not resolve to address 141.98.9.67


     



     

  8. In Froxlor hatte ich SSL aktiviert. 

     

    Ansonsten: 

     

    In der postfix main.cf:


     

    Quote

     

    ...

    smtp_tls_security_level = may
    smtp_tls_note_starttls_offer = yes
    ## TLS for incoming connections (clients or other mail servers)
    smtpd_tls_security_level = may
    smtpd_tls_cert_file = /etc/apache2/ssl/mailCert.crt
    smtpd_tls_key_file = /etc/apache2/ssl/privkey.pem
    smtpd_use_tls = yes
    smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
    smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
    #smtpd_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
    smtpd_tls_loglevel = 1
    smtpd_tls_received_header = yes

     

     

    In der dovecot 10-ssl.conf:

     

    Quote

     

    ssl = yes
    ssl_cert = </etc/apache2/ssl/mailCert.pem
    ssl_key = </etc/apache2/ssl/privkey.pem

     

    10-master.conf:

    Quote
    
    service imap-login {
      inet_listener imap {
        port = 143
      }
      inet_listener imaps {
        port = 993
        ssl = yes
      }

     

    Ich schätze das sind alle Stellen bzgl SSL

     

     

  9. Leider nicht. Ich bin jetzt nochmal der Anleitung von Froxlor zur Konfiguration des Mailservers gefolgt. Die Datenbank scheint schon eingerichtet zu sein. 

    Ich vermute das Problem liegt wohl an den Einstellungen, die ich beim Einrichten im MailClient angebe.  

    Eigentlich bin ich mir bei allen Feldern recht unsicher. 

    Server-Adresse müsste stimmen, da das die Adresse ist, die in der Main.cf bei Postfix angegeben ist: 

     

    Quote

    myhostname = abc.de

    mydomain = abc.de

     

    bei den anderen Werten kenne ich die "Locations" nicht zum gegenchecken. 

    abc.PNG

    Bei IMAP sind die Ports so in der config angegeben (/etc/dovecot/conf.d/10-master.conf)

    service imap-login {
      inet_listener imap {
        #port = 143
      }
      inet_listener imaps {
        port = 993
        ssl = yes
      }

    Für SMTP weiß ich nicht genau, wo ich nachschauen muss, aber netstat zeigt mir 587, 22 und auch 465 bei LISTEN an.

    Das sind die, die man hier bei Thunderbird auswählen kann.

    Bei SSL weiß ich nicht, ob SSL/TLS oder STARTTLS und bei Authentifizierung bin ich mir auch nicht sicher.,

    Hier gibt es noch "Veschlüsseltes Passwort", "Kerberos" und "NTLM"


     

    Das Passwort wird übrigens schon minutenlang getestet. Ich vermute es gibt einen Timeout Wert. In der mail.log sehe ich nichts dazu, außer

     

    Quote

    abc postfix/smtpd[13962]: improper command pipelining after EHLO from isp.de[1.1.1.1]: QUIT\r\n

     

  10. Hallo,

    mein vServer von netcup hatte Apache2 mit froxlor bereits vorinstalliert. Für den Mail-Dienst verwendet froxlor dovecot mit postfix.

    Erst einige Wochen nach Bestellung habe ich mir eine Domain zugelegt und versucht an allen Stellen in den config-Dateien des Webservers den Namen der kostenlosen Domain, die beim Server dabei war, zur neuen abzuändern.

    Zertifikate zur neuen Domain habe ich bei Apache installiert. 

    Über das Panel habe ich einen Kunden angelegt und beim Kunden eine catchall Mail-Adresse erstellt mit einer Weiterleitung an meine private Mail. Mails werden empfangen und auch weitergeleitet.

     

    Der Login über MailClients wie Thunderbird funktioniert jedoch noch nicht. Konfiguriert habe ich noch nichts, außer eben was in Froxlor schon zu konfigurieren ist (Name@abc.de und Passwort). Zum Login reicht das wohl nicht. 

    Ich kenne die Server-Adressen für den Posteingang und Postausgang nicht bzw. weiß nicht, ob diese schon existieren.

    Thunderbird kann keine Einstellungen für das Email-Konto finden, denn eine Autoconfig scheint froxlor für mich nicht einzurichten, weshalb ich alles manuell einrichten muss. 

    Kümmert sich Froxlor um die Erstellung entsprechender Subdomains für IMAP und SMTP? In Tutorials zur Einrichtung der Mail-Dienste werden MySQL Datenbanken angelegt. Hat diesen Teil Froxlor bereits übernommen?

    Die Zertifikate für SSL habe ich bereits versucht einzutragen.

    In den DNS-Einstellungen meiner Domain habe ich die Records hinzugefügt:

     

    abc.PNG

  11. Zwei Probleme gibt es jetzt:

     

    Irgendeine Anwendung editiert ständig (alle paar Minuten) meine SSL-Einträge aus der 443er vHost Datei, was dann dazu führt, dass ich die Seite nicht mehr über https aufrufen kann.  Der Servername wird auch ständig zur v123.... zurückgesetzt. 

    Da in Froxlor unter SSL-Zertifikate nichts gefunden wurde, habe ich in den Einstellungen im Panel SSL aktiviert und die Pfade zum Zertifikat und Key angegeben. Gefunden wird nach wie vor, auch nach Neustart nichts. 

  12. Woran erkennst du denn, dass "create listen statement" aktiviert ist bzw. wo kann ich das ändern? Komme ja schließlich nicht mehr ins Panel.

    Quote

    Und du hast auch deine Port 80 IP anscheinend zu einer ssl IP gemacht, das wird nix. 

    Du spielst sicher auf die SSL Zeilen in der 10_froxlor_ipandport_1.1.1.1.80.conf an. Ich habe nur viel rumprobiert. Habe ich wieder entfernt.

  13. In der error.log:

    [Sun Aug 25 21:21:39.881177 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/datas.php' not found or unable to stat
    [Sun Aug 25 21:21:40.125693 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/aojiao.php' not found or unable to stat
    [Sun Aug 25 21:21:40.379400 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/guipu.php' not found or unable to stat
    [Sun Aug 25 21:21:40.604748 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/zhui.php' not found or unable to stat
    [Sun Aug 25 21:21:41.974932 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/ji.php' not found or unable to stat
    [Sun Aug 25 21:21:43.967014 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/xing.php' not found or unable to stat
    [Sun Aug 25 21:21:44.908377 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/c.php' not found or unable to stat
    [Sun Aug 25 21:21:45.160085 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/c.php' not found or unable to stat
    [Sun Aug 25 21:21:45.370816 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/test.php' not found or unable to stat
    [Sun Aug 25 21:21:47.853578 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/laobiao.php' not found or unable to stat
    [Sun Aug 25 21:21:48.073868 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/sample.php' not found or unable to stat
    [Sun Aug 25 21:21:52.576414 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/shell.php' not found or unable to stat
    [Sun Aug 25 21:21:53.072978 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/12.php' not found or unable to stat
    [Sun Aug 25 21:21:53.705705 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/ecmsmod.php' not found or unable to stat
    [Sun Aug 25 21:21:56.502362 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/index.php' not found or unable to stat
    [Sun Aug 25 21:21:59.894610 2019] [autoindex:error] [pid 2801] [client 106.1.1.2:62283] AH01276: Cannot serve directory /var/www/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
    [Sun Aug 25 21:22:00.110924 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/user.php' not found or unable to stat, referer: 554fcae493e564ee0dc75bdf2ebf94caads|a:3:{s:2:"id";s:3:"'/*";s:3:"num";s:141:"*/ union select 1,0x272F2A,3,4,5,6,7,8,0x7b247b24524345275d3b6469652f2a2a2f286d6435284449524543544f52595f534550415241544f5229293b2f2f7d7d,0--";s:4:"name";s:3:"ads";}554fcae493e564ee0dc75bdf2ebf94ca
    [Sun Aug 25 21:22:00.324661 2019] [:error] [pid 2801] [client 106.1.1.2:62283] script '/var/www/index.php' not found or unable to stat
    [Sun Aug 25 21:54:57.813273 2019] [mpm_prefork:notice] [pid 2087] AH00169: caught SIGTERM, shutting down
    [Sun Aug 25 21:55:11.025201 2019] [ssl:warn] [pid 1997] AH01906: v123.luckysrv.de:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Sun Aug 25 21:55:11.025630 2019] [ssl:warn] [pid 1997] AH01909: v123.luckysrv.de:443:0 server certificate does NOT include an ID which matches the server name
    [Sun Aug 25 21:55:11.274464 2019] [ssl:warn] [pid 2010] AH01906: v123.luckysrv.de:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Sun Aug 25 21:55:11.274491 2019] [ssl:warn] [pid 2010] AH01909: v123.luckysrv.de:443:0 server certificate does NOT include an ID which matches the server name
    [Sun Aug 25 21:55:11.289142 2019] [mpm_prefork:notice] [pid 2010] AH00163: Apache/2.4.10 (Debian) OpenSSL/1.0.1t configured -- resuming normal operations
    [Sun Aug 25 21:55:11.289188 2019] [core:notice] [pid 2010] AH00094: Command line: '/usr/sbin/apache2'
    [Sun Aug 25 22:00:01.497085 2019] [mpm_prefork:notice] [pid 2010] AH00171: Graceful restart requested, doing restart
    (98)Address already in use: AH00072: make_sock: could not bind to address 1.1.1.1:443
    [Sun Aug 25 22:00:01.563088 2019] [mpm_prefork:alert] [pid 2010] no listening sockets available, shutting down
    [Sun Aug 25 22:00:01.563092 2019] [:emerg] [pid 2010] AH00019: Unable to open logs, exiting

    Versucht hier einer Dateien zu finden? ? 

    Und ja in /var/www/ liegt momentan keine Index. Das war aber schon von Anfang an so und kann nicht die Ursache sein. Direkter Zugriff auf meine Domain müsste einen 403 auslösen, und im test directory würde man eine index finden.

    An den Zertifikaten habe ich nichts verändert.

     

    Die Connection wird aber Domain-weit abgelehnt.

    ls /etc/apach2/sites-enabled/

    000-default.conf
    
    05_froxlor_dirfix_nofcgid.conf
    
    10_froxlor_ipandport_1.1.1.1.80.conf
    
    10_froxlor_ipandport_1.1.1.1.443.conf
    
    28_froxlor_normal_vhost_adminKunde.v123.luckysrv.de.conf
    
    35_froxlor_normal_vhost_mydomain.de.conf
    
    40_froxlor_diroption_4a14d56d7644ccc1232326.conf
    
    default-ssl.conf

     

    Das hier sind wohl die 3 interessanten Dateien:

    # 10_froxlor_ipandport_1.1.1.1.80.conf
    # Created 25.08.2019 22:00
    # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
    
    <VirtualHost 1.1.1.1:80>
    
        SSLEngine On
        SSLCertificateFile /etc/apache2/ssl/www_mydomain.crt
        SSLCertificateKeyFile /etc/apache2/ssl/www_mydomain.pem
        SSLCertificateChainFile /etc/apache2/ssl/mailCert.crt
    
    DocumentRoot "/var/www/"
     ServerName v123.luckysrv.de
    </VirtualHost>
    # 10_froxlor_ipandport_1.1.1.1.443.conf
    # Created 25.08.2019 22:00
    # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
    
    Listen 1.1.1.1:443
    <VirtualHost 1.1.1.1:443>
    
        SSLEngine On
        SSLCertificateFile /etc/apache2/ssl/www_mydomain.crt
        SSLCertificateKeyFile /etc/apache2/ssl/www_mydomain.pem
        SSLCertificateChainFile /etc/apache2/ssl/mailCert.crt
    DocumentRoot "/var/www/"
     ServerName v123.luckysrv.de
    </VirtualHost>
    # 35_froxlor_normal_vhost_mydomain.conf
    # Created 25.08.2019 22:00
    # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
    
    # Domain ID: 2 - CustomerID: 1 - CustomerLogin: adminKunde
    <VirtualHost 1.1.1.1:80 1.1.1.1:443>
        SSLEngine On
        SSLCertificateFile /etc/apache2/ssl/www_mydomain.crt
        SSLCertificateKeyFile /etc/apache2/ssl/www_mydomain.pem
        SSLCertificateChainFile /etc/apache2/ssl/mailCert.crt
    
      ServerName mydomain
      ServerAlias *.mydomain
      ServerAdmin info@mydomain
      DocumentRoot "/var/www/"
      php_admin_value sendmail_path "/usr/sbin/sendmail -t -f info@mydomain"
      php_admin_value open_basedir "/var/www:/tmp"
      Alias /webalizer "/var/customers/webs/adminKunde/webalizer"
      ErrorLog "/var/customers/logs/adminKunde-error.log"
      CustomLog "/var/customers/logs/adminKunde-access.log" combined
    </VirtualHost>

     

    Die SSL Einträge habe ich selbst hinzugefügt. Die Domain v123.luckysrv.de (hier umbenannt) wollte ich eigentlich an allen Stellen noch mit meiner neu gekauften Domain mydomain ersetzen, aber das sollte ja erstmal keine Rolle spielen, da sie beide auf die selbe IP zeigen.

  14. Bei "IP und Ports" im Admin Panel war meine IP mit Port 80 bereits eingetragen.

    Ich habe einen weiteren Eintrag (meine IP und Port 443) hinzugefügt und dann bei meinem Kunden bei der Domain die nun entstandene zweite Checkbox auch aktiviert. 

    Nach dieser Änderung kann ich meinen Webserver nicht mehr erreichen, also auch nicht in Froxlor einloggen. 

    Außerdem hat sich die config File in /etc/apache2/sites-enabled verändert. Zuvor waren dort MeineIP:80 und meine MeineIP:443 als zwei VirtualHosts seperat eingetragen und hatten jeweils SSL-Verweise auf die Zertifikate.

     

    Übrig geblieben ist hier nur der VirtualHost Eintrag MeineIP:80 ohne SSL.

    Habe schon ein wenig rumprobiert aber komme einfach nicht mehr auf den Webserver. 

     

    Danke!

  15. Den habe ich seperat angegeben:

    Quote

    smtpd_tls_cert_file=/etc/ssl/certs/certificate.crt 
    smtpd_tls_key_file=/etc/ssl/private/yourdomainname.key

     

    In diesem certificate.crt sind nur die 4 Dateien vom Anbieter. 

     

    In Froxlor im Admin-Panel steht übrigens "Keine SSL Zertifikate gefunden". Browser zeigen die Zertifikate jedoch an.

  16. Okay ich bin jetzt einer Anleitung gefolgt, aber es scheint noch Probleme mit dem Zertifikat zu geben:

     

    Aug 24 11:35:20 myserv postfix/submission/smtpd[27298]: warning: hostname ip-33-51.ZervDNS does not resolve to address 2.1.1.2: Name or service not known
    Aug 24 11:35:20 myserv postfix/submission/smtpd[27298]: connect from unknown[2.1.1.2]
    Aug 24 11:35:21 myserv dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=3.3.3.3, lip=4.3.3.4, TLS: SSL_read() failed: error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate: SSL alert number 42, session=<3xhDpNmQ6QBfWuR6>
    Aug 24 11:35:21 myserv dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=3.3.3.3, lip=4.3.3.4, TLS: SSL_read() failed: error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate: SSL alert number 42, session=<8gtFpNmQ9gBfWuR6>
    Aug 24 11:35:25 myserv postfix/smtpd[27295]: warning: unknown[6.3.3.6]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
    Aug 24 11:35:26 myserv postfix/smtpd[27295]: disconnect from unknown[6.3.3.6]

     

     

    Vom Zertifkat-Anbieter habe ich diese Dateien erhalten:

    Quote

     

    AddTrustExternalCARoot.crt

    GlobeSSLDVCertificationAuthority2.crt

    USERTrustRSAAddTrustCA.crt

    mydomain_de.crt

     

    Alle vier Dateien habe ich nach Anleitung mit cat in eine crt-Datei gesteckt und in den configs angegeben. 

×
×
  • Create New...