On 14 Apr 2011, at 7:42 PM, Raymond Norton wrote:

> I am using Ubuntu server 10.10. Selinux is not installed.

Okay it could be the hostname.

You will have to use the python prompt to test.

# python
>> import os
>> os.environ['DJANGO_SETTINGS_MODULE'] = 'baruwa.settings'
>> from baruwa.utils.process_mail import host_is_local
>> host_is_local('_the_host_name_being_logged')

--
Baruwa - www.baruwa.org

_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to