Serge Hartmann wrote: >On Tue, 19 Apr 2005, Tokio Kikuchi wrote: > >> > mm_cfg.py:add_virtualhost( 'lists.antipolis.fr' ) >> > where is my mistake ? >> >> mm_cfg.py:add_virtualhost( 'lists.antipolis.fr', 'lists.antipolis.fr' ) > >yeah it works ! >new lists and generated addresses are [EMAIL PROTECTED] > >however, I can't send messages to my new lists. >I send them with an e-mail client, but nothing happens with mailman, >except this : > ># tail -2 /var/log/mail/warnings >Apr 19 13:08:29 rahan postfix/smtpd[10972]: warning: database >/var/lib/mailman.db is older than source file /var/lib/mailman >Apr 19 13:12:28 rahan postfix/smtpd[10990]: warning: database >/var/lib/mailman.db is older than source file /var/lib/mailman >#
I think the above is because the postalias command wasn't run or failed. See POSTFIX_ALIAS_CMD in Defaults.py/mm_cfg.py ># tail /var/log/mail/info >Apr 19 13:10:01 rahan postfix/smtp[10986]: B54021F973: >to=<[EMAIL PROTECTED]>, relay=mail.antipolis.fr[217.195.20.189], >delay=1, status=sent (250 2.0.0 j3JBA4GZ002984 Message accepted for >delivery) >Apr 19 13:10:01 rahan postfix/qmgr[10772]: B54021F973: removed >Apr 19 13:10:01 rahan postfix/smtp[10987]: C703D1F97A: >to=<[EMAIL PROTECTED]>, relay=mail.antipolis.fr[217.195.20.189], >delay=1, status=sent (250 2.0.0 j3JBA4xZ002985 Message accepted for >delivery) >Apr 19 13:10:01 rahan postfix/qmgr[10772]: C703D1F97A: removed >Apr 19 13:12:28 rahan postfix/smtpd[10990]: connect from >kerberos.antipolis.fr[82.101.16.137] >Apr 19 13:12:28 rahan postfix/smtpd[10990]: NOQUEUE: reject: RCPT from >kerberos.antipolis.fr[82.101.16.137]: 450 <[EMAIL PROTECTED]>: >Recipient address rejected: User unknown in local recipient table; >from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP >helo=<kerberos.antipolis.fr> >Apr 19 13:12:28 rahan postfix/smtpd[10990]: disconnect from >kerberos.antipolis.fr[82.101.16.137] >Apr 19 13:13:10 rahan postfix/smtpd[10990]: connect from >kerberos.antipolis.fr[82.101.16.137] >Apr 19 13:13:10 rahan postfix/smtpd[10990]: NOQUEUE: reject: RCPT from >kerberos.antipolis.fr[82.101.16.137]: 450 <[EMAIL PROTECTED]>: >Recipient address rejected: User unknown in local recipient table; >from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP >helo=<kerberos.antipolis.fr> >Apr 19 13:13:10 rahan postfix/smtpd[10990]: disconnect from >kerberos.antipolis.fr[82.101.16.137] This appears to be related to the fact that the aliases weren't properly updated. -- 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&file=faq01.027.htp