Postfix + DoveCot + SpamAssassin блокирует электронную почту Gmail - PullRequest
0 голосов
/ 03 марта 2019

Итак, у меня странный сценарий.Я сегодня настроил почтовый сервер внутри капельки из цифрового океана.Все работало нормально, пока я не продолжил учебник и не установил SpamAssassin.До этой установки я мог получать электронные письма из любой учетной записи, после установки SpamAssassin я заметил, что электронные письма от gmail не доставлялись, хотя электронные письма от других поставщиков, включая iCloud WERE, доставлялись.

Затем я остановил SpamAssassinи попробовал еще раз, но не повезло.Так что я действительно не знаю, является ли проблема SpamAssassin, DoveCot или даже PostFix, я новичок в этом и не знаю, с чего начать.

Кроме того, /var/log/mail.log показывает каждый раз, когда я вошел в систему,и каждое письмо, которое я получил от других доменов, но не от Gmail.Когда я отправляю почту из Gmail, я не получаю ответ, как, например, Gmail знает, что электронная почта доставляется, но мой сервер не знает об этом.Запись MX настроена правильно, так как я могу отправлять электронные письма и получать сообщения от большинства поставщиков.

Вот мой постфиксный conf:

smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
append_dot_mydomain = no
readme_directory = no
compatibility_level = 2
smtpd_tls_cert_file=/etc/letsencrypt/live/greenzli.com/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/greenzli.com/privkey.pem
smtpd_use_tls=yes
smtpd_tls_auth_only=yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = greenzli.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
virtual_transport = lmtp:unix:private/dovecot-lmtp
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf
milter_protocol = 2
milter_default_action = accept
smtpd_milters = inet:localhost:12301
non_smtpd_milters = inet:localhost:12301
header_checks = regexp:/etc/postfix/header_checks

Вот мой голубьconf:

# Prior to version 3.4.2-1, spamd could be enabled by setting
# ENABLED=1 in this file. This is no longer supported. Instead, please
# use the update-rc.d command, invoked for example as "update-rc.d
# spamassassin enable", to enable the spamd service.
SPAMD_HOME="/home/spamd/"
OPTIONS="--create-prefs --max-children 5 --username spamd --helper-home-dir ${SPAMD_HOME} -s ${SPAMD_HOME}spamd.log"
PIDFILE="${SPAM_HOME}spamd.pid"
CRON=1

А вот мои журналы (где я не вижу ни ошибок, ни информации о блокировке / отклонении / что-то о gmail):

Mar  3 00:01:58 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<4832><qjQhNSWDr8BNFvs5>: Logged out in=976 out=5713 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:05:30 ubuntu-s-1vcpu-1gb-fra1-01 postfix/postfix-script[5040]: stopping the Postfix mail system
Mar  3 00:05:30 ubuntu-s-1vcpu-1gb-fra1-01 postfix/master[4776]: terminating on signal 15
Mar  3 00:05:30 ubuntu-s-1vcpu-1gb-fra1-01 postfix/postfix-script[5215]: starting the Postfix mail system
Mar  3 00:05:30 ubuntu-s-1vcpu-1gb-fra1-01 postfix/master[5219]: daemon started -- version 3.3.0, configuration /etc/postfix
Mar  3 00:05:32 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5239, TLS, session=<dVUNZiWD+8BNFvs5>
Mar  3 00:05:33 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5241, TLS, session=<LYcRZiWDuMBNFvs5>
Mar  3 00:05:56 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5239><dVUNZiWD+8BNFvs5>: Logged out in=748 out=5602 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:06:11 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5246, TLS, session=<npdXaCWDzMBNFvs5>
Mar  3 00:06:11 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5246><npdXaCWDzMBNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:06:11 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5248, TLS, session=<Q6RcaCWD+cBNFvs5>
Mar  3 00:06:11 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5248><Q6RcaCWD+cBNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:06:18 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5249]: connect from msbadger20105.apple.com[17.179.250.240]
Mar  3 00:06:19 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5249]: 149A6FDD12: client=msbadger20105.apple.com[17.179.250.240]
Mar  3 00:06:19 ubuntu-s-1vcpu-1gb-fra1-01 postfix/cleanup[5257]: 149A6FDD12: message-id=<2118969623.469841094.1551567951043.JavaMail.Insideapple.apple.com@apple.com>
Mar  3 00:06:19 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: 149A6FDD12: msbadger20105.apple.com [17.179.250.240] not internal
Mar  3 00:06:19 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: 149A6FDD12: not authenticated
Mar  3 00:06:20 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: 149A6FDD12: DKIM verification successful
Mar  3 00:06:20 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: 149A6FDD12: s=insideapple0517 d=insideapple.apple.com SSL
Mar  3 00:06:20 ubuntu-s-1vcpu-1gb-fra1-01 postfix/qmgr[5230]: 149A6FDD12: from=<News_AUS_NZ@InsideApple.Apple.com>, size=90271, nrcpt=1 (queue active)
Mar  3 00:06:20 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(5260): Connect from local
Mar  3 00:06:20 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(pach@greenzli.com)<5260><KVOLBHwae1yMFAAAErBx5w>: msgid=<2118969623.469841094.1551567951043.JavaMail.Insideapple.apple.com@apple.com>: saved mail to INBOX
Mar  3 00:06:20 ubuntu-s-1vcpu-1gb-fra1-01 postfix/lmtp[5259]: 149A6FDD12: to=<pach@greenzli.com>, relay=ubuntu-s-1vcpu-1gb-fra1-01[private/dovecot-lmtp], delay=1.1, delays=1.1/0.01/0.01/0.01, dsn=2.0.0, status=sent (250 2.0.0 <pach@green$
Mar  3 00:06:20 ubuntu-s-1vcpu-1gb-fra1-01 postfix/qmgr[5230]: 149A6FDD12: removed
Mar  3 00:06:20 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(5260): Disconnect from local: Client has quit the connection (state = READY)
Mar  3 00:06:25 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5249]: disconnect from msbadger20105.apple.com[17.179.250.240] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7
Mar  3 00:07:22 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5249]: connect from pv50p00im-ztdg10012001.me.com[17.58.6.51]
Mar  3 00:07:23 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5249]: C842AFDD12: client=pv50p00im-ztdg10012001.me.com[17.58.6.51]
Mar  3 00:07:23 ubuntu-s-1vcpu-1gb-fra1-01 postfix/cleanup[5257]: C842AFDD12: message-id=<BE0915BB-8454-4BF7-922A-CD8B88BB22ED@icloud.com>
Mar  3 00:07:23 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: C842AFDD12: pv50p00im-ztdg10012001.me.com [17.58.6.51] not internal
Mar  3 00:07:23 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: C842AFDD12: not authenticated
Mar  3 00:07:23 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: C842AFDD12: DKIM verification successful
Mar  3 00:07:23 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: C842AFDD12: s=04042017 d=icloud.com SSL
Mar  3 00:07:24 ubuntu-s-1vcpu-1gb-fra1-01 postfix/qmgr[5230]: C842AFDD12: from=<pzehle@icloud.com>, size=1901, nrcpt=1 (queue active)
Mar  3 00:07:24 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(5264): Connect from local
Mar  3 00:07:24 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(pach@greenzli.com)<5264><43MhA7wae1yQFAAAErBx5w>: msgid=<BE0915BB-8454-4BF7-922A-CD8B88BB22ED@icloud.com>: saved mail to INBOX
Mar  3 00:07:24 ubuntu-s-1vcpu-1gb-fra1-01 postfix/lmtp[5259]: C842AFDD12: to=<pach@greenzli.com>, relay=ubuntu-s-1vcpu-1gb-fra1-01[private/dovecot-lmtp], delay=0.25, delays=0.22/0/0.01/0.02, dsn=2.0.0, status=sent (250 2.0.0 <pach@greenz$
Mar  3 00:07:24 ubuntu-s-1vcpu-1gb-fra1-01 postfix/qmgr[5230]: C842AFDD12: removed
Mar  3 00:07:24 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(5264): Disconnect from local: Client has quit the connection (state = READY)
Mar  3 00:07:24 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5249]: disconnect from pv50p00im-ztdg10012001.me.com[17.58.6.51] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7
Mar  3 00:07:46 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5241><LYcRZiWDuMBNFvs5>: Logged out in=1081 out=7879 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:07:46 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5267, TLS, session=<2fkMbiWD1sBNFvs5>
Mar  3 00:08:14 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<4816><JDkYMyWD0cBNFvs5>: Logged out in=4539 out=23808 deleted=1 expunged=1 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:08:19 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5272, TLS, session=<+Tj9byWDssBNFvs5>
Mar  3 00:08:19 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5267><2fkMbiWD1sBNFvs5>: Logged out in=627 out=4492 deleted=1 expunged=1 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:08:19 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5274, TLS, session=<dEwBcCWD+sBNFvs5>
Mar  3 00:08:19 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5274><dEwBcCWD+sBNFvs5>: Logged out in=155 out=1446 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:08:19 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5276, TLS, session=<eEoFcCWD1cBNFvs5>
Mar  3 00:08:20 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5276><eEoFcCWD1cBNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:10:44 ubuntu-s-1vcpu-1gb-fra1-01 postfix/anvil[5255]: statistics: max connection rate 1/60s for (smtp:17.179.250.240) at Mar  3 00:06:18
Mar  3 00:10:44 ubuntu-s-1vcpu-1gb-fra1-01 postfix/anvil[5255]: statistics: max connection count 1 for (smtp:17.179.250.240) at Mar  3 00:06:18
Mar  3 00:10:44 ubuntu-s-1vcpu-1gb-fra1-01 postfix/anvil[5255]: statistics: max cache size 2 at Mar  3 00:07:22
Mar  3 00:13:27 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5300, TLS, session=<dzpYgiWDxsBNFvs5>
Mar  3 00:13:27 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5300><dzpYgiWDxsBNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:18:33 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5335, TLS, session=<i1eclCWD+sBNFvs5>
Mar  3 00:18:33 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5335><i1eclCWD+sBNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:19:34 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5471, TLS, session=<3aoymCWD6sBNFvs5>
Mar  3 00:19:34 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5471><3aoymCWD6sBNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:19:57 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5475, TLS, session=<S6qYmSWD+sBNFvs5>
Mar  3 00:19:57 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5272><+Tj9byWDssBNFvs5>: Logged out in=1409 out=8980 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:19:57 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5477, TLS, session=<5POcmSWD3MBNFvs5>
Mar  3 00:19:57 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5477><5POcmSWD3MBNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:20:06 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5480, TLS, session=<f88amiWDvcBNFvs5>
Mar  3 00:20:26 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5475><S6qYmSWD+sBNFvs5>: Logged out in=634 out=5335 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:20:26 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5482, TLS, session=<AfNXmyWDzcBNFvs5>
Mar  3 00:20:30 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5480><f88amiWDvcBNFvs5>: Logged out in=649 out=5053 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:20:30 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5484, TLS, session=<F7qWmyWD28BNFvs5>
Mar  3 00:20:31 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5482><AfNXmyWDzcBNFvs5>: Logged out in=405 out=3248 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:20:35 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5486, TLS, session=<dIvfmyWD6MBNFvs5>
Mar  3 00:20:35 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5484><F7qWmyWD28BNFvs5>: Logged out in=407 out=3857 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:20:36 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5488, TLS, session=<XlDkmyWD/cBNFvs5>
Mar  3 00:20:36 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5488><XlDkmyWD/cBNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:20:40 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5490, TLS, session=<YugvnCWD+sBNFvs5>
Mar  3 00:20:41 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5486><dIvfmyWD6MBNFvs5>: Logged out in=576 out=5187 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
Mar  3 00:20:59 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5493]: connect from pv50p00im-hyfv10021501.me.com[17.58.6.48]
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5493]: 150A5FDD12: client=pv50p00im-hyfv10021501.me.com[17.58.6.48]
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 postfix/cleanup[5497]: 150A5FDD12: message-id=<91DBF52E-D347-49EB-9271-3BD08690FB78@icloud.com>
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: 150A5FDD12: pv50p00im-hyfv10021501.me.com [17.58.6.48] not internal
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: 150A5FDD12: not authenticated
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: 150A5FDD12: DKIM verification successful
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 opendkim[3782]: 150A5FDD12: s=04042017 d=icloud.com SSL
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 postfix/qmgr[5230]: 150A5FDD12: from=<pzehle@icloud.com>, size=1857, nrcpt=1 (queue active)
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(5500): Connect from local
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(pach@greenzli.com)<5500><b+ZUEuwde1x8FQAAErBx5w>: msgid=<91DBF52E-D347-49EB-9271-3BD08690FB78@icloud.com>: saved mail to INBOX
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 postfix/lmtp[5499]: 150A5FDD12: to=<pach@greenzli.com>, relay=ubuntu-s-1vcpu-1gb-fra1-01[private/dovecot-lmtp], delay=0.24, delays=0.21/0.01/0.01/0.01, dsn=2.0.0, status=sent (250 2.0.0 <pach@gre$
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 postfix/qmgr[5230]: 150A5FDD12: removed
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: lmtp(5500): Disconnect from local: Client has quit the connection (state = READY)
Mar  3 00:21:00 ubuntu-s-1vcpu-1gb-fra1-01 postfix/smtpd[5493]: disconnect from pv50p00im-hyfv10021501.me.com[17.58.6.48] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7
Mar  3 00:24:20 ubuntu-s-1vcpu-1gb-fra1-01 postfix/anvil[5495]: statistics: max connection rate 1/60s for (smtp:17.58.6.48) at Mar  3 00:20:59
Mar  3 00:24:20 ubuntu-s-1vcpu-1gb-fra1-01 postfix/anvil[5495]: statistics: max connection count 1 for (smtp:17.58.6.48) at Mar  3 00:20:59
Mar  3 00:24:20 ubuntu-s-1vcpu-1gb-fra1-01 postfix/anvil[5495]: statistics: max cache size 1 at Mar  3 00:20:59
Mar  3 00:25:45 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap-login: Login: user=<pach@greenzli.com>, method=PLAIN, rip=77.22.251.57, lip=159.89.26.106, mpid=5520, TLS, session=<ShpariWD08BNFvs5>
Mar  3 00:25:45 ubuntu-s-1vcpu-1gb-fra1-01 dovecot: imap(pach@greenzli.com)<5520><ShpariWD08BNFvs5>: Logged out in=34 out=504 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0

Надеюсь, что вы можете помочь и заранее спасибо.

...