Simon wrote:
>
>I have just upgraded mailman from 2.1.9 to 2.1.11 and everything is 
>working fine as far as existing lists is concerned.
>
>This issue has to do with creating new lists from the GUI. I created a 
>list and was able to log into its admin interface and manage the config 
>without any apparent problems.
>
>But when I send a test message to the list, I get an error 'user unknown 
>in virtual mailbox table' (yes I'm using postfix)...
>
>Obviously the mailman aliases are not getting generated, but I'm not 
>sure where to look to fix it... I've googled for a while now, but 
>haven't managed to find the magic keywords to find the answer.


The fact that you are getting 'user unknown in virtual mailbox table'
tells me that your list domain is a postfix virtual domain. You need
to go to <http://www.list.org/mailman-install/node12.html> and do the
things outlined in both subsections 6.1.1 and 6.1.2.

In mm_cfg.py you need

MTA= 'Postfix'

and

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['list.example.com']

(with your real domain of course). See the documentation for this in
Defaults.py.

You also need to reference data/aliases and data/virtual-mailman in
your postfix main.cf as outlined in the manual linked above.

If you have further questions about this, please ask.

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

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to