I've virtualised a server with SmarterMail 12.5 running on it, the physical server had the following specification:
Dual Core CPU
4GB RAM
1GB NIC, connected to a 10/100 Switch
Sata Drives in RAID 1 Mirror
VM - Hyper-V
4 x CPU Cores, much faster Xeon CPU
4GB RAM
1GB physical NIC, 10GB Hyper-V Virtual Switch
SSD Drives in RAID 10
Latest Integration drivers installed.
The VM's is running with about 45% of ram being used and less then 10% cpu usage. The IP's on the server have been changed. So its not running out of resources. But I'm seeing a delay when mail is being accepted, one example:
13:40:30 [RemovedIP][63633256] rsp: 220
13:40:30 [RemovedIP][63633256] connected at 06/08/2015 13:40:30
13:40:30 [RemovedIP][63633256] cmd: EHLO
13:40:30 [RemovedIP][63633256] rsp: 250- Hello []250-SIZE 52428800250-AUTH LOGIN CRAM-MD5250-8BITMIME250 OK
13:40:30 [RemovedIP][63633256] cmd: AUTH login
13:40:30 [RemovedIP][63633256] Authenticating as
13:40:30 [RemovedIP][63633256] rsp: 334
13:40:30 [RemovedIP][63633256] rsp: 235 Authentication successful
13:40:30 [RemovedIP][63633256] Authenticated as
13:40:30 [RemovedIP][63633256] cmd: MAIL FROM:<>
13:40:30 [RemovedIP][63633256] rsp: 250 OK <> Sender ok
13:40:30 [RemovedIP][63633256] cmd: RCPT TO:<>
13:40:30 [RemovedIP][63633256] rsp: 250 OK <> Recipient ok
13:40:30 [RemovedIP][63633256] cmd: DATA
13:40:35 [RemovedIP][63633256] rsp: 354 Start mail input; end with <CRLF>.<CRLF>
13:40:35 [RemovedIP][63633256] rsp: 250 OK
13:40:35 [RemovedIP][63633256] Data transfer succeeded, writing mail to 16092784.eml
13:40:35 [RemovedIP][63633256] cmd: MAIL FROM:<>
13:40:35 [RemovedIP][63633256] rsp: 250 OK <> Sender ok
13:40:35 [RemovedIP][63633256] cmd: RCPT TO:<>
13:40:35 [RemovedIP][63633256] rsp: 250 OK <> Recipient ok
13:40:35 [RemovedIP][63633256] cmd: DATA
13:40:39 [RemovedIP][63633256] rsp: 354 Start mail input; end with <CRLF>.<CRLF>
13:40:39 [RemovedIP][63633256] rsp: 250 OK
13:40:39 [RemovedIP][63633256] Data transfer succeeded, writing mail to 16092787.eml
13:41:31 [RemovedIP][63633256] disconnected at 06/08/2015 13:41:31
You can see after DATA there is a delay of 4 - 5 seconds, I also just noticed that ~50 seconds for the disconnect at the end, is that normal? I've cleaned up the log, to remove any identifiable information, so <> brackets weren't empty.