On Jul 11, 2008, at 7:55 PM, Greg Landweber wrote: > I am running a Sage notebook server for my students. Every time one of > my students creates an account, the notebook sends the student an > e-mail with a link to confirm their e-mail address. However, that > e-mail gets bounced back to the server since my machine is not > authorized to send e-mail messages. However, the bounced back message > cannot be delivered since my server does not support incoming mail, > and the message gets stuck in my college's mail queue. Then I get > nasty messages from my college's unix system administrator. > > I want to turn off the "feature" of the notebook that sends out e-mail > messages to everyone who creates an account. As far as I can tell, you > can use your newly created account to log in to the notebook, even > without receiving the e-mail and confirming your e-mail address. > > My students and I are able to use Sage just fine. I just want to avoid > the complaints from my sysadmin about the bounced e-mail being sent by > my server. > > -- Greg
Thanks for the clarification. This can easily be resolved by commenting out line ~1716 of sage/server/notebook/twist.py. This should probably be made optional and configurable somewhere. - Robert --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
