AlxFrag wrote:
> Hi all,
> 
> i've been using mailman-2.1.9 about a year now without problems.
> 
> I've set up a new mail server (postfix) and installed mailman again. 
> I've succesfully created a new list called "mylist".
> 
> But, if i try to send an email to [EMAIL PROTECTED] postfix replies that 
> this user does not exist:
> 
> Jan 24 15:01:41 posidon postfix/virtual[15195]: CCB0E1089AC: 
> to=<[EMAIL PROTECTED]>, relay=virtual, delay=3.1, delays=2.8/0/0/0.34, 
> dsn=5.1.1, status=bounced (unknown user: "[EMAIL PROTECTED]")
> 
> 
> 
> In main.cf i have:
> 
> alias_maps=hash:/usr/local/mailman/data/aliases
> virtual_alias_maps=hash:/usr/local/mailman/data/virtual-mailman
> 
> in mm_cfg.py:
> 
> MTA='Postfix'
> 
> POSTFIX_STYLE_VIRTUAL_DOMAINS=['mydomain']
> 
> add_virtualhost(DEFAULT_URL_HOST,DEFAULT_EMAIL_HOST)
> 
> add_virtualhost('mydomain','mydomain')


What are the actual contents of /usr/local/mailman/data/aliases and
/usr/local/mailman/data/virtual-mailman, and do
/usr/local/mailman/data/aliases.db and
/usr/local/mailman/data/virtual-mailman.db exist and have the same or
more recent modification times as the aliases and virtual-mailman files.

If not, does running Mailman's bin/genaliases fix it?

-- 
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://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