邮件已发送然后在 Postfix 中删除

邮件已发送然后在 Postfix 中删除

我刚刚安装并配置了 Postfix/Dovecont + Mysql + PostfixAdmin。当我尝试从 gmail.com 等网站发送电子邮件时,邮件已送达,但我在邮件文件夹中看不到它。似乎已被删除。这是我的邮件日志。有人能帮我查一下原因吗?

Sep 27 17:12:53 ND-12053 postfix/smtpd[29098]: connect from mail-yw0-f44.google.com[209.85.213.44]
Sep 27 17:12:53 ND-12053 postfix/trivial-rewrite[29101]: warning: do not list domain mydomain.com in BOTH mydestination and virtual_mailbox_domains
Sep 27 17:12:53 ND-12053 postfix/smtpd[29098]: 9A8B69E0F9D: client=mail-yw0-f44.google.com[209.85.213.44]
Sep 27 17:12:53 ND-12053 postfix/cleanup[29102]: 9A8B69E0F9D: message-id=<CAOgJ1rEcfNDy2yr7mmj9zTi=0UYOS-DdZYSohR9Bv987MiFVPQ@mail.gmail.com>
Sep 27 17:12:53 ND-12053 postfix/qmgr[27094]: 9A8B69E0F9D: from=<[email protected]>, size=1482, nrcpt=1 (queue active)
Sep 27 17:12:53 ND-12053 postfix/trivial-rewrite[29101]: warning: do not list domain mydomain.com in BOTH mydestination and virtual_mailbox_domains
Sep 27 17:12:53 ND-12053 postfix/trivial-rewrite[29101]: warning: do not list domain mydomain.com in BOTH mydestination and virtual_mailbox_domains
Sep 27 17:12:53 ND-12053 postfix/trivial-rewrite[29101]: warning: do not list domain mydomain.com in BOTH mydestination and virtual_mailbox_domains
Sep 27 17:12:53 ND-12053 postfix/local[29103]: 9A8B69E0F9D: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=0.04, delays=0.02/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
Sep 27 17:12:53 ND-12053 postfix/qmgr[27094]: 9A8B69E0F9D: removed

电子邮件文件夹列表:

drwx------ 2 postfix postfix 4096 sep 27 16:43 cur
-rw------- 1 postfix postfix  248 sep 27 16:43 dovecot.index.log
-rw------- 1 postfix postfix   48 sep 27 16:47 dovecot.mailbox.log
-rw------- 1 postfix postfix   51 sep 27 16:43 dovecot-uidlist
-rw------- 1 postfix postfix    8 sep 27 16:47 dovecot-uidvalidity
-r--r--r-- 1 postfix postfix    0 sep 27 16:43 dovecot-uidvalidity.4e82357b
drwx------ 2 postfix postfix 4096 sep 27 16:43 new
-rw------- 1 postfix postfix   21 sep 27 16:47 subscriptions
drwx------ 2 postfix postfix 4096 sep 27 16:43 tmp

答案1

“已递送至 maildir”。一切正常。查看 maildir,它就在那里。

其他(不以任何方式相关!)事项:阅读第二行并在您的配置中更正它。

相关内容