The first few lines of settings.py:

DEBUG = False
TEMPLATE_DEBUG = DEBUG

ADMINS = (
    ('E Miller', '[EMAIL PROTECTED]'),
    ('E Miller', '[EMAIL PROTECTED]')
)

MANAGERS = ADMINS
SEND_BROKEN_LINK_EMAILS = True
SERVER_EMAIL = '[EMAIL PROTECTED]'

Up until a few months ago this was fine - I mostly depended on gmail
to see any 500 or 404 errors. Now no mail seems to get through. I
haven't been messing with postfix settings, so I'm not sure what has
changed.

I added ('E Miller', '[EMAIL PROTECTED]') to admins to see if I could at
least check for mail on the server. Still no mail. I'm sure mail to
localhost works because I can do:

$ mail [EMAIL PROTECTED] -s 'test'
etc...

and I do receive the email. I have checked relevant /var/log files and
I can't seem to diagnose this. Any suggestions?

relevant server info:
ubuntu 7.04
postfix 2.3.8-2
django development version (currently r7922)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to