-
Login cookies don't work
You may need to set your
abs_root_urlsetting manually.auth_cookie_domainswill try and pull the domain part from the root URL of your app. Modify it directly to set cookies at a different subdomain. Cookie paths are not supported (but we should fix that). -
No email gets delivered
Have you set
auto_email_argsin your config? Your mail server may block delivery of mail with envelopes from domains that it does not control.