bolide
MB Enthusiast
The SMTP server is incorrect in that screenshot…
I'd move the DVR down to where the active hub is (ie the one that is connected to the internet) and test again. If your Mac is plugged into the next Ethernet port you should be able to test properly
Try sending mail from the housecamera address from your Mac. If that works, try again on the DVR. Compare settings to make sure they are the same. Once you can send & receive from your Mac using the house camera address, without SSL, you should be able to do the same via the DVR
Usually, the reason for mail sending to fail is blocked port 25 or failure to authenticate. You can test either using the Terminal
When you're sending from inside a DHCP network the sending machine needs to be able to resolve the IP address of the DNS name of the SMTP server. If it can't, it can't send. Hence the suggestion to use the server IP address instead of the server name (FQDN)
There are two sides to routers: external and internal. Internal machines should ideally use a local DNS to resolve address, and machines outside use an external. That's because internal IP addresses are non-routable and "fake"
You'll find that local machines (Mac, DVR) may cache DNS responses. It's aways worth flushing the DNS cache to make sure that the responses are correct. Google "Flush OSX DNS cache" for instructions. For 10.8.x it is sudo killall -HUP mDNSResponder
You can query your internal & external DNS servers via the Terminal. If you do this
dig 192.168.0.1 bbc.co.uk
You'll get what 192.168.0.1 thinks is the IP address of bbc.co.uk, & etc
Your Name Servers are set in the Network Control Panel
Nick Froome
I'd move the DVR down to where the active hub is (ie the one that is connected to the internet) and test again. If your Mac is plugged into the next Ethernet port you should be able to test properly
Try sending mail from the housecamera address from your Mac. If that works, try again on the DVR. Compare settings to make sure they are the same. Once you can send & receive from your Mac using the house camera address, without SSL, you should be able to do the same via the DVR
Usually, the reason for mail sending to fail is blocked port 25 or failure to authenticate. You can test either using the Terminal
When you're sending from inside a DHCP network the sending machine needs to be able to resolve the IP address of the DNS name of the SMTP server. If it can't, it can't send. Hence the suggestion to use the server IP address instead of the server name (FQDN)
There are two sides to routers: external and internal. Internal machines should ideally use a local DNS to resolve address, and machines outside use an external. That's because internal IP addresses are non-routable and "fake"
You'll find that local machines (Mac, DVR) may cache DNS responses. It's aways worth flushing the DNS cache to make sure that the responses are correct. Google "Flush OSX DNS cache" for instructions. For 10.8.x it is sudo killall -HUP mDNSResponder
You can query your internal & external DNS servers via the Terminal. If you do this
dig 192.168.0.1 bbc.co.uk
You'll get what 192.168.0.1 thinks is the IP address of bbc.co.uk, & etc
Your Name Servers are set in the Network Control Panel
Nick Froome
Last edited: