You should disable IPN on your account and enable it under Store -> Payments gateways for PAYAPAL,
If you search the paypal standard gateway look for this line:
$notify_url = $this->cart_data['notification_url'];
IF IPN is enabled in the gateway settings then WPEC sends the URL to which IPN should post to.
Tested this and there are no issues at all