Re: [Mailman-Users] virtualhost clarification

2003-07-20 Thread Thomas Schröer
Hello, I had a similar problem, even though the other way around (I wanted to have the realhost "[EMAIL PROTECTED]", but got only "[EMAIL PROTECTED]"). Anyway, in my case it was a "sendmail" problem. "sendmail" can be configured to "masquerade" the host/domain, so that in every outgoing mail the a

Re: [Mailman-Users] virtualhost clarification

2003-07-19 Thread Bradley Glonka
Thanks for the feedback but my problem is not trying to change a list. Things are set as I mentioned below and I've restarted mailman. My from address is still showing as realhost.domain.com Isn't it the purpose of add_virtualhost to make the From: line some other value? Is there a doc that sa

Re: [Mailman-Users] virtualhost clarification

2003-07-19 Thread Richard Barrett
There is a FAQ entry on thius topic. As it points out, changing things in mm_cfg.pyt will not affect existing lists. For that you need to run fix_url.py; see the FAQ entry: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp On Saturday, July 19, 2003, at 05:57 PM, Bradley Glon

Re: [Mailman-Users] virtualhost clarification

2003-07-19 Thread Bradley Glonka
> Bradley Glonka wrote: > > I want emails to look as though they are coming from the virtual hosts > > address (lists.domain.com). However the from address says > > From: [EMAIL PROTECTED] > [...] > > I've added the following to mm_cfg.py > > > > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HO

Re: [Mailman-Users] virtualhost clarification

2003-07-19 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bradley Glonka wrote: > I want emails to look as though they are coming from the virtual hosts > address (lists.domain.com). However the from address says > From: [EMAIL PROTECTED] [...] > I've added the following to mm_cfg.py > > add_virtualhost(DEFA

[Mailman-Users] virtualhost clarification

2003-07-19 Thread Bradley Glonka
Hi -- My mailman URL and from header are not consistent. I could us a bit of help and clarification of the virtualhost config. The issue: I want emails to look as though they are coming from the virtual hosts address (lists.domain.com). However the from address says From: [EMAIL PROTECTED] The