Forum Discussion
- GertjanAModerator
Hello Tommi,
I am running EV12.5.2 and sometimes see this when SMTP stores go into backup mode.
According to the KB article, this issue is fixed in 12.5.3 and 14.0. We will upgrade mid next week (to resolve some other minor issues too), so then hopefully this issue is indeed gone.
I composed a short powershell. This moves items from the holdingfolder\failed to a single folder. After that, I move these items manually to a holding folder folder which is going to be processed in 10 minutes or so. you can run this script against several SMTP Servers. Change servername and destination servername and create the folders (or adapt query to your liking)
Get-ChildItem -Path "\\servername\H$\HoldingFolder\Failed" -Recurse -File -Filter "*.eml" | Move-Item -Destination "\\servername\D$\SMTP_Failed"
- tommihLevel 3
Hi,
Do you move those failed mails/items in latest open holding folder? (I think this is must to do otherwise EV do not archive moved items)
Do you know how/when EV are opening those holding folders where mail/items are put before archiving? (Possible to change settings somehow)?
Regards. Tommi Hellman
- GertjanAModerator
Hello,
The holding folder format is fixed. Create a folder on a disk large enough to hold a few hours/days of mail. To prevent lost mails if EV is not running. Additional advantage is that you can exclude this folder from Antivirus scanning, instead of excluding the Day folders.
The format is Day\Hour\Minute, where you need to keep in mind that this is UTC time.
In my case, being in CET time:
Current date/time = 18-02-2021, 10:13 (in the morning)
Folder = \18\09\13 (you can check Date Modified, folder after 13 will show 1 month ago, folders before will show today.)
You will always have Data\Failed\NoMatchingTargets folders.
Related Content
- 16 years ago
- 11 years ago
- 16 years ago