mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #142] no mail coming after installing Configuration.DkimSigner #109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @verykindwolf on GitHub (Feb 25, 2016).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/142
I have Exchange Server 2010. Just after I installed DkimSigner, I can send mail out, I can send and receive mail inside, but no mail can be received from outside. After sanding to my server I get such answer: host said: 452 4.3.1 Insufficient system resources (in reply to MAIL FROM command)
@Pro commented on GitHub (Feb 25, 2016):
This is probably not related to DKIM since it is a resources problem (as the error messages says).
Normally this means that you don't have enough RAM (very minimum 4GB) or HDD space.
Please check this in the Task Manager.
Also check the EventLog if there are any related Error Messages.
@verykindwolf commented on GitHub (Feb 25, 2016):
Yep. It seems you r right. I cleaned HDD, making more of 4% of HDD free space as mails started coming in.One thing is not clear, why DkimSigner installation provoked 'Insufficient system resources' error.