Cannot find reason for discarded message

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

Cannot find reason for discarded message

Post by maxxer »

I cannot receive messages from a domain in just one mailbox. In mailbox.log I found the message is discarded but I cannot find the reason why.

I have not filters matching the mail (I checked with the domain and localhost), I have no spam blocking in account preferences. I don't know what else to check.

I can receive these mails on another mailbox, so it must be something on this account.
I checked also with zmprov ga but didn't find anything possibly related.

Code: Select all

2021-06-17 08:48:51,753 INFO  [LmtpServer-312] [ip=2a02:b00b:2341:8236:0:0:0:1;] lmtp - Delivering message: size=3173 bytes, nrcpts=1, sender=no-reply@senderdomain.net, msgid=<1596953029.7046.1623912501921.JavaMail.dataweb@localhost>
2021-06-17 08:48:51,760 INFO  [LmtpServer-312] [name=support@recipent.com;mid=34;ip=2a02:b00b:2341:8236:0:0:0:1;] filter - Discarding message with Message-ID <1596953029.7046.1623912501921.JavaMail.dataweb@localhost> from no-reply@senderdomain.net
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

Re: Cannot find reason for discarded message

Post by maxxer »

I added

Code: Select all

log4j.logger.zimbra.lmtp=DEBUG
to conf/log4j.properties but all I can get is this

Code: Select all

2021-06-17 09:43:32,431 DEBUG [LmtpServer-321] [ip=2.3.8.1;] lmtp - connected
2021-06-17 09:43:32,670 DEBUG [LmtpServer-321] [ip=2.3.8.1;] lmtp - Creating ParsedMessage from memory with attachment indexing enabled
2021-06-17 09:43:32,672 INFO  [LmtpServer-321] [ip=2.3.8.1;] lmtp - Delivering message: size=3206 bytes, nrcpts=1, sender=no-reply@dwse
rvice.net, msgid=<1396942770.7082.1623915809136.JavaMail.dataweb@localhost>
2021-06-17 09:43:32,672 DEBUG [LmtpServer-321] [name=support@recipient.com;mid=34;ip=2.3.8.1;] lmtp - Resent-Message-ID not found.  Messa
ge-ID=<1396942770.7082.1623915809136.JavaMail.dataweb@localhost>
2021-06-17 09:43:32,699 INFO  [LmtpServer-321] [name=support@recipient.com;mid=34;ip=2.3.8.1;] filter - Discarding message with Message-ID <1396942770.7082.1623915809136.JavaMail.dataweb@localhost> from no-reply@senderdomain.net
2021-06-17 09:43:32,699 DEBUG [LmtpServer-321] [ip=2.3.8.1;] lmtp - quit from client
Post Reply