Hi
Issue 1 - POP3 connector getting emails was having the invalid error message - so fixed as per previous posts with
Set-ReceiveConnector -Identity ($Env:computername + “\Windows SBS Fax Sharepoint
Receive ” + $Env:computername) -DefaultDomain $Env:UserDNSDomain
and
Set-ReceiveConnector -Identity ($Env:computername + “\Windows SBS Fax Sharepoint
Receive ” + $Env:computername) -MaxProtocolErrors 500
This was resolved as emails were downloaded
Issue 2 - Only some were delivered to the users mailboxes (most were not delivered and have gone from the POP box???) I have no idea where to even start looking, I can't see any error logs, POP3 said everything went well. The SBS event log reported no errors
Where could these emails have gone. With 1 user there were 138 only 30 came through to his mailbox (I need this resolved as I have 20 other users to configure whos emails are still on my webserver at moment)
Tris