Maik Weidemann wrote:
>
>At first, my lists with virtuel domains works fine!
>But one problem exist! When user un-/subscribe to the list, a
>notification mail is send to the list owner. And there is the problem!
>This notification mail has the sender adresse
>[EMAIL PROTECTED] ([EMAIL PROTECTED],
>juweb.de is a virtuel domain), but this adress did not exist. The
>mailman-list has the domain jg-service.de, so only
>[EMAIL PROTECTED] exist. Mailman did not creat the adress
>[EMAIL PROTECTED] in the virtuel-domain-file for my postfix.
>
>I use version 2.1.5
>My config for virtuel domains in mm_cfg.py:
>
>># Put YOUR site-specific settings below this line.
>>MTA = 'Postfix'
>>
>>DEFAULT_EMAIL_HOST = 'jg-service.de'
>>DEFAULT_HOST_NAME = 'jg-service.de'
>>DEFAULT_URL_HOST = 'www.jg-service.de'
>>DEFAULT_URL = 'www.jg-service.de'
>>IMAGE_LOGOS = '/images/'
>>
>>VIRTUAL_HOST = {'juweb.de':'juweb.de',
>>                'www.juweb.de':'juweb.de'}
>>
>>add_virtualhost(DEFAULT_URL, DEFAULT_HOST_NAME)
>>add_virtualhost('juweb.de', 'juweb.de')
>>add_virtualhost('www.juweb.de', 'juweb.de')
>>
>>POSTFIX_STYLE_VIRTUAL_DOMAINS = [  'juweb.de']
>>
>So what is my mistake?


There is a small mistake on your part, but it has nothing to do with
your problem. The lines

VIRTUAL_HOST = {'juweb.de':'juweb.de',
                'www.juweb.de':'juweb.de'}

in mm_cfg.py are meaningless because the dictionary is VIRTUAL_HOSTS,
not VIRTUAL_HOST, but the last two add_virtualhost lines put the
entries in the correct dictionary.

The issue here is that when Mailman creates an address for the site
list, such as the mailman-bounces address above, it uses the domain of
the list being processed. This will result in addresses such as
[EMAIL PROTECTED] in your case.

I am not very knowledgeable about Postfix, but mail to either address
[EMAIL PROTECTED] or [EMAIL PROTECTED] should be properly delivered
to the site list. Likewise, mail to either
[EMAIL PROTECTED] or [EMAIL PROTECTED] should be
properly delivered as a site list bounce. I think this may require
manually adding [EMAIL PROTECTED] and [EMAIL PROTECTED] entries in the
'virtual-mailman' file and similarly for any additional virtual
domains you may create in the future.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to