Robert J Taylor wrote: > > Hi. I'm am new to the list and am part of a team using James > to handle MX > services for over 50 domains currently with another 1000 > expected by the end > of January.
Certainly worth recording in http://nagoya.apache.org/wiki/apachewiki.cgi?JamesUsers if you are able to. > Those of you using James in a multi-servername (domainname) > setting -- how > do you handle adding new <servername> elements? > > I'd like to be able to add new domains to the list of > authorized SMTP'er for > our server without becoming an open relay (thus I require > authentication) > and without having to shutdown and start James each time I > add domains. Generically, Dynamic Reconfiguration will provide this, but the infrastructure we require to implement it isn't available just yet. Meanwhile, some relatively minor code mods. for your specific requirements may suffice. One way might be to breakout the relevant tags in the config.xml using XML entities and modify the code that references these tags to track their timestamps, refreshing when they have changed. No guarantees, just an idea. -- Steve - - - - - - - - - - - - - - - - - - This private and confidential e-mail has been sent to you by Synergy Systems Limited. It may not represent the views of Synergy Systems Limited. If you are not the intended recipient of this e-mail and have received it in error, please notify the sender by replying with "received in error" as the subject and then delete it from your mailbox. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
