Getting BlackBerry Emails working from your CSF enabled Server
Recently we had a small issue with a client that couldn’t configure her Email to work on her Telstra enabled blackberry.
This is how we solved the issue:
Symptoms:
When adding the POP / IMAP account through the blackberry website she was presented with:
An error occurred during email account validation
The reason for this was due to CSF on the email server being configured.
You need to allow the blackberry infrastructure address ranges in your CSF.allow (located in /etc/csf/)
These are the addresses:
CIDR RANGE |
---|
206.51.26.0/24 |
193.109.81.0/24 |
204.187.87.0/24 |
206.53.144.0/20 |
216.9.240.0/20 |
67.223.64.0/19 |
93.186.16.0/20 |
68.171.224.0/19 |
74.82.64.0/19 |
173.247.32.0/19 |
178.239.80.0/20 |
To enable this, just add the CIDR ranges through the following command:
csf -a {CIDR RANGE}
Example:
csf -a 67.223.64.0/19
Then disable and re enable CSF
csf -x; csf -e;
You should now be able to connect your blackberry service!
Enjoy!
Karl.
Hosting Options & Info | VPS | Web Solutions & Services |
---|---|---|
Pingback: blackberry mail account creation issue « simmylinux()