Hi again Graham!

On 23-03-2005 10:16, "Graham Leggett" <[EMAIL PROTECTED]> wrote:
> Within gump, the default mailserver points at mail.apache.org. Is it
> possible to change this setting without hacking at the config.py file?
> 
> I looked through the workspace documentation, but I cannot see anything
> there that references the MTA.

Hmm. We should fix that :-D

            mailserver=wsw.getAttribute('mailserver') or 'mail.apache.org'
            mailport=wsw.getAttribute('mailport') or 25
            mailto=wsw.getAttribute('administrator')
            mailfrom=wsw.getAttribute('email')

You can set a "mailserver" attribute on the root workspace, ie

<workspace mailserver="blah" ...>...


Cheers,


Leo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to