thehorry the camera is math based, not physics based, so it won't react to colliders.
One possible hack is to override the ApplyToCamera() method and instead of assigning the position/rotation to the Transform, you can assign it to a Rigidbody component. If that method gets called in a FixedUpdate() it should work with the colliders.