RE: [Mailman-Users] Problem with email addresses in 2.1b3...

2002-10-08 Thread Jeremy Summers
It looks to me like you don't have the hostname properly set on either your mail server. On Red Hat, the config file is found in /etc/hosts. Jeremy Summers -Original Message- From: Glenn Sieb [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 06, 2002 9:52 PM To: [EMAIL PROTECTED] Subject

Re: [Mailman-Users] Problem with email addresses in 2.1b3...

2002-10-06 Thread Glenn Sieb
>DEFAULT_URL = 'https://www.wingfoot.org/mailman/' >MTA = 'Postfix' >POSTFIX_ALIAS_CMD = '/usr/local/sbin/postalias' >POSTFIX_MAP_CMD = '/usr/local/sbin/postmap' >DEFAULT_EMAIL_HOST = 'lists.wingfoot.org' >DEFAULT_URL_HOST = 'www.wingfoot.org' >DEFAULT_URL_PATTERN = 'https://%s/mailman/'

Re: [Mailman-Users] Problem with email addresses in 2.1b3...

2002-10-06 Thread Glenn Sieb
At 09:05 PM 10/6/2002 -0500, Dan Phillips posted the following... >$MAILHOST environmental variable at the time you ran ./configure. Did you >set it? I had the same problem until I manually set it ('setenv $MAILHOST >host.domain') immediately before running the config script. I just rebuilt thi